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

[SCM] Debian package checker branch, master, updated. 2.5.13-10-g7e4fd7e



The following commit has been merged in the master branch:
commit 7e4fd7e4c9d9c6adc74b92c45d54e2c3e041a0a1
Author: Niels Thykier <niels@thykier.net>
Date:   Tue Jun 11 13:18:46 2013 +0200

    coll/debfiles: Remove "-e unpacked" test
    
    It fails if unpacked is auto-removed before debfiles.
    
    Signed-off-by: Niels Thykier <niels@thykier.net>

diff --git a/collection/debfiles b/collection/debfiles
index e5c2c03..7a16451 100755
--- a/collection/debfiles
+++ b/collection/debfiles
@@ -31,8 +31,6 @@ use Lintian::Util qw(copy_dir delete_dir is_ancestor_of fail);
 sub collect {
 my ($pkg, $type, $dir) = @_;
 
--e "$dir/unpacked" or fail 'debfiles invoked with wrong dir argument';
-
 if ( -e "$dir/debfiles") {
     delete_dir ("$dir/debfiles")
         or fail('cannot rm old debfiles directory');
diff --git a/debian/changelog b/debian/changelog
index c6a7e96..6f26854 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,8 @@ lintian (2.5.14) UNRELEASED; urgency=low
   * coll/*:
     + [NT] Set "Auto-Remove: yes" on several collections to
       reduce the "inode pressure" on lintian.d.o.
+  * coll/debfiles:
+    + [NT] Remove test of the presence of unpacked.
   * coll/hardening-info:
     + [NT] Skip files in usr/lib/debug/.
 

-- 
Debian package checker


Reply to: