r11957 - packages/trunk/freegish/debian

Lubos Novak lubos-guest at alioth.debian.org
Thu Mar 17 09:08:52 UTC 2011


Author: lubos-guest
Date: 2011-03-17 09:08:45 +0000 (Thu, 17 Mar 2011)
New Revision: 11957

Modified:
   packages/trunk/freegish/debian/compat
   packages/trunk/freegish/debian/control
   packages/trunk/freegish/debian/rules
Log:
updated debhelper compatibility level to V8

Modified: packages/trunk/freegish/debian/compat
===================================================================
--- packages/trunk/freegish/debian/compat	2011-03-17 08:54:48 UTC (rev 11956)
+++ packages/trunk/freegish/debian/compat	2011-03-17 09:08:45 UTC (rev 11957)
@@ -1 +1 @@
-7
+8

Modified: packages/trunk/freegish/debian/control
===================================================================
--- packages/trunk/freegish/debian/control	2011-03-17 08:54:48 UTC (rev 11956)
+++ packages/trunk/freegish/debian/control	2011-03-17 09:08:45 UTC (rev 11957)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
 Uploaders: Luboš Novák <alvinx12 at centrum.cz>
-Build-Depends: debhelper (>= 7.3.0), cmake (>= 2.4.4), quilt (>= 0.46-7~),
+Build-Depends: debhelper (>= 8), cmake (>= 2.4.4), quilt (>= 0.46-7~),
  libsdl1.2-dev, libopenal-dev, libvorbis-dev, libogg-dev, libpng12-dev
 Standards-Version: 3.9.1
 Homepage: https://www.github.com/megagun/gish

Modified: packages/trunk/freegish/debian/rules
===================================================================
--- packages/trunk/freegish/debian/rules	2011-03-17 08:54:48 UTC (rev 11956)
+++ packages/trunk/freegish/debian/rules	2011-03-17 09:08:45 UTC (rev 11957)
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 %:
-	dh --buildsystem=cmake --with quilt $@
+	dh $@ --buildsystem=cmake --with quilt
 
 override_dh_auto_configure:
 	dh_auto_configure -- -DINSTALL_FHS=1 -DBIN_DIR=/usr/games -DDATA_DIR=/usr/share/games/freegish




More information about the Pkg-games-commits mailing list