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

[SCM] Debian package checker branch, master, updated. 2.3.3-45-g5eb50bf



The following commit has been merged in the master branch:
commit 5eb50bf8b687cf1ba2534a8f1c5a98aa3540f7c2
Author: Russ Allbery <rra@debian.org>
Date:   Sat Mar 20 19:32:57 2010 -0700

    Escape all angle brackets in cruft tag long description
    
    The modification to native-package-with-dash-version didn't escape
    the closing angle brackets.  Do that.

diff --git a/checks/cruft.desc b/checks/cruft.desc
index 8021f11..1696f07 100644
--- a/checks/cruft.desc
+++ b/checks/cruft.desc
@@ -15,8 +15,8 @@ Info: Native packaging should only be used if a piece of software was
  Native source packages are sometimes created by accident. In most cases
  the reason is the location of the original source tarball. For version
  1.0 source packages, dpkg-source determines whether they're non-native by
- looking for a file named <tt>&lt;package>_&lt;version>.orig.tar.gz</tt>
- in the parent directory, where &lt;version> is the version from the most
+ looking for a file named <tt>&lt;package&gt;_&lt;version&gt;.orig.tar.gz</tt>
+ in the parent directory, where &lt;version&gt; is the version from the most
  recent <tt>debian/changelog</tt> entry. For version 3.0 packages, check
  <tt>debian/source/format</tt> for an erroneous "(native)" package format.
 

-- 
Debian package checker


Reply to: