]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
Fix Debian packaging warnings for the 1.43.6 release v1.43.6
authorTheodore Ts'o <tytso@mit.edu>
Tue, 29 Aug 2017 13:04:45 +0000 (09:04 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 29 Aug 2017 13:05:52 +0000 (09:05 -0400)
Added a missing ${misc:Depends} to a new package, and removed an
extraneous configure option (--enable-quota was removed as of
e2fsprogs 1.43.)

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
debian/control.in
debian/rules

index 32703c67bd2559b31b373c78905af7d925310239..0581fa192559daccd6bd280356648bc11c34b879 100644 (file)
@@ -36,7 +36,7 @@ Description: statically-linked version of the ext2/ext3/ext4 filesystem checker
 
 Package: e2fsprogs-l10n
 Priority: extra
-Depends: e2fsprogs (= ${binary:Version})
+Depends: e2fsprogs (= ${binary:Version}), ${misc:Depends}
 Replaces: e2fsprogs (<< 1.43.5-1)
 Architecture: any
 Description: ext2/ext3/ext4 file system utilities - translations
index 903c77c55fa9b900c0a994123144d5de446103da..d4ce5e5efa3ebcbfb98e52562ad113543bbd7276 100755 (executable)
@@ -146,7 +146,7 @@ endif
 
 BACKTRACE_CONF_FLAGS ?= $(shell if ${debdir}/scripts/test-backtrace ; then echo --disable-backtrace ; fi)
 
-COMMON_CONF_FLAGS = --disable-e2initrd-helper --enable-quota \
+COMMON_CONF_FLAGS = --disable-e2initrd-helper \
        --infodir=/usr/share/info  --enable-symlink-install \
        --with-multiarch=$(DEB_HOST_MULTIARCH) \
        $(BACKTRACE_CONF_FLAGS) $(UTIL_CONF_FLAGS)