r9098 - packages/trunk/warzone2100/debian

Paul Wise pabs at alioth.debian.org
Wed Mar 11 08:02:12 UTC 2009


Author: pabs
Date: 2009-03-11 08:02:11 +0000 (Wed, 11 Mar 2009)
New Revision: 9098

Modified:
   packages/trunk/warzone2100/debian/changelog
   packages/trunk/warzone2100/debian/compat
   packages/trunk/warzone2100/debian/control
   packages/trunk/warzone2100/debian/rules
Log:
Bump debhelper compat level

Modified: packages/trunk/warzone2100/debian/changelog
===================================================================
--- packages/trunk/warzone2100/debian/changelog	2009-03-10 20:53:25 UTC (rev 9097)
+++ packages/trunk/warzone2100/debian/changelog	2009-03-11 08:02:11 UTC (rev 9098)
@@ -1,6 +1,7 @@
 warzone2100 (2.1.2-1) UNRELEASED; urgency=low
 
   * New upstream release (Closes: #519116)
+  * Bump debhelper compat level
 
  -- Paul Wise <pabs at debian.org>  Wed, 11 Mar 2009 00:20:49 +0900
 

Modified: packages/trunk/warzone2100/debian/compat
===================================================================
--- packages/trunk/warzone2100/debian/compat	2009-03-10 20:53:25 UTC (rev 9097)
+++ packages/trunk/warzone2100/debian/compat	2009-03-11 08:02:11 UTC (rev 9098)
@@ -1 +1 @@
-5
+7

Modified: packages/trunk/warzone2100/debian/control
===================================================================
--- packages/trunk/warzone2100/debian/control	2009-03-10 20:53:25 UTC (rev 9097)
+++ packages/trunk/warzone2100/debian/control	2009-03-11 08:02:11 UTC (rev 9098)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
 Uploaders: Paul Wise <pabs at debian.org>, Bradley Smith <bradsmith at debian.org>
-Build-Depends: debhelper (>= 5.0.51~), bison, flex, libopenal-dev, libsdl1.2-dev, libsdl-net1.2-dev, libvorbis-dev, libphysfs-dev, libpng12-dev, autoconf, automake (>= 1:1.10+nogfdl~), dpkg-dev (>= 1.13.19), libglc-dev, libpopt-dev, pkg-config
+Build-Depends: debhelper (>= 7), bison, flex, libopenal-dev, libsdl1.2-dev, libsdl-net1.2-dev, libvorbis-dev, libphysfs-dev, libpng12-dev, autoconf, automake (>= 1:1.10+nogfdl~), dpkg-dev (>= 1.13.19), libglc-dev, libpopt-dev, pkg-config
 Build-Depends-Indep: zip, unzip
 Build-Conflicts: autoconf2.13, automake1.4
 Standards-Version: 3.8.0

Modified: packages/trunk/warzone2100/debian/rules
===================================================================
--- packages/trunk/warzone2100/debian/rules	2009-03-10 20:53:25 UTC (rev 9097)
+++ packages/trunk/warzone2100/debian/rules	2009-03-11 08:02:11 UTC (rev 9098)
@@ -103,7 +103,7 @@
 install-indep: build-indep
 	dh_testdir -i
 	dh_testroot -i
-	dh_clean -k -i
+	dh_prep -i
 	$(MAKE) -C data install DESTDIR=$(CURDIR)/debian/tmp
 	$(MAKE) -C po install DESTDIR=$(CURDIR)/debian/tmp
 # -------------------------------------
@@ -114,7 +114,7 @@
 install: build
 	dh_testdir -a
 	dh_testroot -a
-	dh_clean -k -a
+	dh_prep -a
 	for d in $(SUBDIRS) ; do \
 		$(MAKE) -C $$d install DESTDIR=$(CURDIR)/debian/tmp || exit 1 ; \
 	done




More information about the Pkg-games-commits mailing list