Package: ifupdown Version: 0.6.4-4.10 Severity: normal Tags: patch The following patch makes sure that when you run 'debian/rules build' twice, the build process will not be repeated. Also, the build process will only be undergone if needed when running 'debian/rules test'. The configure target has been removed as it is a no-op. As configure was declared PHONY, the build target (being a PHONY dependency itself)was re-run each time the test target was invoked (AIUI).
--- debian/rules.orig 2005-02-21 14:24:33.440320480 +0100 +++ debian/rules 2005-02-21 14:24:41.068160872 +0100 @@ -52,12 +52,8 @@ MINDEBCONFVER := 1.2.0 endif -configure: - dh_testdir - # Add here commands to configure the package. - -build-stamp: build -build: configure +build: build-stamp +build-stamp: dh_testdir # Add here commands to compile the package. @@ -169,4 +165,4 @@ dh_builddeb binary: binary-indep binary-arch -.PHONY: build clean binary-indep binary-arch binary install configure +.PHONY: build clean binary-indep binary-arch binary install test cheers, Michael -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]