summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog6
-rwxr-xr-xdebian/rules2
2 files changed, 8 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index b22aa719..22328b36 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 <joeyh@debian.org> 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 b2d030f7..a9b6bae1 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