Whamcloud - gitweb
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 1801fd1..c725237 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 db1b75a..1f7db5d 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})