r3133 - in packages/trunk/boson-data/debian: . patches

Gonéri Le Bouder goneri-guest at alioth.debian.org
Fri Jun 29 13:22:56 UTC 2007


Author: goneri-guest
Date: 2007-06-29 13:22:56 +0000 (Fri, 29 Jun 2007)
New Revision: 3133

Added:
   packages/trunk/boson-data/debian/patches/series
Modified:
   packages/trunk/boson-data/debian/changelog
   packages/trunk/boson-data/debian/control
   packages/trunk/boson-data/debian/rules
Log:
+  * use quilt instead of simple-patchsys.mk
+  * move debhelper in Build-Depends-Indep:


Modified: packages/trunk/boson-data/debian/changelog
===================================================================
--- packages/trunk/boson-data/debian/changelog	2007-06-29 13:15:54 UTC (rev 3132)
+++ packages/trunk/boson-data/debian/changelog	2007-06-29 13:22:56 UTC (rev 3133)
@@ -1,6 +1,7 @@
 boson-data (0.13-1) unstable; urgency=low
 
-  * upload to unstable
+  * use quilt instead of simple-patchsys.mk
+  * move debhelper in Build-Depends-Indep:
 
  -- Gonéri Le Bouder <goneri at rulezlan.org>  Fri, 29 Jun 2007 15:20:25 +0200
 

Modified: packages/trunk/boson-data/debian/control
===================================================================
--- packages/trunk/boson-data/debian/control	2007-06-29 13:15:54 UTC (rev 3132)
+++ packages/trunk/boson-data/debian/control	2007-06-29 13:22:56 UTC (rev 3133)
@@ -2,8 +2,7 @@
 Section: games
 Priority: optional
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
-Build-Depends: debhelper (>> 5.0.0), cdbs
-Build-Depends-Indep: wml, perlmagick, perl, cmake (>= 2.4.2)
+Build-Depends-Indep: debhelper (>> 5.0.0), quilt, wml, perlmagick, perl, cmake (>= 2.4.2)
 Standards-Version: 3.7.2
 Uploaders: Gonéri Le Bouder <goneri at rulezlan.org>, Alexander Schmehl <tolimar at debian.org>
 

Added: packages/trunk/boson-data/debian/patches/series
===================================================================
--- packages/trunk/boson-data/debian/patches/series	                        (rev 0)
+++ packages/trunk/boson-data/debian/patches/series	2007-06-29 13:22:56 UTC (rev 3133)
@@ -0,0 +1 @@
+10_remove_kdelib_builddep.patch

Modified: packages/trunk/boson-data/debian/rules
===================================================================
--- packages/trunk/boson-data/debian/rules	2007-06-29 13:15:54 UTC (rev 3132)
+++ packages/trunk/boson-data/debian/rules	2007-06-29 13:22:56 UTC (rev 3133)
@@ -4,10 +4,9 @@
 
 CFLAGS = -Wall -g
 
-include /usr/share/cdbs/1/rules/simple-patchsys.mk
-
 configure: configure-stamp
 configure-stamp:
+	QUILT_PATCHES=debian/patches quilt push -a || test $$? = 2
 	dh_testdir
 	#	CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --bindir=\$${prefix}/games
 	touch configure-stamp
@@ -23,7 +22,7 @@
 
 	touch build-stamp
 
-clean::
+clean:
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp 
@@ -32,8 +31,8 @@
 	debian/stamp-cmake-build \
 	debian/build-area \
 	debian/tmp	
-
 	dh_clean 
+	QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2
 
 install: build
 	dh_testdir




More information about the Pkg-games-commits mailing list