From: Theodore Ts'o Date: Sat, 21 May 2016 04:15:46 +0000 (-0400) Subject: debian: remove unused and deprecated substitution variables X-Git-Tag: v1.43.1~54 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a4d77554fefd48882db4450db500da12f3de0f85;p=thirdparty%2Fe2fsprogs.git debian: remove unused and deprecated substitution variables Replace "Source-Version" with "binary:Version" in e2fsprogs.shlibs.local, and e2fsck-static doesn't have any shared libraries dependency so remove the ${shlibs:Depends} from the Depends. Signed-off-by: Theodore Ts'o --- diff --git a/debian/control.in b/debian/control.in index 1801fd13c..c725237fa 100644 --- a/debian/control.in +++ b/debian/control.in @@ -14,7 +14,7 @@ Homepage: http://e2fsprogs.sourceforge.net ifdef(`E2FSCK_STATIC',`` Package: e2fsck-static Priority: optional -Depends: ${shlibs:Depends}, ${misc:Depends} +Depends: ${misc:Depends} Recommends: sash | bash-static | zsh-static | busybox-static | zsh30-static Architecture: any Description: statically-linked version of the ext2/ext3/ext4 filesystem checker diff --git a/debian/e2fsprogs.shlibs.local.in b/debian/e2fsprogs.shlibs.local.in index db1b75a74..1f7db5d84 100644 --- a/debian/e2fsprogs.shlibs.local.in +++ b/debian/e2fsprogs.shlibs.local.in @@ -4,5 +4,5 @@ ifdef(`UTIL_LINUX_NG',, ``libuuid 1 libuuid1 (>= 1.34-1) libblkid 1 libblkid1 (>= 1.34-1) '')dnl -libext2fs 2 e2fslibs (= ${Source-Version}) -libe2p 2 e2fslibs (= ${Source-Version}) +libext2fs 2 e2fslibs (= ${binary:Version}) +libe2p 2 e2fslibs (= ${binary:Version})