[Pkg-voip-commits] r7190 - /tools/checkwatches.bash
kilian at alioth.debian.org
kilian at alioth.debian.org
Sat May 9 22:13:29 UTC 2009
Author: kilian
Date: Sat May 9 22:13:29 2009
New Revision: 7190
URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=7190
Log:
don't depend on debian/watch to report pending uploads..
Modified:
tools/checkwatches.bash
Modified: tools/checkwatches.bash
URL: http://svn.debian.org/wsvn/pkg-voip/tools/checkwatches.bash?rev=7190&op=diff
==============================================================================
--- tools/checkwatches.bash (original)
+++ tools/checkwatches.bash Sat May 9 22:13:29 2009
@@ -15,11 +15,11 @@
[ "$1" = "-v" ]&&echo "No watch file found."
else
uscan --report --no-verbose --no-dehs || true
- if [ "`sed -ne '1s/^.*UNRELEASED.*$/UNRELEASED/p' debian/changelog`" = "UNRELEASED" -a `dpkg-parsechangelog |dpkg-parsechangelog |sed -ne 's/^[^ ].*$//' -e 's/^ [\.]*$//' -e 's/^[\ \*]* NOT RELEASED YET.*//' -e 's/^\ +\[.*\]$//' -e 's/^ //p'|wc -l` -gt 1 ];then
- echo "Updates pending for next upload:"
- dpkg-parsechangelog |sed -ne 's/^[^ ].*$//' -e 's/^ [\.]*$//' -e 's/^[\ \*]* NOT RELEASED YET.*//' -e 's/^\ +\[.*\]$//' -e 's/^ //p'
- fi
+ fi
+ if [ "`sed -ne '1s/^.*UNRELEASED.*$/UNRELEASED/p' debian/changelog`" = "UNRELEASED" -a `dpkg-parsechangelog |dpkg-parsechangelog |sed -ne 's/^[^ ].*$//' -e 's/^ [\.]*$//' -e 's/^[\ \*]* NOT RELEASED YET.*//' -e 's/^\ +\[.*\]$//' -e 's/^ //p'|wc -l` -gt 1 ];then
+ echo "Updates pending for next upload:"
+ dpkg-parsechangelog |sed -ne 's/^[^ ].*$//' -e 's/^ [\.]*$//' -e 's/^[\ \*]* NOT RELEASED YET.*//' -e 's/^\ +\[.*\]$//' -e 's/^ //p'
fi
cd ../..
done
More information about the Pkg-voip-commits
mailing list