summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoey <joey>1999-09-09 18:30:37 +0000
committerjoey <joey>1999-09-09 18:30:37 +0000
commit0bf7edf037f79e617631a44731ae6747cc593a11 (patch)
treeb72b987d68007e7a9b3f37e9a6efbe8623848f0b
parentf7a2d2080fcb22d459ddeb4b77c24c12fdb031da (diff)
r270: * Corrected example rules files, which had some messed up targets.
-rw-r--r--debian/changelog6
-rwxr-xr-xexamples/rules.multi2
-rwxr-xr-xexamples/rules.multi22
3 files changed, 8 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 26e97bfc..50050098 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+debhelper (2.0.43) unstable; urgency=low
+
+ * Corrected example rules files, which had some messed up targets.
+
+ -- Joey Hess <joeyh@master.debian.org> Thu, 9 Sep 1999 11:22:09 -0700
+
debhelper (2.0.42) unstable; urgency=low
* dh_installinfo: failed pretty miserably if the info file's section
diff --git a/examples/rules.multi b/examples/rules.multi
index 6c6c406c..bd8aa31e 100755
--- a/examples/rules.multi
+++ b/examples/rules.multi
@@ -81,7 +81,7 @@ binary-indep: build install
# Build architecture-dependent files here.
# Pass -a to all debhelper commands in this target to reduce clutter.
-binary-indep: 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
diff --git a/examples/rules.multi2 b/examples/rules.multi2
index 30c9b41d..0c363acf 100755
--- a/examples/rules.multi2
+++ b/examples/rules.multi2
@@ -82,7 +82,7 @@ binary-common:
# Build architecture independant packages using the common target.
# (Comment this out if you have none to build.)
binary-indep: DH_OPTIONS=-i
-binary-arch: build install binary-common
+binary-indep: build install binary-common
# Build architecture dependant packages using the common target.
binary-arch: DH_OPTIONS=-a