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

lintian: r735 - in trunk: checks debian testset



Author: rra
Date: 2006-09-03 22:04:32 +0200 (Sun, 03 Sep 2006)
New Revision: 735

Modified:
   trunk/checks/cruft
   trunk/checks/cruft.desc
   trunk/debian/changelog
   trunk/testset/tags.filenames
Log:
* checks/cruft{.desc,}:
  + [RA] Remove the (info-level) check for .cvsignore files in the
    source tarball.  This isn't an error; those files contain metadata
    that may be useful for people making modifications and it's quite
    common to distribute them.

Modified: trunk/checks/cruft
===================================================================
--- trunk/checks/cruft	2006-08-29 23:05:01 UTC (rev 734)
+++ trunk/checks/cruft	2006-09-03 20:04:32 UTC (rev 735)
@@ -90,8 +90,6 @@
     # More or less copied from files, but this time it checks the source
     if ($name =~ m,^(.+/)?svn-commit\.(.+\.)?tmp$,) {
 	tag "svn-commit-file-in-source", "$name";
-    } elsif ($name =~ m,^(.+/)?\.cvsignore$,) {
-	tag "cvsignore-file-in-source", "$name";
     } elsif ($name =~ m,^(.+/)?\.arch-inventory$,) {
 	tag "arch-inventory-file-in-source", "$name";
     } elsif ($name =~ m,^(.+/)?\.\#(.+?)\.\d+(\.\d+)*$,) {

Modified: trunk/checks/cruft.desc
===================================================================
--- trunk/checks/cruft.desc	2006-08-29 23:05:01 UTC (rev 734)
+++ trunk/checks/cruft.desc	2006-09-03 20:04:32 UTC (rev 735)
@@ -49,13 +49,6 @@
  almost certainly a left-over from a failed Subversion commit, and does not
  belong in a Debian package.
 
-Tag: cvsignore-file-in-source
-Type: info
-Info: Package contains a '.cvsignore' file.  It may have been included by
- accident. It is Version Control System metadata that should not be
- distributed normally. However, since upstream tarball often still contain
- those, it's only an informational tag.
-
 Tag: arch-inventory-file-in-source
 Type: info
 Info: Package contains a '.arch-inventory' file.  It may have been included by

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2006-08-29 23:05:01 UTC (rev 734)
+++ trunk/debian/changelog	2006-09-03 20:04:32 UTC (rev 735)
@@ -1,5 +1,10 @@
 lintian (1.23.24) UNRELEASED; urgency=low
 
+  * checks/cruft{.desc,}:
+    + [RA] Remove the (info-level) check for .cvsignore files in the
+      source tarball.  This isn't an error; those files contain metadata
+      that may be useful for people making modifications and it's quite
+      common to distribute them.
   * checks/fields{.desc,}:
     + [RA] Depending on versioned variants of python-minimal is also an
       error.  Thanks, Adeodato Simó.  (Closes: #384476)
@@ -8,7 +13,7 @@
       checking whether the dependency for an interpreter is included.
       Thanks, Vincent Danjean.  (Closes: #385178)
 
- -- Russ Allbery <rra@debian.org>  Tue, 29 Aug 2006 16:03:33 -0700
+ -- Russ Allbery <rra@debian.org>  Sun,  3 Sep 2006 13:01:15 -0700
 
 lintian (1.23.23) unstable; urgency=low
 

Modified: trunk/testset/tags.filenames
===================================================================
--- trunk/testset/tags.filenames	2006-08-29 23:05:01 UTC (rev 734)
+++ trunk/testset/tags.filenames	2006-09-03 20:04:32 UTC (rev 735)
@@ -27,7 +27,6 @@
 E: filenames: use-of-compat-symlink usr/bin/X11/
 E: filenames: use-of-compat-symlink usr/bin/X11/testxbin
 I: filenames source: arch-inventory-file-in-source files/.arch-inventory
-I: filenames source: cvsignore-file-in-source files/.cvsignore
 W: filenames source: ancient-standards-version 3.1.1 (current is 3.7.2)
 W: filenames source: source-contains-CVS-dir CVS
 W: filenames source: source-contains-arch-control-dir .arch-ids



Reply to: