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

lintian: r964 - in trunk: checks debian



Author: rra
Date: 2007-10-15 04:11:29 +0200 (Mon, 15 Oct 2007)
New Revision: 964

Modified:
   trunk/checks/fields.desc
   trunk/checks/files.desc
   trunk/checks/version-substvars.desc
   trunk/debian/changelog
Log:
* checks/fields.desc:
  + [RA] Properly escape < and >.
  + [RA] Improve the recommended command to remove .packlist files.
    Thanks, Justin Pryzby.
* checks/version-substvars.desc:
  + [RA] Properly escape < and >.

Modified: trunk/checks/fields.desc
===================================================================
--- trunk/checks/fields.desc	2007-10-15 02:03:07 UTC (rev 963)
+++ trunk/checks/fields.desc	2007-10-15 02:11:29 UTC (rev 964)
@@ -648,9 +648,9 @@
  .
      all
      current
-     current, >= X.Y
-     >= X.Y
-     >= A.B, << X.Y
+     current, &gt;= X.Y
+     &gt;= X.Y
+     &gt;= A.B, &lt;&lt; X.Y
      A.B, X.Y
  .
  (One or more specific versions may be listed with the last form.)  A.B

Modified: trunk/checks/files.desc
===================================================================
--- trunk/checks/files.desc	2007-10-15 02:03:07 UTC (rev 963)
+++ trunk/checks/files.desc	2007-10-15 02:11:29 UTC (rev 964)
@@ -487,12 +487,10 @@
  .
  They can be suppressed by adding the following to <tt>debian/rules</tt>:
  .
- <tt>find debian/tmp -type f -name .packlist | xargs rm -f</tt>
+   find debian/<i>pkg</i> -type f -name .packlist | xargs rm -f
  .
- <tt>-find debian/tmp/usr/lib/perl5 -type d -empty | xargs rmdir -p</tt>
- .
- Or by telling MakeMaker to use vendor install dirs; consult a recent
- version of perl policy. Perl 5.6.0-12 or higher supports this.
+ or by telling MakeMaker to use vendor install dirs; consult a recent
+ version of Perl policy. Perl 5.6.0-12 or higher supports this.
 
 Tag: zero-byte-file-in-doc-directory
 Type: warning

Modified: trunk/checks/version-substvars.desc
===================================================================
--- trunk/checks/version-substvars.desc	2007-10-15 02:03:07 UTC (rev 963)
+++ trunk/checks/version-substvars.desc	2007-10-15 02:11:29 UTC (rev 964)
@@ -32,8 +32,9 @@
  arch:any packages while having the package binNMUable, so please use
  one of these, whichever is more appropriate:
  .
-   Depends: arch_any (>= ${source:Version})
-   Depends: arch_any (>= ${source:Version}), arch_any (<< ${source:Version}.1~)
+   Depends: arch_any (&gt;= ${source:Version})
+   Depends: arch_any (&gt;= ${source:Version}),
+    arch_any (&lt;&lt; ${source:Version}.1~)
 
 Tag: version-substvar-for-external-package
 Type: error

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2007-10-15 02:03:07 UTC (rev 963)
+++ trunk/debian/changelog	2007-10-15 02:11:29 UTC (rev 964)
@@ -28,11 +28,15 @@
   * checks/description{.desc,}:
     + [RA] Warn (at info level for now) about Homepage pseudo-fields in
       the extended description.  (Closes: #444336)
+  * checks/fields.desc:
+    + [RA] Properly escape < and >.
   * checks/files{.desc,}:
     + [RA] Warn about Thumbs.db files, which are usually useless Windows
       thumbnail databases.  Thanks, Paul Wise.  (Closes: #438202)
     + [RA] Warn about .DS_Store files, used by Mac OS X to store extended
       folder attributes.  Thanks, Paul Wise.  (Closes: #438203)
+    + [RA] Improve the recommended command to remove .packlist files.
+      Thanks, Justin Pryzby.
   * checks/infofiles:
     + [RA] Emacs 22 now allows embedded images in info files, so accept
       and ignore PNG files in the info directory.  More image types may be
@@ -43,11 +47,13 @@
   * checks/scripts:
     + [RA] We now have a csh package.  Allow it as an alternative for csh
       script dependencies.  Thanks, Bernd Zeimetz.  (Closes: #440825)
+  * checks/version-substvars.desc:
+    + [RA] Properly escape < and >.
 
   * collection/changelog-file{.desc,}:
     + [RA] Collect NEWS.Debian as well as changelog.
 
- -- Russ Allbery <rra@debian.org>  Sun, 14 Oct 2007 19:00:30 -0700
+ -- Russ Allbery <rra@debian.org>  Sun, 14 Oct 2007 19:11:25 -0700
 
 lintian (1.23.34) unstable; urgency=low
 



Reply to: