]> git.donarmstrong.com Git - debhelper.git/commitdiff
r293: * Clarified rules.multi2 comment. Closes: #46828
authorjoey <joey>
Sun, 10 Oct 1999 01:22:10 +0000 (01:22 +0000)
committerjoey <joey>
Sun, 10 Oct 1999 01:22:10 +0000 (01:22 +0000)
debian/changelog
examples/rules.multi2

index 236649e99c73a0551bc5fda1f6ca3a00597e00f4..f034630737a6a2883c21ab9115a0607843001f82 100644 (file)
@@ -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
index 765aceb6ca2fa7f2182f783cc8c776ea2dc470f5..c0e3f07c86c9b16e8b61dac3e840e31071f0ef18 100755 (executable)
@@ -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.