Your message dated Mon, 16 Mar 2009 05:17:03 +0000
with message-id <[email protected]>
and subject line Bug#443063: fixed in net-tools 1.60-23
has caused the Debian Bug report #443063,
regarding net-tools: configure-stamp does nothing
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
443063: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=443063
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: net-tools
Version: 1.60-17
Tags: patch
Debbugs-Cc: [email protected]
X-Debbugs-Cc: [email protected]
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 <pryz...@libra>  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 <pryz...@libra>  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
 

--- End Message ---
--- Begin Message ---
Source: net-tools
Source-Version: 1.60-23

We believe that the bug you reported is fixed in the latest version of
net-tools, which is due to be installed in the Debian FTP archive:

net-tools_1.60-23.diff.gz
  to pool/main/n/net-tools/net-tools_1.60-23.diff.gz
net-tools_1.60-23.dsc
  to pool/main/n/net-tools/net-tools_1.60-23.dsc
net-tools_1.60-23_i386.deb
  to pool/main/n/net-tools/net-tools_1.60-23_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Martín Ferrari <[email protected]> (supplier of updated net-tools package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Mon, 16 Mar 2009 01:58:18 -0300
Source: net-tools
Binary: net-tools
Architecture: source i386
Version: 1.60-23
Distribution: unstable
Urgency: low
Maintainer: net-tools Team <[email protected]>
Changed-By: Martín Ferrari <[email protected]>
Description: 
 net-tools  - The NET-3 networking toolkit
Closes: 345331 443063
Changes: 
 net-tools (1.60-23) unstable; urgency=low
 .
   * debian/patches/Bug#254243-netstat.c-wide-opt.patch: Converted last patch
     from Luar Roji to a quilt patch.
   * Many changes done in diff.gz that are also present in upstream's CVS:
     - debian/patches/CVS-20020730-route.c_opts_64.patch
     - debian/patches/CVS-20061011-ipmaddr.c_buffer_overflow.patch
     - debian/patches/CVS-20081003-statistics.c_sync.patch
     - debian/patches/CVS-20071202-rarp.c_sync.patch
     - debian/patches/CVS-20070316-netstat.c_sync.patch
     - debian/patches/CVS-20060927-mii-tool.c_sync.patch
     - debian/patches/CVS-20051204-arp.c_sync.patch
     - debian/patches/CVS-20030911-nameif.c_sync.patch
     - debian/patches/CVS-20081002-ifconfig.c_sync.patch
     - debian/patches/CVS-20031011-hostname.c_sync.patch
     - debian/patches/CVS-20051204-slttach.c_sync.patch
     - debian/patches/CVS-20061011-includes_sync.patch
     - debian/patches/CVS-lib_sync.patch
     - debian/patches/CVS-20081003-config.in_sync.patch
     - debian/patches/CVS-20081002-manpages_sync.patch
   * Some unsyncable patches converted from diff.gz:
     - debian/patches/netstat.c-assorted_changes.patch
     - debian/patches/translations.patch
     - debian/patches/local-manpages.patch
     - debian/patches/lib_local_changes.patch
     - debian/patches/netstat.c-local_changes.patch
   * Reverted changes to Makefile and README.
   * debian/watch: added watchfile.
   * debian/control, debian/compat: Added versioned dependency on debhelper (it
     was version 1!)
   * debian/rules: made from scratch. Closes: #443063.
   * Added quilt dependencies and hooks.
   * debian/control: updated Standards-Version.
   * debian/README.source: added to comply with S-V 3.8.1.
   * debian/patches/local-manpages.patch: more manpage fixes.
   * debian/patches/translations.patch: fix encoding for .po files.
   * debia/rules: supercede Makefile install with custom commands.
   * debian/copyright: new format, and attempt to provide a real copyright
     file. Still, the attribution is a mess.
   * debian/patches/Bug#345331-socket_overflow.patch: patch from Antonio Galea
     that solves an issue when the socket number exceeds 2^31. Closes: #345331.
Checksums-Sha1: 
 f7ca0beb8c40e248afba5c713bbef1550ba94402 1084 net-tools_1.60-23.dsc
 f1fa1e28688ee192fffce757c074ab5ca4c889e1 214620 net-tools_1.60-23.diff.gz
 d9d4591cd53ae010baefe7b7371a84d766e6f59d 313164 net-tools_1.60-23_i386.deb
Checksums-Sha256: 
 d70e073600aa794a8bb8dbaf8aa79fda7970be5901768b9eee033cb2caa718c9 1084 
net-tools_1.60-23.dsc
 d678b3ea97d6c7ca548918994642bfc6b5511ab02f3a5881dfcca00c88bfd73b 214620 
net-tools_1.60-23.diff.gz
 9ec41e7fa42eeb7512c91b96a9018eb0edad923646aede8a2bdf9cb74c220fd7 313164 
net-tools_1.60-23_i386.deb
Files: 
 b66e0a4b41b2a5261c4fa6dbcf43420e 1084 net important net-tools_1.60-23.dsc
 2412e55c20308d5fbd28bfadd18c075f 214620 net important net-tools_1.60-23.diff.gz
 4267d31ef6a965eece53495126dacfe8 313164 net important 
net-tools_1.60-23_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkm93QsACgkQaWQ2v1ddCnbhgQCZAQ35v0dGpWBkE//kVsPUfUrt
rkcAn3s6m51yz0xqT9s82Kl0dDZwNIVe
=foM2
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to