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

lintian: r144 - in trunk: checks debian



Author: he
Date: 2004-04-11 00:06:41 +0200 (Sun, 11 Apr 2004)
New Revision: 144

Modified:
   trunk/checks/cruft.desc
   trunk/debian/changelog
Log:
* checks/cruft.desc:
  + [HE] Reworded some parts and bumped the Standards-Version after 
    checking for changes. (Closes: #235735)

Also fixed the intendation of 2 other changelog entries by me.



Modified: trunk/checks/cruft.desc
===================================================================
--- trunk/checks/cruft.desc	2004-04-10 20:43:35 UTC (rev 143)
+++ trunk/checks/cruft.desc	2004-04-10 22:06:41 UTC (rev 144)
@@ -1,7 +1,7 @@
 Check-Script: cruft
 Author: Sean 'Shaleh' Perry <shaleh@debian.org>
 Abbrev: deb
-Standards-Version: 3.2.0
+Standards-Version: 3.6.1
 Type: source
 Unpack-Level: 2
 Info: This looks for cruft in Debian packaging
@@ -17,10 +17,10 @@
 
 Tag: configure-generated-file-in-source
 Type: warning
-Info: Leaving config.cache/status causes autobuilders problems
+Info: Leaving config.cache/status causes autobuilders problems.
  config.cache and config.status are produced by GNU autoconf's configure
  scripts. If they are left in the source package, autobuilders may pick
- up settings for the wrong architecture, causing problems.
+ up settings for the wrong architecture.
  .
  The clean rule in <tt>debian/rules</tt> should remove this file. This
  should ideally be done by fixing the upstream build system to do it when
@@ -51,18 +51,18 @@
 
 Tag: cvsignore-file-in-source
 Type: warning
-Info: Package contains a '.cvsignore' file.  It may have been installed by
+Info: Package contains a '.cvsignore' file.  It may have been included by
  accident.
 
 Tag: source-contains-svn-control-dir
 Type: error
-Info: Source contains a .svn directory. It was most likely installed by
+Info: Source contains a .svn directory. It was most likely included by
  accident, since Subversion version control directories usually don't belong
  in packages. Export from subversion rather than checkout.
 
 Tag: source-contains-CVS-dir
 Type: error
-Info: Package contains a CVS directory. It was most likely installed by
+Info: Package contains a CVS directory. It was most likely included by
  accident, since transient CVS data usually doesn't belong in packages.
  Export from CVS rather than use a checkout.
 

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2004-04-10 20:43:35 UTC (rev 143)
+++ trunk/debian/changelog	2004-04-10 22:06:41 UTC (rev 144)
@@ -20,13 +20,16 @@
     + [JvW] Ignore static binaries in /usr/lib/debug
   * checks/common_data:
     + [HE] Change known_obsolete_fields to allow checks/fields to
-    report the Bugs field als obsolete.
+      report the Bugs field als obsolete.
   * checks/copyright-file:
     + [HE] Change usr-doc-symlink-to-foreign-package check to throw an 
-    error when a package doesn't depend on the *same* version of the
-    package its /usr/share/doc/$foo dir is symlinked to. This is supposed
-    to ensure that both come from the same source and the same source
-    version. (Closes: #201470)
+      error when a package doesn't depend on the *same* version of the
+      package its /usr/share/doc/$foo dir is symlinked to. This is supposed
+      to ensure that both come from the same source and the same source
+      version. (Closes: #201470)
+  * checks/cruft.desc:
+    + [HE] Reworded some parts and bumped the Standards-Version after 
+      checking for changes. (Closes: #235735)
   * checks/debconf{,.desc}:
     + [JvW] Add an error for a bogus default for a boolean template
       (Closes: #236846)



Reply to: