From: Roman Moravcik Date: Wed, 2 Jun 2010 11:37:14 +0000 (+0200) Subject: Removed dpatch support from debian/rules X-Git-Tag: v0.8-4~4 X-Git-Url: http://vcs.maemo.org/git/?a=commitdiff_plain;h=14344b70a8f0e44b6d075a89dda2abc33088cc96;hp=d9e8feb614cb7ee78d76dd60a517db4071e69104;p=slovak-l10n Removed dpatch support from debian/rules --- 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