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 <[email protected]> Uploaders: Fabian Greffrath <[email protected]>, Evgeni Golov <[email protected]>, Jon Dowland <[email protected]> -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 _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

