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

lintian: r188 - branches/1.23.0/checks



Author: jeroen
Date: 2004-04-18 13:30:51 +0200 (Sun, 18 Apr 2004)
New Revision: 188

Modified:
   branches/1.23.0/checks/changelog-file.desc
   branches/1.23.0/checks/copyright-file.desc
   branches/1.23.0/checks/debian-readme.desc
   branches/1.23.0/checks/scripts.desc
Log:
Fix html (descriptions are html!) of several tests.


Modified: branches/1.23.0/checks/changelog-file.desc
===================================================================
--- branches/1.23.0/checks/changelog-file.desc	2004-04-18 10:01:20 UTC (rev 187)
+++ branches/1.23.0/checks/changelog-file.desc	2004-04-18 11:30:51 UTC (rev 188)
@@ -8,7 +8,7 @@
 Info: This script checks if a binary package conforms to policy
  with regards to changelog files.
  .
- Each binary package with a /usr/share/doc/<foo> directory must have a
+ Each binary package with a /usr/share/doc/&lt;foo&gt; directory must have a
  Debian changelog file in `changelog.Debian.gz' unless the Debian
  changelog and the upstream one is the same file; in this case, it
  must be in `changelog.gz'.
@@ -92,7 +92,7 @@
 
 Tag: debian-changelog-file-contains-debmake-default-email-address
 Type: error
-Info: The changelog file contains an email address (<..@unknown>)
+Info: The changelog file contains an email address (&lt;..@unknown&gt;)
  that was not updated to the maintainer's real address.
 
 Tag: debian-changelog-file-uses-obsolete-national-charset

Modified: branches/1.23.0/checks/copyright-file.desc
===================================================================
--- branches/1.23.0/checks/copyright-file.desc	2004-04-18 10:01:20 UTC (rev 187)
+++ branches/1.23.0/checks/copyright-file.desc	2004-04-18 11:30:51 UTC (rev 188)
@@ -8,8 +8,8 @@
 Info: This script checks if a binary package conforms to policy
  with regard to copyright files.
  .
- Each binary package must either have a /usr/share/doc/<foo>/copyright file
- or must have a symlink /usr/share/doc/<foo> -> <bar>, where <bar> comes
+ Each binary package must either have a /usr/share/doc/&lt;foo&gt;/copyright file
+ or must have a symlink /usr/share/doc/&lt;foo&gt; -&gt; &lt;bar&gt;, where &lt;bar&gt; comes
  from the same source package and pkg foo declares a "Depends" relation
  on bar.
 

Modified: branches/1.23.0/checks/debian-readme.desc
===================================================================
--- branches/1.23.0/checks/debian-readme.desc	2004-04-18 10:01:20 UTC (rev 187)
+++ branches/1.23.0/checks/debian-readme.desc	2004-04-18 11:30:51 UTC (rev 188)
@@ -22,5 +22,5 @@
 
 Tag: readme-debian-contains-debmake-default-email-address
 Type: error
-Info: The README.Debian file contains an email address (<..@unknown>)
+Info: The README.Debian file contains an email address (&lt;..@unknown&gt;)
  that was not updated to the maintainer's real address.

Modified: branches/1.23.0/checks/scripts.desc
===================================================================
--- branches/1.23.0/checks/scripts.desc	2004-04-18 10:01:20 UTC (rev 187)
+++ branches/1.23.0/checks/scripts.desc	2004-04-18 11:30:51 UTC (rev 188)
@@ -569,14 +569,14 @@
 
 Tag: update-alternatives-remove-called-in-postrm
 Type: warning
-Info: 'update-alternatives --remove <alternative> foo' is called in the
+Info: 'update-alternatives --remove &lt;alternative&gt; foo' is called in the
  postrm.  This can be dangerous because at the time the postrm is executed
  foo has already been deleted and update-alternatives will ignore it while
  constructing its list of available alternatives.  Then, if the
  /etc/alternatives symlink points at foo, update-alternatives won't
  recognize it and will mark the symlink as something site-specific.  As
  such, the symlink will no longer be updated automatically and will be
- left dangling until `update-alternatives --auto <alternative>' is
+ left dangling until `update-alternatives --auto &lt;alternative&gt;' is
  run by hand.
  .
  update-alternatives --remove should be called in the prerm instead.



Reply to: