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

lintian: r587 - in trunk: checks debian



Author: jeroen
Date: 2006-03-25 18:10:55 +0100 (Sat, 25 Mar 2006)
New Revision: 587

Modified:
   trunk/checks/scripts
   trunk/checks/scripts.desc
   trunk/debian/changelog
Log:
* checks/scripts:
  + [JvW] Add check against package suffering from debhelper bug #337664,
    per Joey Hess, which had broken error detection (Closes: #358523)


Modified: trunk/checks/scripts
===================================================================
--- trunk/checks/scripts	2006-03-25 16:31:48 UTC (rev 586)
+++ trunk/checks/scripts	2006-03-25 17:10:55 UTC (rev 587)
@@ -539,6 +539,9 @@
 		tag "update-alternatives-remove-called-in-postrm", "";
 	    }
 	}
+	if (/invoke-rc.d.*\|\| exit 0/) {
+	    tag "maintainer-script-built-with-broken-debhelper-version";
+	}
     }
 
     close C;

Modified: trunk/checks/scripts.desc
===================================================================
--- trunk/checks/scripts.desc	2006-03-25 16:31:48 UTC (rev 586)
+++ trunk/checks/scripts.desc	2006-03-25 17:10:55 UTC (rev 587)
@@ -286,3 +286,9 @@
  This should be avoided, as the correct syntax is 'chown user:group'.
  Using "." as a separator is still supported by the GNU tools, but it will
  fail as soon as a system uses the "." in user or group names.
+
+Tag: maintainer-script-built-with-broken-debhelper-version
+Type: warning
+Info: This packag was built with a debhelper version suffering from #337664.
+ The package needs to be reuploaded (could be bin-NMUd, no source changes
+ needed)

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2006-03-25 16:31:48 UTC (rev 586)
+++ trunk/debian/changelog	2006-03-25 17:10:55 UTC (rev 587)
@@ -1,4 +1,4 @@
-lintian (1.23.16~r583) UNRELEASED; urgency=low
+lintian (1.23.16) UNRELEASED; urgency=low
 
   The "What's this Russ guy up to?" release
 
@@ -64,6 +64,8 @@
       interpreter rather than then shell.  Bypass the ELF magic check for
       scripts using magic that relies on having no leading #! line.
       Reported by Frank Küster.  (Closes: #344269)
+    + [JvW] Add check against package suffering from debhelper bug #337664,
+      per Joey Hess, which had broken error detection (Closes: #358523)
   * checks/shared-libs:
     + [JvW] Fix postinst-must-call-ldconfig to also get emitted when there is
       no postinst at all, instead of just one lacking a ldconfig call



Reply to: