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

[SCM] Debian package checker branch, master, updated. 2.2.17-44-gb63634a



The following commit has been merged in the master branch:
commit b63634ab80ae595af5ad44bccffa4a594d15616a
Author: Russ Allbery <rra@debian.org>
Date:   Thu Nov 12 22:02:13 2009 -0800

    Don't suggest creating a symlink to the python-feedparser library
    
    * checks/files.desc:
      + [RA] Don't suggest creating a symlink to the python-feedparser
        library.  Just use the normal Python import mechanism.  Thanks,
        Jakub Wilk.  (Closes: #555617)

diff --git a/checks/files.desc b/checks/files.desc
index df706c6..fabc761 100644
--- a/checks/files.desc
+++ b/checks/files.desc
@@ -901,8 +901,8 @@ Tag: embedded-feedparser-library
 Severity: normal
 Certainty: certain
 Info: This package contains an embedded copy of Mark Pilgrim's Universal
- Feed Parser. Please depend on the "python-feedparser" package and symlink
- the library into the appropriate location.
+ Feed Parser.  Please depend on the "python-feedparser" package and use
+ the normal Python import mechanism to load it.
 Ref: policy 4.13
 
 Tag: embedded-pear-module
diff --git a/debian/changelog b/debian/changelog
index 2abbc1e..e00f340 100755
--- a/debian/changelog
+++ b/debian/changelog
@@ -104,6 +104,9 @@ lintian (2.2.18) UNRELEASED; urgency=low
       reject unless overridden).
     + [RA] dir-or-file-in-{tmp,mnt,opt,srv} are now serious and have the
       proper File Hierarchy Standard cross-references and descriptions.
+    + [RA] Don't suggest creating a symlink to the python-feedparser
+      library.  Just use the normal Python import mechanism.  Thanks,
+      Jakub Wilk.  (Closes: #555617)
   * checks/lintian.desc:
     + [CW] Add lucid as an allowable distribution for Ubuntu, and remove
       gutsy.

-- 
Debian package checker


Reply to: