[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#148162: marked as done (dpkg-checkbuilddeps: please remove commas from output)



Your message dated Sat, 25 May 2002 20:47:39 +0200
with message-id <20020525184739.GD23454@wiggy.net>
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 remco@vandemeent.net Sat May 25 13:03:24 2002
Return-path: <remco@vandemeent.net>
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 <remco@debian.org>
To: Debian Bug Tracking System <maintonly@bugs.debian.org>
Subject: dpkg-checkbuilddeps: please remove commas from output
X-Mailer: reportbug 1.50
Date: Sat, 25 May 2002 20:03:21 +0200
Message-Id: <[🔎] E17Bfsv-0002V2-00@frml.snt.utwente.nl>
Sender: Remco van de Meent <remco@vandemeent.net>
Delivered-To: maintonly@bugs.debian.org

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 wichert@wiggy.net Sat May 25 13:47:40 2002
Return-path: <wichert@wiggy.net>
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 <wichert@wiggy.net>
To: Remco van de Meent <remco@debian.org>, 148162-done@bugs.debian.org
Subject: Re: Bug#148162: dpkg-checkbuilddeps: please remove commas from output
Message-ID: <20020525184739.GD23454@wiggy.net>
References: <[🔎] E17Bfsv-0002V2-00@frml.snt.utwente.nl>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <[🔎] E17Bfsv-0002V2-00@frml.snt.utwente.nl>
User-Agent: Mutt/1.3.28i
Delivered-To: 148162-done@bugs.debian.org

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.

-- 
  _________________________________________________________________
 /wichert@wiggy.net         This space intentionally left occupied \
| wichert@deephackmode.org            http://www.liacs.nl/~wichert/ |
| 1024D/2FA3BC2D 576E 100B 518D 2F16 36B0  2805 3CB8 9250 2FA3 BC2D |


-- 
To UNSUBSCRIBE, email to debian-dpkg-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: