summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoey <joey>1999-09-29 19:29:52 +0000
committerjoey <joey>1999-09-29 19:29:52 +0000
commitc57d49934a1500acb3dafaaf32da8bbef1b52314 (patch)
tree5fe0d06ebafd4c57ace12e860017213b3782a737
parenta9b331f789c412236016303e21b4abfb83f9aa62 (diff)
r285: * Fixed quoting problem in examples/rules.multi (Closes: #46254)
-rw-r--r--debian/changelog6
-rwxr-xr-xexamples/rules.multi4
2 files changed, 8 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index c5056f85..394e2aac 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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
diff --git a/examples/rules.multi b/examples/rules.multi
index c3b1bd1a..fe8cc975 100755
--- a/examples/rules.multi
+++ b/examples/rules.multi
@@ -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