]> git.donarmstrong.com Git - debhelper.git/commitdiff
r285: * Fixed quoting problem in examples/rules.multi (Closes: #46254)
authorjoey <joey>
Wed, 29 Sep 1999 19:29:52 +0000 (19:29 +0000)
committerjoey <joey>
Wed, 29 Sep 1999 19:29:52 +0000 (19:29 +0000)
debian/changelog
examples/rules.multi

index c5056f85373c080daa39674124e8e4f225a82259..394e2aac70aa7212c3bb8f98c587d5ce73e56356 100644 (file)
@@ -1,3 +1,9 @@
+debhelper (2.0.55) unstable; urgency=low
+
+  * Fixed quoting problem in examples/rules.multi (Closes: #46254)
+
+ -- Joey Hess <joeyh@master.debian.org>  Wed, 29 Sep 1999 12:06:59 -0700
+
 debhelper (2.0.54) unstable; urgency=low
 
   * Enhanced debconf support -- the database is now cleaned up on package
index c3b1bd1a19a1f37f1a5dd2284367dd27adfe1fdc..fe8cc975c1f9a8dcb98f640f63d715c316c5e1e0 100755 (executable)
@@ -51,7 +51,7 @@ install-stamp: build-stamp
 
 # Build architecture-independent files here.
 # Pass -i to all debhelper commands in this target to reduce clutter.
-binary-indep: DH_OPTIONS="-i"
+binary-indep: DH_OPTIONS=-i
 binary-indep: build install
        # Need this version of debhelper for DH_OPTIONS to work.
        dh_testversion 1.1.17
@@ -82,7 +82,7 @@ binary-indep: build install
 
 # Build architecture-dependent files here.
 # Pass -a to all debhelper commands in this target to reduce clutter.
-binary-arch: DH_OPTIONS="-a"
+binary-arch: DH_OPTIONS=-a
 binary-arch: build install
        # Need this version of debhelper for DH_OPTIONS to work.
        dh_testversion 1.1.17