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

Re: lintian: r378 - in trunk: checks debian unpack



On Wed, Dec 08, 2004 at 03:48:03PM +0100, Frank Lichtenheld wrote:
> On Wed, Dec 08, 2004 at 02:09:19PM +0100, Colin Watson wrote:
> > -open INPUT, "ar p deb data.tar.gz | gzip -dc |";
> > +open INPUT, "dpkg --fsys-tarfile deb |";
> [...]
> > -pipeline((sub { exec "ar", "p", $file, "data.tar.gz" }),
> > -	 (sub { exec "tar", "tfvz", "-" }),
> > +pipeline((sub { exec "dpkg-deb", "--fsys-tarfile", $file }),
> > +	 (sub { exec "tar", "tfv", "-" }),
> 
> Nitpick: Perhaps we should use one of dpkg-deb and dpkg consistently?

Good call. Done.

(This patch was to some extent because Ubuntu is trying out data.tar.bz2
on a few packages at the moment, by the way.)

-- 
Colin Watson                                       [cjwatson@debian.org]



Reply to: