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

Bug#148162: dpkg-checkbuilddeps: please remove commas from output



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.



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



Reply to: