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

lintian: r379 - in trunk: checks unpack



Author: cjwatson
Date: 2004-12-08 18:43:22 +0100 (Wed, 08 Dec 2004)
New Revision: 379

Modified:
   trunk/checks/deb-format
   trunk/unpack/unpack-binpkg-l2
Log:
Use dpkg-deb --fsys-tarfile rather than dpkg --fsys-tarfile consistently.


Modified: trunk/checks/deb-format
===================================================================
--- trunk/checks/deb-format	2004-12-08 13:09:18 UTC (rev 378)
+++ trunk/checks/deb-format	2004-12-08 17:43:22 UTC (rev 379)
@@ -38,7 +38,7 @@
 	close LIST;
 }
 
-open INPUT, "dpkg --fsys-tarfile deb |";
+open INPUT, "dpkg-deb --fsys-tarfile deb |";
 
 my $chunk;
 # Previous was a LongLink?

Modified: trunk/unpack/unpack-binpkg-l2
===================================================================
--- trunk/unpack/unpack-binpkg-l2	2004-12-08 13:09:18 UTC (rev 378)
+++ trunk/unpack/unpack-binpkg-l2	2004-12-08 17:43:22 UTC (rev 379)
@@ -36,7 +36,7 @@
 # improvement on large debs, and factor 1.5 on small debs.  I heard
 # it's because dpkg-deb syncs while writing.  -- Richard
 
-pipeline((sub { exec 'dpkg', '--fsys-tarfile', "$base_dir/deb" }),
+pipeline((sub { exec 'dpkg-deb', '--fsys-tarfile', "$base_dir/deb" }),
 	 (sub { exec 'tar', 'xf', '-', '-C', "$base_dir/unpacked" })) == 0
     or fail();
 



Reply to: