r10520 - packages/trunk/libphysfs/debian

Patrick Matthäi pmatthaei at alioth.debian.org
Sun Nov 15 11:54:19 UTC 2009


Author: pmatthaei
Date: 2009-11-15 11:54:18 +0000 (Sun, 15 Nov 2009)
New Revision: 10520

Added:
   packages/trunk/libphysfs/debian/source/
Modified:
   packages/trunk/libphysfs/debian/changelog
   packages/trunk/libphysfs/debian/rules
Log:
* Convert package to the 3.0 (quilt) format.


Modified: packages/trunk/libphysfs/debian/changelog
===================================================================
--- packages/trunk/libphysfs/debian/changelog	2009-11-13 22:20:00 UTC (rev 10519)
+++ packages/trunk/libphysfs/debian/changelog	2009-11-15 11:54:18 UTC (rev 10520)
@@ -11,8 +11,9 @@
   * Fix debian/changelog.
   * Replace libreadline5-dev build dependency by libreadline-dev.
     Closes: #553799
+  * Convert package to the 3.0 (quilt) format.
 
- -- Patrick Matthäi <pmatthaei at debian.org>  Mon, 02 Nov 2009 18:09:03 +0100
+ -- Patrick Matthäi <pmatthaei at debian.org>  Sun, 15 Nov 2009 12:53:58 +0100
 
 libphysfs (2.0.0-3) unstable; urgency=low
 

Modified: packages/trunk/libphysfs/debian/rules
===================================================================
--- packages/trunk/libphysfs/debian/rules	2009-11-13 22:20:00 UTC (rev 10519)
+++ packages/trunk/libphysfs/debian/rules	2009-11-15 11:54:18 UTC (rev 10520)
@@ -28,9 +28,6 @@
 
 config.status:
 	dh_testdir
-
-	QUILT_PATCHES=debian/patches quilt push -a || test $$? = 2
-
 	cmake -D CMAKE_INSTALL_PREFIX=/usr .
 
 build: build-stamp
@@ -47,9 +44,6 @@
 	dh_testroot
 	rm -f build-stamp
 	[ ! -f Makefile ] || [ ! -f config.status ] || $(MAKE) clean
-
-	QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2
-
 	rm -fR docs/html docs/latex docs/man
 	rm -f config.log config.status config.sub config.guess
 	find ./ -name Makefile -delete
@@ -68,7 +62,6 @@
 	find ./ -name *.a -delete
 	find ./ -name *.bin -delete
 	find ./ -name a.out -delete
-
 	dh_clean
 
 install: build




More information about the Pkg-games-commits mailing list