summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoey <joey>1999-08-26 02:49:43 +0000
committerjoey <joey>1999-08-26 02:49:43 +0000
commitd2abdd9f80bb68a52bbd7a8eba60b8a17d3e6c73 (patch)
tree35f1be4e4d8de696ef13af92f70410458ad6e769
parenta38102ec1b68edb98c5d77cdb6e8086962084114 (diff)
r255: * 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.
-rw-r--r--debian/changelog4
-rwxr-xr-xdebian/rules4
2 files changed, 3 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog
index cd5b561d..e7846baa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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
diff --git a/debian/rules b/debian/rules
index acd9415f..29069e72 100755
--- a/debian/rules
+++ b/debian/rules
@@ -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