Your message dated Sat, 25 May 2002 20:47:39 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Bug#148162: dpkg-checkbuilddeps: please remove commas from
output
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 maintonly) by bugs.debian.org; 25 May 2002 18:03:24 +0000
>From [EMAIL PROTECTED] Sat May 25 13:03:24 2002
Return-path: <[EMAIL PROTECTED]>
Received: from netlx010.civ.utwente.nl [130.89.1.92]
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 17Bfsw-0008Fs-00; Sat, 25 May 2002 13:03:22 -0500
Received: from frml.snt.utwente.nl (frml.snt.utwente.nl [130.89.175.25])
by netlx010.civ.utwente.nl (8.11.4/HKD) with ESMTP id g4PI3Lx13639;
Sat, 25 May 2002 20:03:21 +0200
Received: from remco by frml.snt.utwente.nl with local (Exim 3.35 #1 (Debian))
id 17Bfsv-0002V2-00; Sat, 25 May 2002 20:03:21 +0200
From: Remco van de Meent <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: dpkg-checkbuilddeps: please remove commas from output
X-Mailer: reportbug 1.50
Date: Sat, 25 May 2002 20:03:21 +0200
Message-Id: <[EMAIL PROTECTED]>
Sender: Remco van de Meent <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
Package: dpkg-dev
Version: 1.9.20
Severity: wishlist
Tags: patch
For easier parsing (i.e. copy&pasting into an 'apt-get install' command
line), it would be nice if the commas could be removed from the output of
dpkg-checkbuilddeps' "Unmet build dependencies:" line.
Little patch to achieve this:
=======
--- scripts/dpkg-checkbuilddeps.pl.org Sat May 25 20:00:40 2002
+++ scripts/dpkg-checkbuilddeps.pl Sat May 25 20:00:45 2002
@@ -51,7 +51,7 @@
if (@unmet) {
print STDERR "$me: Unmet build dependencies: ";
- print STDERR join(", ", @unmet), "\n";
+ print STDERR join(" ", @unmet), "\n";
}
if (@conflicts) {
print STDERR "$me: Build conflicts: ";
=======
Thanks!
Remco.
-- System Information
Debian Release: 3.0
Architecture: i386
Kernel: Linux frml 2.4.18-pre7 #1 Sun Feb 3 16:28:23 CET 2002 i686
Locale: LANG=en_US, LC_CTYPE=en_US
Versions of packages dpkg-dev depends on:
ii binutils 2.12.90.0.1-4 The GNU assembler, linker and bina
ii cpio 2.4.2-39 GNU cpio -- a program to manage ar
ii make 3.79.1-14 The GNU version of the "make" util
ii patch 2.5.4-11 Apply a diff file to an original
ii perl [perl5] 5.6.1-7 Larry Wall's Practical Extraction
ii perl-modules 5.6.1-7 Core Perl modules.
---------------------------------------
Received: (at 148162-done) by bugs.debian.org; 25 May 2002 18:47:40 +0000
>From [EMAIL PROTECTED] Sat May 25 13:47:40 2002
Return-path: <[EMAIL PROTECTED]>
Received: from cabal.xs4all.nl (mx1.wiggy.net) [213.84.101.140]
([pCigxWW+vtLe00bn3MIFsXQW0/+Xhnl4])
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 17BgZo-0002U5-00; Sat, 25 May 2002 13:47:40 -0500
Received: from wichert by mx1.wiggy.net with local (Exim 3.35 #1 (Debian))
id 17BgZn-0005Zp-00; Sat, 25 May 2002 20:47:39 +0200
Date: Sat, 25 May 2002 20:47:39 +0200
From: Wichert Akkerman <[EMAIL PROTECTED]>
To: Remco van de Meent <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
Subject: Re: Bug#148162: dpkg-checkbuilddeps: please remove commas from output
Message-ID: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <[EMAIL PROTECTED]>
User-Agent: Mutt/1.3.28i
Delivered-To: [EMAIL PROTECTED]
Previously Remco van de Meent wrote:
> For easier parsing (i.e. copy&pasting into an 'apt-get install' command
> line), it would be nice if the commas could be removed from the output of
> dpkg-checkbuilddeps' "Unmet build dependencies:" line.
This was done 4 months ago in CVS already. I'm going to be lazy and
close this bugreport instead of merging it with other similar
bugreports.
Wichert.
--
_________________________________________________________________
/[EMAIL PROTECTED] This space intentionally left occupied \
| [EMAIL PROTECTED] http://www.liacs.nl/~wichert/ |
| 1024D/2FA3BC2D 576E 100B 518D 2F16 36B0 2805 3CB8 9250 2FA3 BC2D |
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]