Package: net-tools
Version: 1.60-17
Tags: patch
Debbugs-Cc: debian-mentors@lists.debian.org
X-Debbugs-Cc: debian-mentors@lists.debian.org
X-Why: multipipe RFS had the same problem (template?)
User: [EMAIL PROTECTED]
Usertags: debian-specific

configure: configure-stamp
configure-stamp:
        dh_testdir
        touch configure-stamp

./debian/rules configure-stamp creates a file but otherwise does
nothing.  The utility of the stampfile is to avoid rerunning slow
commands, so at best this fails to avoid a slow command.


diff -u net-tools-1.60/debian/changelog net-tools-1.60/debian/changelog
--- net-tools-1.60/debian/changelog
+++ net-tools-1.60/debian/changelog
@@ -1,3 +1,10 @@
+net-tools (1.60-17.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * ./debian/rules: Remove useless configure-stamp target.
+
+ -- Justin Pryzby <[EMAIL PROTECTED]>  Tue, 18 Sep 2007 07:22:04 -0400
+
 net-tools (1.60-17) unstable; urgency=medium
 
   * arp.c: bus error on sparc64 with latest gcc fixed. (Closes: Bug#340384)
diff -u net-tools-1.60/debian/rules net-tools-1.60/debian/rules
--- net-tools-1.60/debian/rules
+++ net-tools-1.60/debian/rules
@@ -8,12 +8,7 @@
 # This is the debhelper compatability version to use.
 export DH_COMPAT=1
 
-configure: configure-stamp
-configure-stamp:
-       dh_testdir
-       touch configure-stamp
-
-build: configure-stamp build-stamp
+build: build-stamp
 build-stamp:
        dh_testdir
        cp debian/config.h config.h
@@ -24,7 +19,7 @@
 clean:
        dh_testdir
        dh_testroot
-       rm -f build-stamp configure-stamp
+       rm -f build-stamp
        -$(MAKE) clobber
        dh_clean
 
diff -u net-tools-1.60/debian/changelog net-tools-1.60/debian/changelog
--- net-tools-1.60/debian/changelog
+++ net-tools-1.60/debian/changelog
@@ -1,3 +1,10 @@
+net-tools (1.60-17.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * ./debian/rules: Remove useless configure-stamp target.
+
+ -- Justin Pryzby <[EMAIL PROTECTED]>  Tue, 18 Sep 2007 07:22:04 -0400
+
 net-tools (1.60-17) unstable; urgency=medium
 
   * arp.c: bus error on sparc64 with latest gcc fixed. (Closes: Bug#340384)
diff -u net-tools-1.60/debian/rules net-tools-1.60/debian/rules
--- net-tools-1.60/debian/rules
+++ net-tools-1.60/debian/rules
@@ -8,12 +8,7 @@
 # This is the debhelper compatability version to use.
 export DH_COMPAT=1
 
-configure: configure-stamp
-configure-stamp:
-       dh_testdir
-       touch configure-stamp
-
-build: configure-stamp build-stamp
+build: build-stamp
 build-stamp:
        dh_testdir
        cp debian/config.h config.h
@@ -24,7 +19,7 @@
 clean:
        dh_testdir
        dh_testroot
-       rm -f build-stamp configure-stamp
+       rm -f build-stamp
        -$(MAKE) clobber
        dh_clean
 

Reply via email to