projects
/
onis.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f996fa
)
Added rule to remove subversion-subdirectories for debian build
author
octo
<octo>
Sun, 17 Apr 2005 13:38:37 +0000
(13:38 +0000)
committer
octo
<octo>
Sun, 17 Apr 2005 13:38:37 +0000
(13:38 +0000)
debian/rules
patch
|
blob
|
history
diff --git
a/debian/rules
b/debian/rules
index
35b8226
..
37f155b
100755
(executable)
--- a/
debian/rules
+++ b/
debian/rules
@@
-25,6
+25,7
@@
configure-stamp:
dh_testdir
# Add here commands to configure the package.
+ find . -type d -name '.svn' | xargs rm -rfv
patch -p1 <contrib/systemwide-patch/systemwide-patch.diff
touch configure-stamp