diff options
-rw-r--r-- | debian/changelog | 6 | ||||
-rwxr-xr-x | examples/rules.multi2 | 5 |
2 files changed, 8 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 236649e9..f0346307 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 <joeyh@master.debian.org> 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 765aceb6..c0e3f07c 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. |