From 05f0966f64f56ad3348ce8569324ee6c3e692aa8 Mon Sep 17 00:00:00 2001 From: Julien BLACHE Date: Sat, 13 Mar 2010 21:14:18 +0100 Subject: Imported Debian patch 0.996-4 --- debian/rules | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 7a628fd..b7896bb 100755 --- a/debian/rules +++ b/debian/rules @@ -5,9 +5,6 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 -# Include dpatch rules -include /usr/share/dpatch/dpatch.make - # These are used for cross-compiling and for saving the configure script # from having to guess our platform (since we know it already) DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) @@ -38,7 +35,7 @@ config.status: autotools-stamp configure --enable-gimp build: build-stamp -build-stamp: patch-stamp config.status +build-stamp: config.status dh_testdir # Add here commands to compile the package. @@ -47,8 +44,7 @@ build-stamp: patch-stamp config.status touch build-stamp -clean: real-clean unpatch -real-clean: +clean: dh_testdir dh_testroot rm -f autotools-stamp build-stamp @@ -159,4 +155,4 @@ binary-arch: build install dh_builddeb -a binary: binary-indep binary-arch -.PHONY: build clean binary-indep binary-arch binary install patch unpatch real-clean +.PHONY: build clean binary-indep binary-arch binary install -- cgit v1.2.3