From: joey Date: Thu, 26 Aug 1999 02:55:08 +0000 (+0000) Subject: r257: * Corrected debian/fixlinks to make the correct debian/* symlinks needed X-Git-Tag: version_2.0.101~341 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=017911fad5893e99295e903f3929a598d3f5f526;p=debhelper.git r257: * Corrected debian/fixlinks to make the correct debian/* symlinks needed for building debhelper. * Fixed rules file to create and populate examples and docs dirs. Oops. --- diff --git a/debian/rules b/debian/rules index 5aee972..e6a5082 100755 --- a/debian/rules +++ b/debian/rules @@ -3,7 +3,9 @@ # I run the most current ones. That's also why there is a symlink to the # current Dh_lib.pm and the current Dh_getopt.pm in this debian/ directory. # -# This is _not_ a good example of a debhelper rules file. +# This is _not_ a good example of a debhelper rules file, but I didn't need +# to tell you that; just see the 25 lines of inlined perl below.. See +# examples/ for some good examples. # If any automatic script generation is done in building this package, # be sure to use the new templates from this package. @@ -49,8 +51,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/* | sed s/CVS//` - ./dh_installexamples `echo examples/* | sed s/CVS//` + ./dh_installdocs `find doc/ -type f | grep -v CVS` + ./dh_installexamples `find doc -type f | grep -v CVS` ./dh_installmenu ./dh_installmanpages ./dh_installinfo