[Build-common-hackers] Bug#266982: marked as done (DEB_VERBOSE_ALL option)

Debian Bug Tracking System owner@bugs.debian.org
Fri, 24 Sep 2004 15:18:09 -0700


Your message dated Fri, 24 Sep 2004 18:02:04 -0400
with message-id <E1CAy8i-0000tv-00@newraff.debian.org>
and subject line Bug#266982: fixed in cdbs 0.4.23-1
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 20 Aug 2004 01:46:19 +0000
>From rmh@khazad.dyndns.org Thu Aug 19 18:46:19 2004
Return-path: <rmh@khazad.dyndns.org>
Received: from 86.red-80-24-13.pooles.rima-tde.net (khazad.dyndns.org) [80.24.13.86] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1BxyTs-0002wk-00; Thu, 19 Aug 2004 18:46:16 -0700
Received: from aragorn ([192.168.0.1] helo=khazad.dyndns.org)
	by khazad.dyndns.org with esmtp (Exim 3.36 #1 (Debian))
	id 1Bxyc2-0002sr-00; Fri, 20 Aug 2004 03:54:38 +0200
Received: from rmh by khazad.dyndns.org with local (Exim 4.34)
	id 1BxyT0-0000Ba-F3; Fri, 20 Aug 2004 03:45:18 +0200
Content-Type: multipart/mixed; boundary="===============1376360353=="
MIME-Version: 1.0
From: Robert Millan <rmh@debian.org>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: DEB_VERBOSE_ALL option
X-Mailer: reportbug 2.64
Date: Fri, 20 Aug 2004 03:45:18 +0200
Message-Id: <E1BxyT0-0000Ba-F3@khazad.dyndns.org>
Sender: <rmh@khazad.dyndns.org>
Delivered-To: submit@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
	autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

This is a multi-part MIME message sent by reportbug.

--===============1376360353==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Package: cdbs
Version: 0.4.22-1
Severity: wishlist
Tags: patch

The attached patch implements a DEB_VERBOSE_ALL option.  When set to "yes",
it turns the output of cdbs backends more verbose.

  - I choosed _ALL suffix with the perspective that this option may be
    later split in multiple ones.
  - Currently it only rules verbosity over tar and debhelper.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: kfreebsd-i386 (i386)
Kernel: GNU/kFreeBSD 5.2.1-5
Locale: LANG=C, LC_CTYPE=C (ignored: LC_ALL set to C)

-- no debconf information

--===============1376360353==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="cdbs.diff"

diff -ur cdbs-0.4.22.old/1/rules/debhelper.mk.in cdbs-0.4.22/1/rules/debhelper.mk.in
--- cdbs-0.4.22.old/1/rules/debhelper.mk.in	2004-08-07 04:09:00.000000000 +0200
+++ cdbs-0.4.22/1/rules/debhelper.mk.in	2004-08-20 03:41:13.000000000 +0200
@@ -76,6 +76,10 @@
 
 DH_COMPAT=4
 
+ifeq($(DEB_VERBOSE_ALL),yes)
+DH_VERBOSE=1
+endif
+
 is_debug_package=$(if $(patsubst %-dbg,,$(cdbs_curpkg)),,yes)
 
 DEB_INSTALL_DIRS_ALL =
diff -ur cdbs-0.4.22.old/1/rules/tarball.mk.in cdbs-0.4.22/1/rules/tarball.mk.in
--- cdbs-0.4.22.old/1/rules/tarball.mk.in	2004-02-15 07:13:30.000000000 +0100
+++ cdbs-0.4.22/1/rules/tarball.mk.in	2004-08-20 03:41:23.000000000 +0200
@@ -53,14 +53,18 @@
 _cdbs_tarball_stamps = $(addprefix debian/stamp-,$(DEB_TARBALL))
 _cdbs_tarball_stamp_base = $(basename $(_cdbs_tarball_stamps))
 
+ifeq ($(DEB_VERBOSE_ALL),yes)
+_cdbs_tar_verbose = -v
+endif
+
 pre-build:: $(_cdbs_tarball_stamps)
 
 $(addsuffix .gz,$(_cdbs_tarball_stamp_base)) $(addsuffix .tgz,$(_cdbs_tarball_stamp_base)):
-	tar -C $(_cdbs_tarball_dir) -xzvf $(patsubst stamp-%,%,$(notdir $@))
+	tar -C $(_cdbs_tarball_dir) $(_cdbs_tar_verbose) -xzf $(patsubst stamp-%,%,$(notdir $@))
 	touch $@
 
 $(addsuffix .bz,$(_cdbs_tarball_stamp_base)) $(addsuffix .bz2,$(_cdbs_tarball_stamp_base)):
-	tar -C $(_cdbs_tarball_dir) -xjvf $(patsubst stamp-%,%,$(notdir $@))
+	tar -C $(_cdbs_tarball_dir) $(_cdbs_tar_verbose) -xjf $(patsubst stamp-%,%,$(notdir $@))
 	touch $@
 
 $(addsuffix .zip,$(_cdbs_tarball_stamp_base)):

--===============1376360353==--

---------------------------------------
Received: (at 266982-close) by bugs.debian.org; 24 Sep 2004 22:08:20 +0000
>From katie@ftp-master.debian.org Fri Sep 24 15:08:20 2004
Return-path: <katie@ftp-master.debian.org>
Received: from newraff.debian.org [208.185.25.31] (mail)
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1CAyEm-00009d-00; Fri, 24 Sep 2004 15:08:20 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
	id 1CAy8i-0000tv-00; Fri, 24 Sep 2004 18:02:04 -0400
From: Jeff Bailey <jbailey@raspberryginger.com>
To: 266982-close@bugs.debian.org
X-Katie: $Revision: 1.51 $
Subject: Bug#266982: fixed in cdbs 0.4.23-1
Message-Id: <E1CAy8i-0000tv-00@newraff.debian.org>
Sender: Archive Administrator <katie@ftp-master.debian.org>
Date: Fri, 24 Sep 2004 18:02:04 -0400
Delivered-To: 266982-close@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
	autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 
X-CrossAssassin-Score: 3

Source: cdbs
Source-Version: 0.4.23-1

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

cdbs_0.4.23-1.dsc
  to pool/main/c/cdbs/cdbs_0.4.23-1.dsc
cdbs_0.4.23-1.tar.gz
  to pool/main/c/cdbs/cdbs_0.4.23-1.tar.gz
cdbs_0.4.23-1_all.deb
  to pool/main/c/cdbs/cdbs_0.4.23-1_all.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 266982@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jeff Bailey <jbailey@raspberryginger.com> (supplier of updated cdbs 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 ftpmaster@debian.org)


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

Format: 1.7
Date: Fri, 24 Sep 2004 13:34:28 -0400
Source: cdbs
Binary: cdbs
Architecture: source all
Version: 0.4.23-1
Distribution: unstable
Urgency: low
Maintainer: CDBS Hackers <build-common-hackers@lists.alioth.debian.org>
Changed-By: Jeff Bailey <jbailey@raspberryginger.com>
Description: 
 cdbs       - common build system for Debian packages
Closes: 235961 265562 266982 267254 268483 272758
Changes: 
 cdbs (0.4.23-1) unstable; urgency=low
 .
   * Thanks to Robert Millan for the NMU's!
     Acknowledging: (Closes: #235961, #268483, #265562, #266982, #267254)
 .
   * Apply Robert's patch to generate config's from config.in.
     (Closes: #272758).  Further tweaked to honour debian/control as a
     target, and to make sure that cdbs doesn't depend on cdbs.
 .
   * Use this new feature in CDBS.
Files: 
 4ec70c08c8df904f703c1740edf72c71 854 devel optional cdbs_0.4.23-1.dsc
 d27992e27edfe256e40b3c1e5ac1a163 210423 devel optional cdbs_0.4.23-1.tar.gz
 92a7448440bc26ea2807845ec654a6cc 61194 devel optional cdbs_0.4.23-1_all.deb

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

iD8DBQFBVJZj5M5hmdCYCpkRApPaAJ0e5u6FA5ZZtYocm32aK4YPJJwZ/QCdH65Q
xXrjUdXpNfN88e7zrE47Ak0=
=KlD+
-----END PGP SIGNATURE-----