Your message dated Tue, 3 Apr 2012 06:33:31 +0200
with message-id <[email protected]>
and subject line Re: Bug#641602: -L and -c/--content should work on multiple 
.deb files
has caused the Debian Bug report #641602,
regarding dpkg-deb: -c/--contents does not accept multiple .deb files
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.)


-- 
641602: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=641602
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: dpkg
Version: 1.16.0.3
Severity: wishlist

$ dpkg -c ../build-area/*.deb
dpkg-deb: error: --contents takes exactly one argument

I just do not see why. Would you accept a patch for that?

Steffen



--- End Message ---
--- Begin Message ---
On Thu, 2011-09-15 at 08:04:51 +0200, Guillem Jover wrote:
> retitle 641602 dpkg-deb: -c/--contents does not accept multiple .deb files
> tag 641602 wontfix
> thanks
> 
> On Wed, 2011-09-14 at 17:35:44 +0200, Steffen Moeller wrote:
> > Package: dpkg
> > Version: 1.16.0.3
> > Severity: wishlist
> > 
> > $ dpkg -c ../build-area/*.deb
> > dpkg-deb: error: --contents takes exactly one argument
> > 
> > I just do not see why. Would you accept a patch for that?
> 
> For the same reason tar or zip only accept one archive for all
> operations. In any case I don't see how something like:
> 
>   $ ls *.deb | xargs -n1 dpkg-deb -c
> 
> or
> 
>   $ for f in *.deb; do dpkg-deb -c $f; done
> 
> is that much complicated as to require “bloating” dpkg-deb for it, and
> as such I'm marking this as wontfix for now, will probably close in a
> bit.

Closing this now.

thanks,
guillem


--- End Message ---

Reply via email to