Package: boo
Version: 0.5.5.1651-2
Severity: serious

The boo source package fails to build because dpkg-source is unable to
represent the changes to some files in debian/.wapi:

  dpkg-source -b boo-0.5.5.1651
 dpkg-source: warning: no utmp entry available and LOGNAME not defined; using 
uid of process (0)
 dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; 
using uid of process (0)
 debian: warning: no utmp entry available and LOGNAME not defined; using uid of 
process (0)
 dpkg-source: building boo using existing boo_0.5.5.1651.orig.tar.gz
 dpkg-source: building boo in boo_0.5.5.1651-2.diff.gz
 dpkg-source: cannot represent change to debian/.wapi/shared_data-qnx18-6-0: 
binary file contents changed
 dpkg-source: cannot represent change to 
debian/.wapi/shared_fileshare-qnx18-6-0: binary file contents changed
 dpkg-source: building boo in boo_0.5.5.1651-2.dsc
 dpkg-source: unrepresentable changes to source

The attached patch fixes this problem by making the clean target
remove debian/.wapi.

-- 
Matt
diff -u boo-0.5.5.1651/debian/rules boo-0.5.5.1651/debian/rules
--- boo-0.5.5.1651/debian/rules
+++ boo-0.5.5.1651/debian/rules
@@ -42,4 +42,5 @@
 clean::
        $(DEB_NANT_INVOKE) $(DEB_NANT_CLEAN_TARGET) || true
+       rm -fr debian/.wapi
        rm -f debian/stamp-nant-build
 

Attachment: signature.asc
Description: Digital signature

Reply via email to