From 14344b70a8f0e44b6d075a89dda2abc33088cc96 Mon Sep 17 00:00:00 2001 From: Roman Moravcik Date: Wed, 2 Jun 2010 13:37:14 +0200 Subject: [PATCH 1/1] Removed dpatch support from debian/rules --- debian/rules | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/debian/rules b/debian/rules index 08e1d25..d964026 100755 --- a/debian/rules +++ b/debian/rules @@ -9,8 +9,6 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 -include /usr/share/dpatch/dpatch.make - DESTDIR=$(CURDIR)/debian/tmp configure: configure-stamp @@ -20,7 +18,7 @@ configure-stamp: touch configure-stamp -build: patch build-stamp +build: build-stamp build-stamp: configure-stamp dh_testdir @@ -29,7 +27,7 @@ build-stamp: configure-stamp touch build-stamp -clean: unpatch +clean: dh_testdir dh_testroot rm -f build-stamp configure-stamp -- 1.7.9.5