From: joey Date: Thu, 26 Aug 1999 02:49:43 +0000 (+0000) Subject: r255: * Corrected debian/fixlinks to make the correct debian/* symlinks needed X-Git-Tag: version_2.0.101~343 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=d2abdd9f80bb68a52bbd7a8eba60b8a17d3e6c73;p=debhelper.git 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. --- diff --git a/debian/changelog b/debian/changelog index cd5b561..e7846ba 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 Wed, 25 Aug 1999 19:46:08 -0700 diff --git a/debian/rules b/debian/rules index acd9415..29069e7 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