Your message dated Mon, 07 Apr 2008 01:47:05 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#468656: fixed in procps 1:3.2.7-7 has caused the Debian Bug report #468656, regarding procps: please support DEB_BUILD_OPTIONS=nostrip 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.) -- 468656: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=468656 Debian Bug Tracking System Contact [EMAIL PROTECTED] with problems
--- Begin Message ---Package: procps Version: 1:3.2.7-6 Tags: patch User: [EMAIL PROTECTED] Usertags: nostrip X-Debbugs-Cc: Julien Danjou <[EMAIL PROTECTED]> This patch also includes changes to not ignore significant error codes and make the build idempotent. diff -u procps-3.2.7/debian/rules procps-3.2.7/debian/rules --- procps-3.2.7/debian/rules +++ procps-3.2.7/debian/rules @@ -13,22 +13,18 @@ DEB_HOST_ARCH_OS ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_OS) -ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) - INSTALL_PROGRAM += -s -endif - +CFLAGS=-g build: build-stamp build-stamp: patch-stamp dh_testdir - # Add here commands to compile the package. - mkdir static - $(MAKE) lib64=lib SHARED=0 proc/libproc.a + [ -d static ] || mkdir static + $(MAKE) lib64=lib SHARED=0 CFLAGS="$(CFLAGS)" proc/libproc.a mv proc/libproc.a static $(MAKE) clean - $(MAKE) W_SHOWFROM=\-DW_SHOWFROM lib64=lib + $(MAKE) W_SHOWFROM=\-DW_SHOWFROM lib64=lib CFLAGS="$(CFLAGS)" touch build-stamp @@ -40,7 +36,7 @@ # Add here commands to clean up after the build process. $(MAKE) clean - -rm -rf static + rm -rf static dh_clean install: build
--- End Message ---
--- Begin Message ---Source: procps Source-Version: 1:3.2.7-7 We believe that the bug you reported is fixed in the latest version of procps, which is due to be installed in the Debian FTP archive: libproc-dev_3.2.7-7_i386.deb to pool/main/p/procps/libproc-dev_3.2.7-7_i386.deb procps_3.2.7-7.diff.gz to pool/main/p/procps/procps_3.2.7-7.diff.gz procps_3.2.7-7.dsc to pool/main/p/procps/procps_3.2.7-7.dsc procps_3.2.7-7_i386.deb to pool/main/p/procps/procps_3.2.7-7_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. Craig Small <[EMAIL PROTECTED]> (supplier of updated procps 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.7 Date: Mon, 07 Apr 2008 10:01:05 +1000 Source: procps Binary: procps libproc-dev Architecture: source i386 Version: 1:3.2.7-7 Distribution: unstable Urgency: low Maintainer: Craig Small <[EMAIL PROTECTED]> Changed-By: Craig Small <[EMAIL PROTECTED]> Description: libproc-dev - library for accessing process information from /proc procps - /proc file system utilities Closes: 351065 370351 409118 431081 459890 463652 463824 464150 465761 468363 468656 469557 474406 474431 Changes: procps (1:3.2.7-7) unstable; urgency=low . * Actually apply top patch Closes: #351065 * Irix mode + thread CPU fix Closes: #459890 * kill/skill prints error message Closes: #468363 * rule file changes for nostrip and passing CFLAGS Closes: #468656 * Duplicate ignore broadcast in sysctl.conf removed Closes: #474406 * Added IPv6 lines for redirects and source route to sysctl.conf Closes: #474431 * Fixed IPv6 forwarding line in sysctl.conf Closes: #469557, #464150 * pri field explained in ps.1 Closes: #465761 * sysct.conf now has TCP/IP instead of TCP.IP again Closes: #463652, #463824 * Added /etc/sysctl.d/ directory for other packages Closes: #370351 * Added bug presubj for kill Closes: #409118 * no-heading option documented in ps.1 Closes: #431081 Files: a47ad8e12b29c336b72ebbad781dc07d 612 admin required procps_3.2.7-7.dsc ee3848025907b13470e0c6a5e5d3816f 44884 admin required procps_3.2.7-7.diff.gz b72fb24f60d9ba0468bb402aa35b68ba 220270 admin required procps_3.2.7-7_i386.deb 9496d6a7ad29d0140e7325107a599b03 55762 libdevel optional libproc-dev_3.2.7-7_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFH+Xqsx2zlrBLK36URAmLwAKCOt5prsKJ3vne1NIJeVa4MWqCvwwCePhFP wxxOqPsdVRbAz4nv20eHGnY= =ko27 -----END PGP SIGNATURE-----
--- End Message ---

