r8081 - packages/trunk/lmemory/debian

Miriam Ruiz miriam at alioth.debian.org
Fri Sep 5 16:31:44 UTC 2008


Author: miriam
Date: 2008-09-05 16:31:44 +0000 (Fri, 05 Sep 2008)
New Revision: 8081

Modified:
   packages/trunk/lmemory/debian/changelog
   packages/trunk/lmemory/debian/control
   packages/trunk/lmemory/debian/rules
Log:
Add support for quilt



Modified: packages/trunk/lmemory/debian/changelog
===================================================================
--- packages/trunk/lmemory/debian/changelog	2008-09-05 16:25:00 UTC (rev 8080)
+++ packages/trunk/lmemory/debian/changelog	2008-09-05 16:31:44 UTC (rev 8081)
@@ -1,7 +1,8 @@
 lmemory (0.6c-3) unstable; urgency=low
 
-  * Debian Games Team is taking care of this game from now on.
+  * Debian Games Team is taking care of this game from now on
   * Allows for parallel build, Closes: #490333
+  * Use Quilt to manage patches
 
  -- Miriam Ruiz <little_miry at yahoo.es>  Fri, 05 Sep 2008 18:10:01 +0200
 

Modified: packages/trunk/lmemory/debian/control
===================================================================
--- packages/trunk/lmemory/debian/control	2008-09-05 16:25:00 UTC (rev 8080)
+++ packages/trunk/lmemory/debian/control	2008-09-05 16:31:44 UTC (rev 8081)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
 Uploaders: Miriam Ruiz <little_miry at yahoo.es>
-Build-Depends: debhelper (>= 5.0.0), libgtk1.2-dev
+Build-Depends: debhelper (>= 5.0.0), quilt, libgtk1.2-dev
 Standards-Version: 3.8.0
 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/lmemory/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/lmemory/?op=log

Modified: packages/trunk/lmemory/debian/rules
===================================================================
--- packages/trunk/lmemory/debian/rules	2008-09-05 16:25:00 UTC (rev 8080)
+++ packages/trunk/lmemory/debian/rules	2008-09-05 16:31:44 UTC (rev 8081)
@@ -30,32 +30,28 @@
 DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
 DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
 
+patch:
+	$(MAKE) -f /usr/share/quilt/quilt.make patch
+
 configure: configure-stamp
-configure-stamp:
+configure-stamp: patch
 	dh_testdir
-
-	# Add here commands to configure the package.
 	./configure --prefix=/usr --mandir=\$${prefix}/share/man \
 		--datadir=\$${prefix}/share/games/lmemory \
 		--bindir=\$${prefix}/games
+	touch $@
 
-	touch configure-stamp
-
 build: build-stamp
 build-stamp: configure-stamp
 	dh_testdir
-
 	$(MAKE)
+	touch $@
 
-	touch build-stamp
-
 clean:
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp configure-stamp
-
 	[ ! -f config.status ] || $(MAKE) distclean
-
 	rm -f config.log libtool confdefs.h
 
 ifneq "$(wildcard /usr/share/misc/config.sub)" ""
@@ -65,6 +61,7 @@
 	cp -f /usr/share/misc/config.guess config.guess
 endif
 
+	$(MAKE) -f /usr/share/quilt/quilt.make unpatch
 	dh_clean
 
 install: build




More information about the Pkg-games-commits mailing list