From d2abdd9f80bb68a52bbd7a8eba60b8a17d3e6c73 Mon Sep 17 00:00:00 2001 From: joey Date: Thu, 26 Aug 1999 02:49:43 +0000 Subject: [PATCH] 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. --- debian/changelog | 4 +--- debian/rules | 4 ++-- 2 files changed, 3 insertions(+), 5 deletions(-) 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 -- 2.39.5