]> eyrie.org Git - kerberos/krb5-strength.git/commitdiff
Replace missing PACKAGE setting in debian/rules
authorRuss Allbery <eagle@eyrie.org>
Sun, 25 Dec 2016 20:34:38 +0000 (12:34 -0800)
committerRuss Allbery <eagle@eyrie.org>
Sun, 25 Dec 2016 20:34:38 +0000 (12:34 -0800)
Was too aggressive about removing this.

debian/rules

index f00fa05146c8143576b672b920b0ea063318e3b0..7b56fce91423fab07e597dd89b074ce8204658b2 100755 (executable)
@@ -3,6 +3,8 @@
 # Add hardening build flags.
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
+PACKAGE := $(shell dh_listpackages)
+
 %:
        dh $@