]> git.donarmstrong.com Git - debhelper.git/commitdiff
r270: * Corrected example rules files, which had some messed up targets.
authorjoey <joey>
Thu, 9 Sep 1999 18:30:37 +0000 (18:30 +0000)
committerjoey <joey>
Thu, 9 Sep 1999 18:30:37 +0000 (18:30 +0000)
debian/changelog
examples/rules.multi
examples/rules.multi2

index 26e97bfc5e11a04afce793938627e2685820cd93..500500981e20496faca482dcb39d891ed16e161e 100644 (file)
@@ -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
index 6c6c406c027bd99485af71f86f3cd55d49c67f0e..bd8aa31e84813a048bfdef849fcd7ad279765da9 100755 (executable)
@@ -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
index 30c9b41d44b489dbcc7dd5dd926619302aa7cb80..0c363acff3662565c1ec45688e76098b711596bf 100755 (executable)
@@ -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