]> git.donarmstrong.com Git - debhelper.git/commitdiff
r255: * Corrected debian/fixlinks to make the correct debian/* symlinks needed
authorjoey <joey>
Thu, 26 Aug 1999 02:49:43 +0000 (02:49 +0000)
committerjoey <joey>
Thu, 26 Aug 1999 02:49:43 +0000 (02:49 +0000)
     for building debhelper.
   * Fixed rules file to create and populate examples and docs dirs. Oops.

debian/changelog
debian/rules

index cd5b561d84fef1708a0da88892060f59da08ac6a..e7846baac63a5271c893bd1ee8c0524836c110a4 100644 (file)
@@ -2,9 +2,7 @@ debhelper (2.0.25) unstable; urgency=low
 
   * Corrected debian/fixlinks to make the correct debian/* symlinks needed
     for building debhelper.
-  * As a side effect of that, debhelper now parses commands properly when it
-    is building itself, so the /usr/doc/debhelper/examples directory exists
-    again and is populated.
+  * Fixed rules file to create and populate examples and docs dirs. Oops.
 
  -- Joey Hess <joeyh@master.debian.org>  Wed, 25 Aug 1999 19:46:08 -0700
 
index acd9415fe88568b9076a308bffe085909bc4cf60..29069e725d691d22bcfe0402f1ea393efb06bae7 100755 (executable)
@@ -49,8 +49,8 @@ binary-indep: link-stamp build
        cp -a autoscripts debian/debhelper/usr/share/debhelper
        rm -rf debian/debhelper/usr/share/debhelper/autoscripts/CVS
 
-       ./dh_installdocs `echo doc/* | grep -v CVS`
-       ./dh_installexamples `echo examples/* | grep -v CVS`
+       ./dh_installdocs `ls -1 doc/* | grep -v CVS`
+       ./dh_installexamples `ls -1 examples/* | grep -v CVS`
        ./dh_installmenu
        ./dh_installmanpages
        ./dh_installinfo