[Debian-ha-svn-commits] [SCM] corosync Debian packaging branch, master, updated. debian/1.2.1-3-14-g3c3b0c0

Guido Günther agx at sigxcpu.org
Mon Dec 13 15:39:52 UTC 2010


The following commit has been merged in the master branch:
commit f3d7bd85e1104b61fa56da06430cea81f0a983df
Author: Guido Günther <agx at sigxcpu.org>
Date:   Fri Dec 10 14:20:13 2010 +0100

    No need for quilt anymore
    
    Git-Dch: ignore

diff --git a/debian/rules b/debian/rules
index 5b63a73..6c59ccd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,13 +3,11 @@
 # Uncomment this to turn on verbose mode.
 # export DH_VERBOSE=1
 
-include /usr/share/quilt/quilt.make
-
 STAMPS_DIR = debian/stamps
 
 export COROSYNC_BUILD=$(if $(findstring debug,$(DEB_BUILD_OPTIONS)),DEBUG,RELEASE)
 
-configure-stamp: patch
+configure-stamp:
 	dh_testdir
 	./configure --prefix=/usr \
 		    --libexecdir=/usr/lib/ \
@@ -21,7 +19,7 @@ configure-stamp: patch
 build: configure-stamp
 	$(MAKE)
 
-clean: unpatch
+clean:
 	dh_testdir
 	-$(MAKE) distclean
 	dh_clean configure-stamp

-- 
corosync Debian packaging



More information about the Debian-ha-svn-commits mailing list