r6100 - packages/trunk/boswars/debian

Cyril Brulebois kibi-guest at alioth.debian.org
Sun Mar 16 01:50:59 UTC 2008


Author: kibi-guest
Date: 2008-03-16 01:50:59 +0000 (Sun, 16 Mar 2008)
New Revision: 6100

Modified:
   packages/trunk/boswars/debian/changelog
   packages/trunk/boswars/debian/rules
Log:
The UPSTREAM_VERSION variable is no longer needed.

Modified: packages/trunk/boswars/debian/changelog
===================================================================
--- packages/trunk/boswars/debian/changelog	2008-03-16 01:47:40 UTC (rev 6099)
+++ packages/trunk/boswars/debian/changelog	2008-03-16 01:50:59 UTC (rev 6100)
@@ -7,7 +7,8 @@
        tarball:
         - Update debian/copyright accordingly.
         - Drop debian/README.Debian-source.
-        - Drop the get-orig-source target from debian/rules.
+        - Drop the get-orig-source target and the UPSTREAM_VERSION
+          variable from debian/rules.
         - Drop version mangling in debian/watch.
      - Mention in debian/copyright the mails from tolua++ and tolua
        authors, which agreed to switch to the lua license (MIT) for their

Modified: packages/trunk/boswars/debian/rules
===================================================================
--- packages/trunk/boswars/debian/rules	2008-03-16 01:47:40 UTC (rev 6099)
+++ packages/trunk/boswars/debian/rules	2008-03-16 01:50:59 UTC (rev 6100)
@@ -6,10 +6,6 @@
 
 include /usr/share/quilt/quilt.make
 
-# Compute upstream version
-UPSTREAM_VERSION = $(shell dpkg-parsechangelog | grep ^Version: \
-		| 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