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

lintian: r834 - in trunk: checks debian



Author: rra
Date: 2007-03-16 00:24:21 +0100 (Fri, 16 Mar 2007)
New Revision: 834

Modified:
   trunk/checks/rules.desc
   trunk/debian/changelog
Log:
* checks/rules.desc:
  + [RA] Fix the policy section for debian-rules-missing-required-target
    and debian-rules-not-a-makefile.  Thanks, Daniel Kahn Gillmor.
    (Closes: #414964)

Modified: trunk/checks/rules.desc
===================================================================
--- trunk/checks/rules.desc	2007-03-10 07:11:19 UTC (rev 833)
+++ trunk/checks/rules.desc	2007-03-15 23:24:21 UTC (rev 834)
@@ -20,7 +20,7 @@
 
 Tag: debian-rules-not-a-makefile
 Type: error
-Ref: policy 4.8
+Ref: policy 4.9
 Info: The <tt>debian/rules</tt> file for this package does not appear to
  be a makefile or does not start with the required line.
  <tt>debian/rules</tt> must be a valid makefile and must have
@@ -28,7 +28,7 @@
 
 Tag: debian-rules-missing-required-target
 Type: error
-Ref: policy 4.8
+Ref: policy 4.9
 Info: The <tt>debian/rules</tt> file for this package does not provide one
  of the required targets.  All of build, binary, binary-arch,
  binary-indep, and clean must be provided, even if they don't do anything

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2007-03-10 07:11:19 UTC (rev 833)
+++ trunk/debian/changelog	2007-03-15 23:24:21 UTC (rev 834)
@@ -47,6 +47,10 @@
       compare the generated pot file with the one in the package both
       directions to catch all out of date errors.  Thanks, Thomas
       Huriaux.  (Closes: #402662)
+  * checks/rules.desc:
+    + [RA] Fix the policy section for debian-rules-missing-required-target
+      and debian-rules-not-a-makefile.  Thanks, Daniel Kahn Gillmor.
+      (Closes: #414964)
   * checks/scripts{.desc,}:
     + [RA] update-inetd is now its own package and netbase may not always
       depend on it.  Update the check to require a dependency on
@@ -91,7 +95,7 @@
   * unpack/unpack-*pkg*
     + [JA] Perl syntax corrections.
 
- -- Russ Allbery <rra@debian.org>  Mon, 26 Feb 2007 21:58:13 -0800
+ -- Russ Allbery <rra@debian.org>  Thu, 15 Mar 2007 16:24:02 -0700
 
 lintian (1.23.28) unstable; urgency=high
 



Reply to: