r1112 - packages/trunk/trigger/trigger/debian

Gonéri Le Bouder goneri-guest at costa.debian.org
Tue Jul 18 22:11:25 UTC 2006


Author: goneri-guest
Date: 2006-07-18 22:11:24 +0000 (Tue, 18 Jul 2006)
New Revision: 1112

Modified:
   packages/trunk/trigger/trigger/debian/changelog
   packages/trunk/trigger/trigger/debian/control
   packages/trunk/trigger/trigger/debian/rules
Log:
  * add buiddepends on cdbs because of simple-patchsys


Modified: packages/trunk/trigger/trigger/debian/changelog
===================================================================
--- packages/trunk/trigger/trigger/debian/changelog	2006-07-18 22:03:46 UTC (rev 1111)
+++ packages/trunk/trigger/trigger/debian/changelog	2006-07-18 22:11:24 UTC (rev 1112)
@@ -14,6 +14,8 @@
   [ Gonéri Le Bouder ]
   * create the patches directory
   * add myself in uploader
+  * Standards-Version: 3.7.2
+  * add buiddepends on cdbs because of simple-patchsys
 
  -- Stefan Potyra <sistpoty at ubuntu.com>  Sun, 14 May 2006 22:18:14 +0200
 

Modified: packages/trunk/trigger/trigger/debian/control
===================================================================
--- packages/trunk/trigger/trigger/debian/control	2006-07-18 22:03:46 UTC (rev 1111)
+++ packages/trunk/trigger/trigger/debian/control	2006-07-18 22:11:24 UTC (rev 1112)
@@ -2,8 +2,8 @@
 Section: games
 Priority: optional
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 5.0.0), jam, libopenal-dev, libalut-dev, libphysfs-dev, libsdl-image1.2-dev, docbook-to-man
-Standards-Version: 3.6.2
+Build-Depends: debhelper (>= 5.0.0), jam, libopenal-dev, libalut-dev, libphysfs-dev, libsdl-image1.2-dev, docbook-to-man, cdbs
+Standards-Version: 3.7.2
 Uploaders: Stefan Potyra <sistpoty at ubuntu.com>, Gonéri Le Bouder <goneri at rulezlan.org> 
 
 Package: trigger

Modified: packages/trunk/trigger/trigger/debian/rules
===================================================================
--- packages/trunk/trigger/trigger/debian/rules	2006-07-18 22:03:46 UTC (rev 1111)
+++ packages/trunk/trigger/trigger/debian/rules	2006-07-18 22:11:24 UTC (rev 1112)
@@ -4,6 +4,8 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
+
 # These are used for cross-compiling and for saving the configure script
 # from having to guess our platform (since we know it already)
 DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
@@ -48,7 +50,7 @@
 	jam
 	touch build-stamp
 
-clean:
+clean::
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp 




More information about the Pkg-games-commits mailing list