]> err.no Git - dpkg/commitdiff
Do not use a build-stamp in debian/rules.
authorGuillem Jover <guillem@debian.org>
Sun, 11 Feb 2007 00:59:29 +0000 (00:59 +0000)
committerGuillem Jover <guillem@debian.org>
Sun, 11 Feb 2007 00:59:29 +0000 (00:59 +0000)
debian/changelog
debian/rules

index b00c2fd0db3d4460bf3c9b034a5091b4e81791a6..4010878d4d6e9e5d49532fdfe2d66258087092f1 100644 (file)
@@ -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).
index 504bacf243d73c2cc17bc7a9f344b9d58a018b40..836d0a5a8afec83bb0cb897521cdabae68cff0ea 100755 (executable)
@@ -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