From: joey Date: Thu, 9 Sep 1999 18:30:37 +0000 (+0000) Subject: r270: * Corrected example rules files, which had some messed up targets. X-Git-Tag: version_2.0.101~328 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=0bf7edf037f79e617631a44731ae6747cc593a11;p=debhelper.git r270: * Corrected example rules files, which had some messed up targets. --- diff --git a/debian/changelog b/debian/changelog index 26e97bf..5005009 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 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 6c6c406..bd8aa31 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 30c9b41..0c363ac 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