From: joey Date: Fri, 17 May 2002 19:43:32 +0000 (+0000) Subject: r521: * Corrects misbuild with CVS dirs in deb. Closes: #146576 X-Git-Tag: version_2.0.101~78 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=822faec6d81321d23b3e75c018f0308fd006d1b2;p=debhelper.git r521: * Corrects misbuild with CVS dirs in deb. Closes: #146576 --- 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