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

lintian: r239 - in trunk: checks debian testset



Author: jeroen
Date: 2004-05-01 15:30:23 +0200 (Sat, 01 May 2004)
New Revision: 239

Modified:
   trunk/checks/cruft
   trunk/checks/cruft.desc
   trunk/debian/changelog
   trunk/testset/tags.filenames
Log:
checks/cruft{,.desc}:
+ [JvW] cvsignore-file-in-source is now info, because it happens so often
  by upstream, and is only very minor in size


Modified: trunk/checks/cruft
===================================================================
--- trunk/checks/cruft	2004-05-01 02:22:04 UTC (rev 238)
+++ trunk/checks/cruft	2004-05-01 13:30:23 UTC (rev 239)
@@ -75,7 +75,7 @@
     if ($name =~ m,^(.+/)?svn-commit\.(.+\.)?tmp$,) {
 	print "W: $pkg $type: svn-commit-file-in-source $name\n";
     } elsif ($name =~ m,^(.+/)?\.cvsignore$,) {
-	print "W: $pkg $type: cvsignore-file-in-source $name\n";
+	print "I: $pkg $type: cvsignore-file-in-source $name\n";
     }
 
     if ($name =~ m,^(.+/)?config.(?:cache|log|status)$, and $pkg ne "lintian") {

Modified: trunk/checks/cruft.desc
===================================================================
--- trunk/checks/cruft.desc	2004-05-01 02:22:04 UTC (rev 238)
+++ trunk/checks/cruft.desc	2004-05-01 13:30:23 UTC (rev 239)
@@ -50,9 +50,11 @@
  belong in a Debian package.
 
 Tag: cvsignore-file-in-source
-Type: warning
+Type: info
 Info: Package contains a '.cvsignore' file.  It may have been included by
- accident.
+ 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: source-contains-svn-control-dir
 Type: warning

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2004-05-01 02:22:04 UTC (rev 238)
+++ trunk/debian/changelog	2004-05-01 13:30:23 UTC (rev 239)
@@ -2,6 +2,9 @@
 
   Next release, name to be determined.
 
+  * checks/cruft{,.desc}:
+    + [JvW] cvsignore-file-in-source is now info, because it happens so often
+      by upstream, and is only very minor in size
   * checks/fields{,.desc}:
     + [JvW] Added debian-revision-should-not-be-zero, suggested by Adam
       Conrad
@@ -18,7 +21,7 @@
     + [JvW] Fix two lintian warnings in lintian itself by touching files only
       on clean target, and not distributing them in the source
 
- -- Debian Lintian Maintainers <lintian-maint@debian.org>  Sat, 01 May 2004 04:03:37 +0200
+ -- Debian Lintian Maintainers <lintian-maint@debian.org>  Sat, 01 May 2004 15:29:49 +0200
 
 lintian (1.23.0) unstable; urgency=low
 

Modified: trunk/testset/tags.filenames
===================================================================
--- trunk/testset/tags.filenames	2004-05-01 02:22:04 UTC (rev 238)
+++ trunk/testset/tags.filenames	2004-05-01 13:30:23 UTC (rev 239)
@@ -22,8 +22,8 @@
 E: filenames: symlink-should-be-relative usr/lib/filenames/symlink3wrong /usr/lib/filenames/symlink2
 E: filenames: use-of-compat-symlink usr/bin/X11/
 E: filenames: use-of-compat-symlink usr/bin/X11/testxbin
+I: filenames source: cvsignore-file-in-source files/.cvsignore
 W: filenames source: ancient-standards-version 3.1.1
-W: filenames source: cvsignore-file-in-source files/.cvsignore
 W: filenames source: source-contains-CVS-dir CVS
 W: filenames source: source-contains-svn-control-dir .svn
 W: filenames source: svn-commit-file-in-source files/svn-commit.tmp



Reply to: