From 4a6b98a0f93fd348a316bb00d1c168be99db4a2e Mon Sep 17 00:00:00 2001 From: joey Date: Tue, 17 Aug 1999 04:50:51 +0000 Subject: [PATCH] r81: Initial Import --- debian/changelog | 7 +++++++ examples/rules | 5 ++--- examples/rules.multi | 7 ++----- 3 files changed, 11 insertions(+), 8 deletions(-) diff --git a/debian/changelog b/debian/changelog index 2483090..0ddba87 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +debhelper (0.84) unstable; urgency=low + + * Applied Che_Fox'x patches to example rules files, which makes them use + an install target internally to move things into place in debian/tmp. + + -- Joey Hess Thu, 9 Apr 1998 12:08:45 -0700 + debhelper (0.83) unstable; urgency=low * Generate symlinks in build stage of debian/rules. cvs cannot create them diff --git a/examples/rules b/examples/rules index 631e5cb..7f339dc 100755 --- a/examples/rules +++ b/examples/rules @@ -28,7 +28,8 @@ install: install-stamp install-stamp: build dh_testdir dh_testroot - dh_clean + dh_clean -k + dh_installdirs # Add here commands to install the package into debian/tmp. #$(MAKE) prefix=`pwd`/debian/tmp/usr install @@ -44,8 +45,6 @@ binary-arch: build install # dh_testversion dh_testdir dh_testroot - dh_clean -k - dh_installdirs dh_installdocs dh_installexamples dh_installmenu diff --git a/examples/rules.multi b/examples/rules.multi index 92e2e83..32eeddf 100755 --- a/examples/rules.multi +++ b/examples/rules.multi @@ -31,7 +31,8 @@ install: install-stamp install-stamp: build dh_testdir dh_testroot - dh_clean + dh_clean -k + dh_installdirs # Add here commands to install the package into debian/tmp. #$(MAKE) prefix=`pwd`/debian/tmp/usr install @@ -43,8 +44,6 @@ binary-indep: build install # dh_testversion dh_testdir -i dh_testroot -i - dh_clean -i -k - dh_installdirs -i dh_movefiles -i dh_installdocs -i dh_installexamples -i @@ -67,8 +66,6 @@ binary-arch: build install # dh_testversion dh_testdir -a dh_testroot -a - dh_clean -a -k - dh_installdirs -a dh_movefiles -a dh_installdocs -a dh_installexamples -a -- 2.39.2