From: Theodore Ts'o Date: Mon, 16 Oct 2017 04:38:00 +0000 (-0400) Subject: debian: fix FTBFS regression caused by debhelper/10.9 X-Git-Tag: v1.43.7~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8788da368590fdd7eaca7cd1be8f632961301c20;p=thirdparty%2Fe2fsprogs.git debian: fix FTBFS regression caused by debhelper/10.9 The problem is caused by obsolete packages referenced in the rules file. The latest version of debhelper is no longer forgiving about non-existing packages being referenced in debhelper commands. Addresses-Debian-Bug: #876551 Signed-off-by: Theodore Ts'o --- diff --git a/debian/rules b/debian/rules index 94fe70692..841715d90 100755 --- a/debian/rules +++ b/debian/rules @@ -395,7 +395,7 @@ binary-arch: install $(INSTALL_UDEB) mkdir -p ${debdir}/e2fslibs-dev/usr/share/doc ln -sf e2fslibs ${debdir}/e2fslibs-dev/usr/share/doc/e2fslibs-dev - dh_installdocs -Ne2fsprogs-udeb -Nlibblkid1-udeb -Nlibuuid1-udeb + dh_installdocs -Ne2fsprogs-udeb # HTML docs $(INSTALL) -d ${debdir}/e2fslibs-dev/usr/share/doc/e2fslibs/html-info/ @@ -461,8 +461,7 @@ ifeq ($(SKIP_FUSE2FS),) -u"-Ldebian/e2fsprogs.shlibs.local" endif - dh_gencontrol -Ncomerr-dev -Nss-dev -Nuuid-dev \ - -Ne2fsprogs-udeb -Nlibblkid1-udeb -Nlibuuid1-udeb + dh_gencontrol -Ncomerr-dev -Nss-dev -Ne2fsprogs-udeb DH_OPTIONS= dh_gencontrol -pcomerr-dev \ -u '-v${COMERR_VERSION}-${MAIN_VERSION} -VmainBinary=${MAIN_VERSION}' DH_OPTIONS= dh_gencontrol -pss-dev \