r2801 - packages/trunk/teg/debian

Gonéri Le Bouder goneri-guest at alioth.debian.org
Sat Jun 2 15:50:21 UTC 2007


Author: goneri-guest
Date: 2007-06-02 15:50:21 +0000 (Sat, 02 Jun 2007)
New Revision: 2801

Modified:
   packages/trunk/teg/debian/changelog
   packages/trunk/teg/debian/control
   packages/trunk/teg/debian/rules
Log:
switch to quilt, remove cdbs dependency, remove config.log config.status during clean

Modified: packages/trunk/teg/debian/changelog
===================================================================
--- packages/trunk/teg/debian/changelog	2007-06-02 15:19:01 UTC (rev 2800)
+++ packages/trunk/teg/debian/changelog	2007-06-02 15:50:21 UTC (rev 2801)
@@ -1,6 +1,7 @@
 teg (0.11.2-1) unstable; urgency=low
 
   * New upstream release 
+  * switch to quilt, remove cdbs dependency
 
  -- Gonéri Le Bouder <goneri at rulezlan.org>  Sat,  2 Jun 2007 17:31:28 +0200
 

Modified: packages/trunk/teg/debian/control
===================================================================
--- packages/trunk/teg/debian/control	2007-06-02 15:19:01 UTC (rev 2800)
+++ packages/trunk/teg/debian/control	2007-06-02 15:50:21 UTC (rev 2801)
@@ -4,7 +4,7 @@
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
 Uploaders: Gonéri Le Bouder <goneri at rulezlan.org>
 Standards-Version: 3.7.2
-Build-Depends: debhelper (>= 5.0.0), gettext, intltool, libtool, librsvg2-dev, libart-2.0-dev, libatk1.0-dev, libbonobo2-dev, libbonoboui2-dev, libfreetype6-dev, libgconf2-dev, libglib2.0-dev, libgnome2-dev, libgnomecanvas2-dev, libgnomeui-dev (>= 2.6.1.1-4), libgnomevfs2-dev (>= 2.0.2-4), libgtk2.0-dev (>= 2.0.6-1), liborbit2-dev, libpango1.0-dev, libpopt-dev, libxml2-dev, zlib1g-dev, libreadline5-dev, cdbs
+Build-Depends: debhelper (>= 5.0.0), gettext, intltool, libtool, librsvg2-dev, libart-2.0-dev, libatk1.0-dev, libbonobo2-dev, libbonoboui2-dev, libfreetype6-dev, libgconf2-dev, libglib2.0-dev, libgnome2-dev, libgnomecanvas2-dev, libgnomeui-dev (>= 2.6.1.1-4), libgnomevfs2-dev (>= 2.0.2-4), libgtk2.0-dev (>= 2.0.6-1), liborbit2-dev, libpango1.0-dev, libpopt-dev, libxml2-dev, zlib1g-dev, libreadline5-dev
 
 Package: teg
 Architecture: any

Modified: packages/trunk/teg/debian/rules
===================================================================
--- packages/trunk/teg/debian/rules	2007-06-02 15:19:01 UTC (rev 2800)
+++ packages/trunk/teg/debian/rules	2007-06-02 15:50:21 UTC (rev 2801)
@@ -1,16 +1,9 @@
 #!/usr/bin/make -f
 # -*- makefile -*-
-# Sample debian/rules that uses debhelper.
-# This file was originally written by Joey Hess and Craig Small.
-# As a special exception, when this file is copied by dh-make into a
-# dh-make output file, you may use that output file without restriction.
-# This special exception was added by Craig Small in version 0.37 of dh-make.
 
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-include /usr/share/cdbs/1/rules/simple-patchsys.mk
-
 export CFLAGS := -Wall -g
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
         CFLAGS += -O0
@@ -38,11 +31,11 @@
 	$(MAKE)
 	touch build-stamp
 
-clean::
+clean:
 	dh_testdir
 	dh_testroot
 	[ ! -f Makefile ] || $(MAKE) distclean
-	rm -f po/*.gmo build-stamp
+	rm -f po/*.gmo configure-stamp build-stamp config.log config.status 
 	dh_clean
 
 install: build




More information about the Pkg-games-commits mailing list