From: R. Steve McKown Date: Thu, 3 Dec 2009 21:31:58 +0000 (-0700) Subject: Remove use of dpatch, since all modifications are in the source branch. X-Git-Tag: debian/2.1.0-1tinyos1~6^2~4 X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=commitdiff_plain;h=f9d5e861b250654107c2c8a32704f408b7352711 Remove use of dpatch, since all modifications are in the source branch. --- diff --git a/rules b/rules index 61bd139b..d95f0ce8 100755 --- a/rules +++ b/rules @@ -9,8 +9,6 @@ # paternity under the Copyright, Designs and Patents Act 1988.) # This file may have to be extensively modified -include /usr/share/dpatch/dpatch.make - package = tinyos toolspkg = $(package)-tools srcpkg = $(package)-source @@ -36,7 +34,7 @@ dtmp := debian/tmp tempdir := $(shell tempfile $(PACKAGE)) version := $(shell head -1 debian/changelog | sed -e s'|^.*(\(.*\)-.*).*$$|\1|') -configure-stamp: patch-stamp +configure-stamp: $(checkdir) rm -rf configure-stamp $(dtmp)/builddir $(tempdir) $(install_dir) $(dtmp) @@ -177,10 +175,10 @@ binary-arch: checkroot build install binary: binary-indep binary-arch -clean: unpatch +clean: $(checkdir) -rm -rf $(dtmp) - -rm -fr debian/patched debian/files* debian/substvars + -rm -fr debian/files* debian/substvars -rm -f *-stamp