r11330 - in packages/trunk/love/debian: . source

Miriam Ruiz miriam at alioth.debian.org
Fri Aug 27 18:10:46 UTC 2010


Author: miriam
Date: 2010-08-27 18:10:45 +0000 (Fri, 27 Aug 2010)
New Revision: 11330

Modified:
   packages/trunk/love/debian/control
   packages/trunk/love/debian/rules
   packages/trunk/love/debian/source/format
Log:
Move to debian source format 3.0 (quilt)



Modified: packages/trunk/love/debian/control
===================================================================
--- packages/trunk/love/debian/control	2010-08-27 17:35:31 UTC (rev 11329)
+++ packages/trunk/love/debian/control	2010-08-27 18:10:45 UTC (rev 11330)
@@ -3,7 +3,7 @@
 Priority: extra
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
 Uploaders: Miriam Ruiz <little_miry at yahoo.es>
-Build-Depends: debhelper (>= 7), autotools-dev, quilt, dh-buildinfo, sng,
+Build-Depends: debhelper (>= 7), autotools-dev, dh-buildinfo, sng,
  pkg-config, libboost-dev, libsdl1.2-dev, libsdl-mixer1.2-dev, libopenal-dev,
  liblua5.1-0-dev, libphysfs-dev, libdevil-dev, libfreetype6-dev, libmng-dev,
  libmodplug-dev, libmpg123-dev, libflac++-dev, libxpm-dev, libxcursor-dev,

Modified: packages/trunk/love/debian/rules
===================================================================
--- packages/trunk/love/debian/rules	2010-08-27 17:35:31 UTC (rev 11329)
+++ packages/trunk/love/debian/rules	2010-08-27 18:10:45 UTC (rev 11330)
@@ -4,14 +4,9 @@
 
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
- 
-patch: patch-stamp
-patch-stamp:
-	[ ! -d debian/patches ] || $(MAKE) -f /usr/share/quilt/quilt.make patch
-	touch $@
 
 configure: configure-stamp
-configure-stamp: patch-stamp
+configure-stamp: 
 	dh_testdir
 	[ ! -d debian/pixmaps ] || { cd debian/pixmaps && for i in *.sng; do sng "$$i"; done; }
 
@@ -44,7 +39,7 @@
 
 build: build-indep build-arch
 
-clean: patch
+clean: 
 	dh_testdir
 	dh_testroot
 	[ ! -f Makefile ] || $(MAKE) distclean
@@ -53,7 +48,6 @@
 	rm -f bin/*
 	rm -rf obj/*
 	rm -f `find . -name "*.o"`
-	[ ! -d debian/patches ] || $(MAKE) -f /usr/share/quilt/quilt.make unpatch
 	[ ! -d debian/pixmaps ] || rm -vf debian/pixmaps/*.png
 	dh_clean 
 

Modified: packages/trunk/love/debian/source/format
===================================================================
--- packages/trunk/love/debian/source/format	2010-08-27 17:35:31 UTC (rev 11329)
+++ packages/trunk/love/debian/source/format	2010-08-27 18:10:45 UTC (rev 11330)
@@ -1 +1 @@
-3.0 (native)
+3.0 (quilt)




More information about the Pkg-games-commits mailing list