summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorjoey <joey>2002-05-17 19:43:32 +0000
committerjoey <joey>2002-05-17 19:43:32 +0000
commit822faec6d81321d23b3e75c018f0308fd006d1b2 (patch)
tree826e38c443588560c0b61fed0ae46d8f4587ef93 /debian/rules
parentc53c815a58c1874bc09c37327154ce0fd061d9b5 (diff)
r521: * Corrects misbuild with CVS dirs in deb. Closes: #146576
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules2
1 files changed, 2 insertions, 0 deletions
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