projects
/
debhelper.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c53c815
)
r521: * Corrects misbuild with CVS dirs in deb. Closes: #146576
author
joey
<joey>
Fri, 17 May 2002 19:43:32 +0000
(19:43 +0000)
committer
joey
<joey>
Fri, 17 May 2002 19:43:32 +0000
(19:43 +0000)
debian/changelog
patch
|
blob
|
history
debian/rules
patch
|
blob
|
history
diff --git
a/debian/changelog
b/debian/changelog
index b22aa7197f86e63b8b1e07cc9a005d5c0060f4c9..22328b36a626764446738a344ace05749b98165a 100644
(file)
--- 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 b2d030f7c1a2304ef06905b939679170f604c9cd..a9b6bae10ff03da77a4ed81a2b9a2fec90552693 100755
(executable)
--- 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