r5284 - packages/trunk/boswars/debian

Cyril Brulebois kibi-guest at alioth.debian.org
Thu Jan 10 04:00:00 UTC 2008


Author: kibi-guest
Date: 2008-01-10 04:00:00 +0000 (Thu, 10 Jan 2008)
New Revision: 5284

Modified:
   packages/trunk/boswars/debian/changelog
   packages/trunk/boswars/debian/rules
Log:
Tweak UPSTREAM_VERSION handling to support binNMUs

Modified: packages/trunk/boswars/debian/changelog
===================================================================
--- packages/trunk/boswars/debian/changelog	2008-01-10 03:52:41 UTC (rev 5283)
+++ packages/trunk/boswars/debian/changelog	2008-01-10 04:00:00 UTC (rev 5284)
@@ -27,6 +27,7 @@
   * Add an explicit Build-Depends on pkg-config.
   * Add a Build-Depends on libtheora-dev, which is recommended but not
     required (and this is why its being missing wasn't spotted before).
+  * Tweak UPSTREAM_VERSION handling to support binNMUs.
 
   [ Barry deFreese ]
   * New upstream release (from 2.4 to 2.4.1).

Modified: packages/trunk/boswars/debian/rules
===================================================================
--- packages/trunk/boswars/debian/rules	2008-01-10 03:52:41 UTC (rev 5283)
+++ packages/trunk/boswars/debian/rules	2008-01-10 04:00:00 UTC (rev 5284)
@@ -8,7 +8,7 @@
 
 # Compute upstream version
 UPSTREAM_VERSION = $(shell dpkg-parsechangelog | grep ^Version: \
-		| awk '{print $$2}' | perl -pe 's/(?:\.dfsg)?-\d+$$//')
+		| awk '{print $$2}' | perl -pe 's/(?:\.dfsg)?-.*?$$//')
 
 # This has to be exported to make some magic below work.
 export DH_OPTIONS




More information about the Pkg-games-commits mailing list