projects
/
git-tools-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f42074c
)
ignore debian build directory "deb-src" directory while checking for perl $VERSION...
author
Wolfram Schneider
<wosch@indexdata.dk>
Thu, 3 Nov 2011 15:20:10 +0000
(15:20 +0000)
committer
Wolfram Schneider
<wosch@indexdata.dk>
Thu, 3 Nov 2011 15:20:10 +0000
(15:20 +0000)
id-release
patch
|
blob
|
history
diff --git
a/id-release
b/id-release
index
55fd3b7
..
cd24759
100755
(executable)
--- a/
id-release
+++ b/
id-release
@@
-59,7
+59,7
@@
fi
if $perl; then
echo "check perl version numbers"
- find . -name '*.pm' -print0 | xargs -0 egrep -H '\$VERSION.*=.*[0-9]'
+ find . -name '*.pm' -print0 | xargs -0 egrep -H '\$VERSION.*=.*[0-9]' | egrep -v '^\./deb-src/'
fi
# update debian version file