Przeglądaj źródła

debian/rules: use substvars properly

Michael Vogt 15 lat temu
rodzic
commit
ceab242d75
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      debian/rules

+ 1 - 1
debian/rules

@@ -230,7 +230,7 @@ libapt-pkg-dev: build
 	dh_compress -p$@
 	dh_compress -p$@
 	dh_fixperms -p$@
 	dh_fixperms -p$@
 	dh_installdeb -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_md5sums -p$@
 	dh_builddeb -p$@
 	dh_builddeb -p$@