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

[SCM] Debian package checker branch, master, updated. 2.5.4-33-gdf22762



The following commit has been merged in the master branch:
commit df22762f3dd47f46cd2b23cb4ef14e68699489bd
Author: Niels Thykier <niels@thykier.net>
Date:   Mon Dec 5 07:15:17 2011 +0100

    Removed coll/source-control-file, replaced by L::Collect
    
    Signed-off-by: Niels Thykier <niels@thykier.net>

diff --git a/collection/source-control-file b/collection/source-control-file
deleted file mode 100755
index d879ad8..0000000
--- a/collection/source-control-file
+++ /dev/null
@@ -1,39 +0,0 @@
-#!/usr/bin/perl -w
-# source-control-file -- lintian collector script
-
-# Copyright (C) 2004 Frank Lichtenheld
-# 
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-# 
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-# 
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, you can find it on the World Wide
-# Web at http://www.gnu.org/copyleft/gpl.html, or write to the Free
-# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
-# MA 02110-1301, USA.
-
-use strict;
-use warnings;
-
-use lib "$ENV{'LINTIAN_ROOT'}/lib";
-use Util;
-
-if ( -d 'control/' ) {
-    my $r = system('rm', '-r', 'control/');
-    if ($r) {
-        die "system: rm -r control/ died with: " . (($r >> 8) & 0xff) . ".\n";
-    }
-}
-
-# Local Variables:
-# indent-tabs-mode: nil
-# cperl-indent-level: 4
-# End:
-# vim: syntax=perl sw=4 sts=4 sr et
diff --git a/collection/source-control-file.desc b/collection/source-control-file.desc
deleted file mode 100644
index 1b9bb37..0000000
--- a/collection/source-control-file.desc
+++ /dev/null
@@ -1,7 +0,0 @@
-Collector-Script: source-control-file
-Author: Frank Lichtenheld <djpig@debian.org>
-Info: This is deprecated and does nothing (but clean up).  Checks
- should migrate to Lintian::Collect::Source::{binaries,binary_field}.
-Type: source
-Version: 1
-Auto-Remove: yes
diff --git a/debian/changelog b/debian/changelog
index 47c9403..02682d3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -38,6 +38,9 @@ lintian (2.5.5) UNRELEASED; urgency=low
   * collection/index:
     + [NT] Use Lintian::Processable::Package to determine source
       name and version.
+  * collection/source-control-file{,.desc}:
+    + [NT] Removed as they are no longer needed.  They have been
+      replaced by a smarter Lintian::Collect.
 
   * data/debhelper/dh_addons-manual:
     + [JW] Add python3-sphinx as provider of sphinxdoc dh sequence.

-- 
Debian package checker


Reply to: