[Po4a-commits] "po4a/debian rules,1.31,1.32"

Nicolas FRANCOIS nekral-guest at alioth.debian.org
Tue Nov 1 21:48:23 UTC 2005


Update of /cvsroot/po4a/po4a/debian
In directory haydn:/tmp/cvs-serv15002/debian

Modified Files:
	rules 
Log Message:
Only take into account the first "Version" line in the dpkg-parsechangelog
output.

The build failed because of a "Standards-Version" line in the changelog.


Index: rules
===================================================================
RCS file: /cvsroot/po4a/po4a/debian/rules,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- rules	9 Nov 2004 23:12:36 -0000	1.31
+++ rules	1 Nov 2005 21:48:20 -0000	1.32
@@ -17,7 +17,7 @@
 
 # Make sure the VERSION string were updated in binaries
 	@ pkgver=`dpkg-parsechangelog|\
-	          grep Version|\
+	          grep -m 1 Version|\
 		  sed -e 's/Version: //' -e 's/-.*//' -e 's/[[:blank:]]*//g'`;\
 	libver=`grep '$$VERSION=' lib/Locale/Po4a/TransTractor.pm| \
                 sed -e 's/^.*"\([^"]*\)".*/\1/'`; \




More information about the Po4a-commits mailing list