[Pkg-voip-commits] r10565 - /tools/checkunreleased.bash

kilian at alioth.debian.org kilian at alioth.debian.org
Fri Aug 29 13:34:25 UTC 2014


Author: kilian
Date: Fri Aug 29 13:34:25 2014
New Revision: 10565

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=10565
Log:
only check if latest version is unreleased

Modified:
    tools/checkunreleased.bash

Modified: tools/checkunreleased.bash
URL: http://svn.debian.org/wsvn/pkg-voip/tools/checkunreleased.bash?rev=10565&op=diff
==============================================================================
--- tools/checkunreleased.bash	(original)
+++ tools/checkunreleased.bash	Fri Aug 29 13:34:25 2014
@@ -7,7 +7,7 @@
 	if [ ! -f "${i}/trunk/debian/changelog" ]; then
 		continue
 	fi
-	if `grep -q UNRELEASED "${i}/trunk/debian/changelog"`; then
+	if `head -n 1 "${i}/trunk/debian/changelog"|grep -q UNRELEASED`; then
 		echo "UNRELEASED CHANGES: ${i}"
 	fi
 done




More information about the Pkg-voip-commits mailing list