From 822faec6d81321d23b3e75c018f0308fd006d1b2 Mon Sep 17 00:00:00 2001 From: joey Date: Fri, 17 May 2002 19:43:32 +0000 Subject: [PATCH] r521: * Corrects misbuild with CVS dirs in deb. Closes: #146576 --- debian/changelog | 6 ++++++ debian/rules | 2 ++ 2 files changed, 8 insertions(+) diff --git a/debian/changelog b/debian/changelog index b22aa71..22328b3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +debhelper (4.0.3) unstable; urgency=low + + * Corrects misbuild with CVS dirs in deb. Closes: #146576 + + -- Joey Hess Fri, 17 May 2002 15:38:26 -0400 + debhelper (4.0.2) unstable; urgency=low * dh_install: delay globbing until after destintations have been found. diff --git a/debian/rules b/debian/rules index b2d030f..a9b6bae 100755 --- a/debian/rules +++ b/debian/rules @@ -83,6 +83,8 @@ binary-indep: build ./dh_perl ./dh_installdeb ./dh_gencontrol + # Clean up CVS directories copied in if I build from CVS tree. + find debian/debhelper -type d -name CVS | xargs rm -rf ./dh_md5sums ./dh_builddeb -- 2.39.5