]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
debian: remove unused and deprecated substitution variables
authorTheodore Ts'o <tytso@mit.edu>
Sat, 21 May 2016 04:15:46 +0000 (00:15 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 21 May 2016 04:15:46 +0000 (00:15 -0400)
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 <tytso@mit.edu>
debian/control.in
debian/e2fsprogs.shlibs.local.in

index 1801fd13ccb6960c883530956552ceeb50be6951..c725237fab48949a7e17de4919f07f3fffe159d4 100644 (file)
@@ -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
index db1b75a74b869900545b052a07c395e8105b6f12..1f7db5d84f258634099c2e3f66799e9b323d1c8e 100644 (file)
@@ -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})