From: joey Date: Sun, 10 Oct 1999 01:22:10 +0000 (+0000) Subject: r293: * Clarified rules.multi2 comment. Closes: #46828 X-Git-Tag: version_2.0.101~305 X-Git-Url: https://git.donarmstrong.com/?p=debhelper.git;a=commitdiff_plain;h=c134395d8d42e8c3dcf16875b84edb1ed28025a4 r293: * Clarified rules.multi2 comment. Closes: #46828 --- diff --git a/debian/changelog b/debian/changelog index 236649e..f034630 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +debhelper (2.0.61) unstable; urgency=low + + * Clarified rules.multi2 comment. Closes: #46828 + + -- Joey Hess Sat, 9 Oct 1999 18:21:02 -0700 + debhelper (2.0.60) unstable; urgency=low * dh_compress: After compressing an executable, changes the file mode to diff --git a/examples/rules.multi2 b/examples/rules.multi2 index 765aceb..c0e3f07 100755 --- a/examples/rules.multi2 +++ b/examples/rules.multi2 @@ -81,9 +81,8 @@ binary-common: dh_builddeb # Build architecture independant packages using the common target. -# (Uncomment the next two lines and comment out the third if you have -# such packages) -#binary-indep: +binary-indep: +# (Uncomment this next line if you have such packages.) # $(MAKE) -f debian/rules DH_OPTIONS=-i binary-common # Build architecture dependant packages using the common target.