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

[SCM] Debian package checker branch, master, updated. 2.2.2-39-g601fbd1



The following commit has been merged in the master branch:
commit 1e9bd1d2d5c759d750b191ff53f0b09cd7bdbd7b
Author: Raphael Geissert <atomo64@gmail.com>
Date:   Mon Feb 2 21:16:14 2009 -0600

    Generate file-info files for source packages too

diff --git a/collection/file-info b/collection/file-info
index 59702bd..dfa6b4c 100755
--- a/collection/file-info
+++ b/collection/file-info
@@ -30,7 +30,7 @@ use Lintian::Command qw(spawn reap);
 my $pkg = shift;
 my $type = shift;
 
--f "fields/package" or fail("file-info invoked in wrong directory");
+-f "fields/source" or fail("file-info invoked in wrong directory");
 
 unlink("file-info");
 chdir("unpacked")
diff --git a/collection/file-info.desc b/collection/file-info.desc
index 0ac06a9..cbe68e6 100644
--- a/collection/file-info.desc
+++ b/collection/file-info.desc
@@ -1,7 +1,7 @@
 Collector-Script: file-info
 Author: Richard Braakman <dark@xs4all.nl>
-Info: This script runs the "file" command over all files of a binary package.
-Type: binary, udeb
+Info: This script runs the "file" command over all files of any kind of package.
+Type: binary, udeb, source
 Unpack-Level: 2
 Output: file-info
 Order: 1

-- 
Debian package checker


Reply to: