[Demudi-commits] r643 - bootsplash/trunk/debian

Free Ekanayaka free-guest at costa.debian.org
Mon Feb 6 02:18:51 UTC 2006


Author: free-guest
Date: 2006-02-06 02:18:50 +0000 (Mon, 06 Feb 2006)
New Revision: 643

Modified:
   bootsplash/trunk/debian/changelog
   bootsplash/trunk/debian/control
   bootsplash/trunk/debian/rules
Log:
* Use dpatch

Modified: bootsplash/trunk/debian/changelog
===================================================================
--- bootsplash/trunk/debian/changelog	2006-02-06 02:15:15 UTC (rev 642)
+++ bootsplash/trunk/debian/changelog	2006-02-06 02:18:50 UTC (rev 643)
@@ -1,3 +1,9 @@
+bootsplash (3.1-1) UNRELEASED; urgency=low
+
+  * Use dpatch
+
+ -- Free Ekanayaka <free at agnula.org>  Mon,  6 Feb 2006 05:27:50 -0500
+
 bootsplash (3.1-11) unstable; urgency=low
 
   * Applied changes from Julien Valroff <julien at kirya.net>

Modified: bootsplash/trunk/debian/control
===================================================================
--- bootsplash/trunk/debian/control	2006-02-06 02:15:15 UTC (rev 642)
+++ bootsplash/trunk/debian/control	2006-02-06 02:18:50 UTC (rev 643)
@@ -2,7 +2,7 @@
 Section: graphics
 Priority: optional
 Maintainer: Oliver Sorge <oliver at dediziert.org>
-Build-Depends: debhelper (>= 4.1.16), libfreetype6-dev (>= 2.0.0), libmng-dev (>= 1.0), zlib1g-dev
+Build-Depends: debhelper (>= 4.1.16), libfreetype6-dev (>= 2.0.0), libmng-dev (>= 1.0), zlib1g-dev, dpatch
 Standards-Version: 3.6.0
 
 Package: bootsplash

Modified: bootsplash/trunk/debian/rules
===================================================================
--- bootsplash/trunk/debian/rules	2006-02-06 02:15:15 UTC (rev 642)
+++ bootsplash/trunk/debian/rules	2006-02-06 02:18:50 UTC (rev 643)
@@ -6,6 +6,8 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
+include /usr/share/dpatch/dpatch.make
+
 INSTALL_NOSTRIP = install
 INSTALL_PROGRAM = install
 
@@ -28,7 +30,7 @@
 	touch configure-stamp
 
 
-build: build-stamp
+build: patch-stamp build-stamp
 
 build-stamp: configure-stamp
 	dh_testdir
@@ -38,7 +40,7 @@
 
 	touch build-stamp
 
-clean:
+clean: unpatch
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp configure-stamp




More information about the Demudi-commits mailing list