r11717 - packages/trunk/warzone2100/debian

Paul Wise pabs at alioth.debian.org
Tue Feb 8 11:53:35 UTC 2011


Author: pabs
Date: 2011-02-08 11:53:34 +0000 (Tue, 08 Feb 2011)
New Revision: 11717

Modified:
   packages/trunk/warzone2100/debian/changelog
   packages/trunk/warzone2100/debian/rules
Log:
Set the distributor based on the build distribution

Modified: packages/trunk/warzone2100/debian/changelog
===================================================================
--- packages/trunk/warzone2100/debian/changelog	2011-02-08 11:03:36 UTC (rev 11716)
+++ packages/trunk/warzone2100/debian/changelog	2011-02-08 11:53:34 UTC (rev 11717)
@@ -1,3 +1,9 @@
+warzone2100 (2.3.4-2) UNRELEASED; urgency=low
+
+  * Set the distributor based on the build distribution
+
+ -- Paul Wise <pabs at debian.org>  Tue, 08 Feb 2011 19:52:51 +0800
+
 warzone2100 (2.3.4-1) unstable; urgency=low
 
   * New upstream bugfix release

Modified: packages/trunk/warzone2100/debian/rules
===================================================================
--- packages/trunk/warzone2100/debian/rules	2011-02-08 11:03:36 UTC (rev 11716)
+++ packages/trunk/warzone2100/debian/rules	2011-02-08 11:53:34 UTC (rev 11717)
@@ -47,7 +47,7 @@
 	    --mandir=\$${prefix}/share/man \
 	    --with-icondir=\$${prefix}/share/icons/hicolor/128x128/apps \
 	    --with-applicationdir=\$${prefix}/share/applications \
-	    --with-distributor=Debian \
+	    --with-distributor="$(shell dpkg-vendor --query vendor)" \
 	    --disable-debug
 # -------------------------------------
 




More information about the Pkg-games-commits mailing list