Author: tille
Date: Wed May 30 11:58:15 2012
New Revision: 3375
URL: http://svn.debian.org/wsvn/blends/?sc=1&rev=3375
Log:
Another regexp which might match the changelog file
Modified:
blends/trunk/machine_readable/fetch-machine-readable
Modified: blends/trunk/machine_readable/fetch-machine-readable
URL:
http://svn.debian.org/wsvn/blends/blends/trunk/machine_readable/fetch-machine-readable?rev=3375&op=diff
==============================================================================
--- blends/trunk/machine_readable/fetch-machine-readable (original)
+++ blends/trunk/machine_readable/fetch-machine-readable Wed May 30 11:58:15
2012
@@ -57,7 +57,7 @@
# set -x
for pkgdir in `cat $PKGLIST` ; do
pkg=`echo $pkgdir | sed -e 's?^.*/\([^/]\+\)?\1?'`
- chlog=`grep -e "/$pkg/trunk/debian/changelog$" -e
"^$pkg/trunk/debian/changelog$" -e "^$pkg/debian/changelog$" $TMPLIST
2>/dev/null`
+ chlog=`grep -e "/$pkg/trunk/debian/changelog$" -e
"^$pkg/trunk/debian/changelog$" -e "^$pkg/debian/changelog$" -e
"/$pkg/debian/changelog$" $TMPLIST 2>/dev/null`
## DEBUG
# echo "$pkgdir -> $pkg ($chlog)"
if [ "" != "$chlog" ] ; then
_______________________________________________
Blends-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/blends-commit