[Demudi-commits] r255 - brutefir/trunk/debian

Free Ekanayaka free-guest@haydn.debian.org
Mon, 22 Nov 2004 03:32:10 -0700


Author: free-guest
Date: 2004-11-22 03:31:12 -0700 (Mon, 22 Nov 2004)
New Revision: 255

Modified:
   brutefir/trunk/debian/changelog
   brutefir/trunk/debian/control
   brutefir/trunk/debian/rules
Log:
brutefir (1.0-2) UNRELEASED; urgency=low

  * Using dpatch

 -- Free Ekanayaka <free@agnula.org>  Mon, 22 Nov 2004 10:29:45 +0100

Modified: brutefir/trunk/debian/changelog
===================================================================
--- brutefir/trunk/debian/changelog	2004-11-19 21:26:04 UTC (rev 254)
+++ brutefir/trunk/debian/changelog	2004-11-22 10:31:12 UTC (rev 255)
@@ -1,3 +1,9 @@
+brutefir (1.0-2) UNRELEASED; urgency=low
+
+  * Using dpatch
+
+ -- Free Ekanayaka <free@agnula.org>  Mon, 22 Nov 2004 10:29:45 +0100
+
 brutefir (1.0-1) unstable; urgency=low
 
   * New upstream release

Modified: brutefir/trunk/debian/control
===================================================================
--- brutefir/trunk/debian/control	2004-11-19 21:26:04 UTC (rev 254)
+++ brutefir/trunk/debian/control	2004-11-22 10:31:12 UTC (rev 255)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Free Ekanayaka <free@agnula.org>
 Uploaders: Guenter Geiger (Debian/GNU) <geiger@debian.org>
-Build-Depends: docbook-to-man, debhelper (>> 4.0.0), fftw3-dev, libjack-dev, flex, libasound2-dev
+Build-Depends: docbook-to-man, debhelper (>> 4.0.0), fftw3-dev, libjack-dev, flex, libasound2-dev, dpatch
 Standards-Version: 3.6.0
 
 Package: brutefir

Modified: brutefir/trunk/debian/rules
===================================================================
--- brutefir/trunk/debian/rules	2004-11-19 21:26:04 UTC (rev 254)
+++ brutefir/trunk/debian/rules	2004-11-22 10:31:12 UTC (rev 255)
@@ -5,9 +5,8 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
+include /usr/share/dpatch/dpatch.make
 
-
-
 CFLAGS = -Wall -g
 
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
@@ -29,7 +28,7 @@
 
 build: build-stamp
 
-build-stamp: configure-stamp 
+build-stamp: configure-stamp patch-stamp
 	dh_testdir
 
 	# Add here commands to compile the package.
@@ -38,7 +37,7 @@
 
 	touch build-stamp
 
-clean:
+clean: unpatch
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp configure-stamp