[Debian-ha-svn-commits] [SCM] corosync Debian packaging branch, master, updated. debian/1.1.0-2

Guido Günther agx at sigxcpu.org
Sun Nov 15 15:28:45 UTC 2009


The following commit has been merged in the master branch:
commit bd8a0c98548f1a7b8a01a90a3c387f2e6a52218e
Author: Guido Günther <agx at sigxcpu.org>
Date:   Sun Oct 25 13:50:45 2009 +0100

    remove unused variables and targets

diff --git a/debian/rules b/debian/rules
index af8628d..5b63a73 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,15 +5,10 @@
 
 include /usr/share/quilt/quilt.make
 
-SOURCE  := $(shell dpkg-parsechangelog | sed -ne 's,^Source: *\(.*\)$$,\1,p')
-VERSION := $(shell dpkg-parsechangelog | perl -ne '/^Version:\s+(\S+)-[^-]+$$/ && print $$1;')
-
 STAMPS_DIR = debian/stamps
 
 export COROSYNC_BUILD=$(if $(findstring debug,$(DEB_BUILD_OPTIONS)),DEBUG,RELEASE)
 
-setup: $(STAMPS_DIR)/setup
-
 configure-stamp: patch
 	dh_testdir
 	./configure --prefix=/usr \
@@ -31,9 +26,6 @@ clean: unpatch
 	-$(MAKE) distclean
 	dh_clean configure-stamp
 
-maintainerclean:
-	rm -rf $(filter-out .svn debian, $(wildcard * .[^.]*))
-
 install: build
 	dh_testdir
 	dh_testroot

-- 
corosync Debian packaging



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