From: Guillem Jover Date: Sun, 11 Feb 2007 00:59:29 +0000 (+0000) Subject: Do not use a build-stamp in debian/rules. X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b43c0fa72aba269bdc3a7765630a7500710031a0;p=dpkg Do not use a build-stamp in debian/rules. --- diff --git a/debian/changelog b/debian/changelog index b00c2fd0..4010878d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -28,6 +28,7 @@ dpkg (1.14.0) UNRELEASED; urgency=low Thanks to Ian Jackson. * Change priority for dpkg-dev from standard to optional to match the override. + * Do not use a build-stamp in debian/rules. [ Updated dpkg translations ] * Romanian (Eddy Petrișor). diff --git a/debian/rules b/debian/rules index 504bacf2..836d0a5a 100755 --- a/debian/rules +++ b/debian/rules @@ -55,13 +55,10 @@ build-tree/config.status: configure --with-bz2=static # Build the package in build-tree -build: build-tree/build-stamp -build-tree/build-stamp: build-tree/config.status +build: build-tree/config.status dh_testdir cd build-tree && $(MAKE) - touch $@ - # Install the package underneath debian/tmp install: build