From f9d5e861b250654107c2c8a32704f408b7352711 Mon Sep 17 00:00:00 2001 From: "R. Steve McKown" Date: Thu, 3 Dec 2009 14:31:58 -0700 Subject: [PATCH] Remove use of dpatch, since all modifications are in the source branch. --- rules | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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 -- 2.39.2