[Debian-l10n-commits] r2837 - /dl10n/trunk/debian/rules

bubulle at users.alioth.debian.org bubulle at users.alioth.debian.org
Sun Jan 15 15:40:35 UTC 2012


Author: bubulle
Date: Sun Jan 15 15:40:34 2012
New Revision: 2837

URL: http://svn.debian.org/wsvn/?sc=1&rev=2837
Log:
Drop version check in rules

Modified:
    dl10n/trunk/debian/rules

Modified: dl10n/trunk/debian/rules
URL: http://svn.debian.org/wsvn/dl10n/trunk/debian/rules?rev=2837&op=diff
==============================================================================
--- dl10n/trunk/debian/rules (original)
+++ dl10n/trunk/debian/rules Sun Jan 15 15:40:34 2012
@@ -21,18 +21,6 @@
 build: build-stamp
 build-stamp:
 	dh_testdir
-
-# Make sure the VERSION string were updated in binaries
-	@ pkgver=`dpkg-parsechangelog|\
-	          grep Version|\
-		  sed -e 's/Version: //' -e 's/-.*//' -e 's/[[:blank:]]*//g'`;\
-	libver=`grep '$$VERSION=' lib/Debian/L10n/Db.pm| \
-                sed -e 's/^.*"\([^"]*\)".*/\1/'`; \
-	if [ "x$$pkgver" != "x$$libver" ] ; then \
-	   echo "VERSION in lib/Debian/L10n/Db.pm is wrong ($$pkgver!=$$libver)";\
-	   exit 1; \
-	fi;
-
 	perl Makefile.PL INSTALLDIRS=vendor
 	$(MAKE)
 




More information about the Debian-l10n-commits mailing list