r13255 - packages/trunk/rott/debian

Fabian Greffrath fabian-guest at alioth.debian.org
Wed Feb 15 12:02:33 UTC 2012


Author: fabian-guest
Date: 2012-02-15 12:02:33 +0000 (Wed, 15 Feb 2012)
New Revision: 13255

Modified:
   packages/trunk/rott/debian/compat
   packages/trunk/rott/debian/control
   packages/trunk/rott/debian/rules
Log:
Bump debhelper compatibility to v9.

Modified: packages/trunk/rott/debian/compat
===================================================================
--- packages/trunk/rott/debian/compat	2012-02-14 09:48:30 UTC (rev 13254)
+++ packages/trunk/rott/debian/compat	2012-02-15 12:02:33 UTC (rev 13255)
@@ -1 +1 @@
-7
+9

Modified: packages/trunk/rott/debian/control
===================================================================
--- packages/trunk/rott/debian/control	2012-02-14 09:48:30 UTC (rev 13254)
+++ packages/trunk/rott/debian/control	2012-02-15 12:02:33 UTC (rev 13255)
@@ -4,7 +4,7 @@
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
 Uploaders: Fabian Greffrath <fabian+debian at greffrath.com>,
  Evgeni Golov <evgeni at debian.org>, Jon Dowland <jmtd at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), libsdl1.2-dev, libsdl-mixer1.2-dev
+Build-Depends: debhelper (>= 9), libsdl1.2-dev, libsdl-mixer1.2-dev
 Standards-Version: 3.9.1
 Homepage: http://icculus.org/rott/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/rott/

Modified: packages/trunk/rott/debian/rules
===================================================================
--- packages/trunk/rott/debian/rules	2012-02-14 09:48:30 UTC (rev 13254)
+++ packages/trunk/rott/debian/rules	2012-02-15 12:02:33 UTC (rev 13255)
@@ -3,10 +3,8 @@
 CFLAGS += -DDATADIR=\"/usr/share/games/rott/\"
 CFLAGS += -Wno-pointer-sign -Wno-unused
 
-export CFLAGS
-
 %:
-	dh --sourcedir=rott $@
+	dh $@ --sourcedir=rott
 
 override_dh_auto_build:
 	# Shareware Version




More information about the Pkg-games-commits mailing list