r11839 - packages/trunk/gemrb/debian

Lubos Novak lubos-guest at alioth.debian.org
Mon Feb 28 09:04:10 UTC 2011


Author: lubos-guest
Date: 2011-02-28 09:04:02 +0000 (Mon, 28 Feb 2011)
New Revision: 11839

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

Modified: packages/trunk/gemrb/debian/compat
===================================================================
--- packages/trunk/gemrb/debian/compat	2011-02-25 00:04:09 UTC (rev 11838)
+++ packages/trunk/gemrb/debian/compat	2011-02-28 09:04:02 UTC (rev 11839)
@@ -1 +1 @@
-7
+8

Modified: packages/trunk/gemrb/debian/control
===================================================================
--- packages/trunk/gemrb/debian/control	2011-02-25 00:04:09 UTC (rev 11838)
+++ packages/trunk/gemrb/debian/control	2011-02-28 09:04:02 UTC (rev 11839)
@@ -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~),
  python-dev, zlib1g-dev, libsdl1.2-dev, libsdl-mixer1.2-dev, libopenal-dev,
  libpng12-dev, libvorbis-dev
 Standards-Version: 3.9.1

Modified: packages/trunk/gemrb/debian/rules
===================================================================
--- packages/trunk/gemrb/debian/rules	2011-02-25 00:04:09 UTC (rev 11838)
+++ packages/trunk/gemrb/debian/rules	2011-02-28 09:04:02 UTC (rev 11839)
@@ -1,9 +1,8 @@
 #!/usr/bin/make -f
 %:
-	dh --buildsystem=cmake --with quilt $@
+	dh $@ --buildsystem=cmake --dbg-package=gemrb-dbg --with quilt
 
 override_dh_auto_configure:
 	dh_auto_configure -- -DSTATIC_LINK=ON -DCMAKE_INSTALL_PREFIX=/usr -DBIN_DIR=/usr/games -DDATA_DIR=/usr/share/games/gemrb
 
-override_dh_strip:
-	dh_strip --dbg-package=gemrb-dbg
+.PHONY: override_dh_auto_configure
\ No newline at end of file




More information about the Pkg-games-commits mailing list