]> git.saurik.com Git - apt.git/commitdiff
debian/rules: use substvars properly
authorMichael Vogt <michael.vogt@ubuntu.com>
Fri, 10 Jun 2011 13:28:39 +0000 (15:28 +0200)
committerMichael Vogt <michael.vogt@ubuntu.com>
Fri, 10 Jun 2011 13:28:39 +0000 (15:28 +0200)
debian/rules

index c55435315eed9f9c6b23a10ae942ebd1fdd979e2..b6f45a38e4b242e44f213d40040d78d67da3c518 100755 (executable)
@@ -230,7 +230,7 @@ libapt-pkg-dev: build
        dh_compress -p$@
        dh_fixperms -p$@
        dh_installdeb -p$@
-       dh_gencontrol -p$@ -Vlibapt-pkg-name=$(LIBAPT_PKG) -Vlibapt-inst-name=$(LIBAPT_INST)
+       dh_gencontrol -p$@ -- -Vlibapt-pkg-name=$(LIBAPT_PKG) -Vlibapt-inst-name=$(LIBAPT_INST)
        dh_md5sums -p$@
        dh_builddeb -p$@