Package: fuse Version: 2.8.6-1 Severity: important If I build this package twice in a row, the second build fails early with this error:
$ debuild dpkg-buildpackage -rfakeroot -D -us -uc -i -I dpkg-buildpackage: source package fuse dpkg-buildpackage: source version 2.8.6-1 dpkg-buildpackage: source changed by Daniel Baumann <[email protected]> dpkg-source -i -I --before-build fuse-2.8.6 dpkg-buildpackage: host architecture i386 dpkg-source: info: using options from fuse-2.8.6/debian/source/options: --compression=gzip --compression-level=9 fakeroot debian/rules clean dh clean --with autotools_dev dh_testdir dh_auto_clean make[1]: Entering directory `/work/fuse-2.8.6' Making distclean in util make[2]: Entering directory `/work/fuse-2.8.6/util' rm -f fusermount ulockmgr_server rm -rf .libs _libs rm -f mount.fuse rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f test . = "." || test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile make[2]: Leaving directory `/work/fuse-2.8.6/util' Making distclean in lib make[2]: Entering directory `/work/fuse-2.8.6/lib' test -z "libfuse.la libulockmgr.la" || rm -f libfuse.la libulockmgr.la rm -f "./so_locations" rm -f "./so_locations" rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f test . = "." || test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile make[2]: Leaving directory `/work/fuse-2.8.6/lib' Making distclean in include make[2]: Entering directory `/work/fuse-2.8.6/include' rm -rf .libs _libs rm -f *.lo test -z "" || rm -f test . = "." || test -z "" || rm -f rm -f config.h stamp-h1 rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f Makefile make[2]: Leaving directory `/work/fuse-2.8.6/include' Making distclean in . make[2]: Entering directory `/work/fuse-2.8.6' rm -rf .libs _libs rm -f *.lo test -z "fuse.pc" || rm -f fuse.pc test . = "." || test -z "" || rm -f rm -f libtool config.lt rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags make[2]: Leaving directory `/work/fuse-2.8.6' rm -f config.status config.cache config.log configure.lineno config.status.lineno rm -f Makefile make[1]: Leaving directory `/work/fuse-2.8.6' dh_autotools-dev_restoreconfig dh_clean dpkg-source -i -I -b fuse-2.8.6 dpkg-source: info: using options from fuse-2.8.6/debian/source/options: --compression=gzip --compression-level=9 dpkg-source: info: using source format `3.0 (quilt)' dpkg-source: info: building fuse using existing ./fuse_2.8.6.orig.tar.gz dpkg-source: info: local changes detected, the modified files are: fuse-2.8.6/example/Makefile dpkg-source: error: aborting due to unexpected upstream changes, see /tmp/fuse_2.8.6-1.diff.fGBxAq dpkg-source: info: you can integrate the local changes with dpkg-source --commit dpkg-buildpackage: error: dpkg-source -i -I -b fuse-2.8.6 gave error exit status 2 debuild: fatal error at line 1348: dpkg-buildpackage -rfakeroot -D -us -uc -i -I failed This type of error was previously hidden because the new dpkg aborts on local changes that are not in a patch. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

