Whamcloud - gitweb
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 32703c6..0581fa1 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 903c77c..d4ce5e5 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)