]> git.donarmstrong.com Git - debhelper.git/commitdiff
r521: * Corrects misbuild with CVS dirs in deb. Closes: #146576
authorjoey <joey>
Fri, 17 May 2002 19:43:32 +0000 (19:43 +0000)
committerjoey <joey>
Fri, 17 May 2002 19:43:32 +0000 (19:43 +0000)
debian/changelog
debian/rules

index b22aa7197f86e63b8b1e07cc9a005d5c0060f4c9..22328b36a626764446738a344ace05749b98165a 100644 (file)
@@ -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.
index b2d030f7c1a2304ef06905b939679170f604c9cd..a9b6bae10ff03da77a4ed81a2b9a2fec90552693 100755 (executable)
@@ -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