Package: linda
Version: 0.3.10
Severity: normal
Tags: patch

Hi,

There's a typo in documentation.py, which prevents linda to check
doc-base files. There's a quick patch:


--- /tmp/documentation.py       2005-02-24 22:50:04.713416000 +0100
+++ documentation.py    2005-02-24 23:28:57.457785560 +0100
@@ -30,7 +30,7 @@
             elif re.search(r'/usr/(share/|X11R6/)?man/', path_split[0]):
                 if ext_split[1] not in ('.html', '.txt'):
                     self.files['man'][file] = [path_split, ext_split]
-            elif path_split[1].endswith('doc-base'):
+            elif path_split[0].endswith('doc-base'):
                 self.files['doc'].append(file)
         dprint(_("Populated: Bin: %s; Man: %s") % (self.files['bin'], \
             self.files['man']), 2)

Best Regards,

robert

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (101, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.10
Locale: LANG=pl_PL, LC_CTYPE=pl_PL (charmap=ISO-8859-2)

Versions of packages linda depends on:
ii  binutils                      2.15-5     The GNU assembler, linker and bina
ii  dash                          0.5.2-1    The Debian Almquist Shell
ii  file                          4.12-1     Determines file type using "magic"
ii  man-db                        2.4.2-21   The on-line manual pager
ii  python                        2.3.5-1    An interactive high-level object-o

-- no debconf information


-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (101, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.10
Locale: LANG=pl_PL, LC_CTYPE=pl_PL (charmap=ISO-8859-2)

Versions of packages linda depends on:
ii  binutils                      2.15-5     The GNU assembler, linker and bina
ii  dash                          0.5.2-1    The Debian Almquist Shell
ii  file                          4.12-1     Determines file type using "magic"
ii  man-db                        2.4.2-21   The on-line manual pager
ii  python                        2.3.5-1    An interactive high-level object-o

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to