From 0bf7edf037f79e617631a44731ae6747cc593a11 Mon Sep 17 00:00:00 2001 From: joey Date: Thu, 9 Sep 1999 18:30:37 +0000 Subject: [PATCH] r270: * Corrected example rules files, which had some messed up targets. --- debian/changelog | 6 ++++++ examples/rules.multi | 2 +- examples/rules.multi2 | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) 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 -- 2.39.2