Accepted linda 0.3.15 (source)

Matthias Klose doko at ubuntu.com
Fri Jul 8 10:35:02 CDT 2005


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Origin: Debian/unstable
Format: 1.7
Date: Fri,  08 Jul 2005 16:27:07 +0100
Source: linda
Binary: linda
Architecture: source
Version: 0.3.15
Distribution: breezy
Urgency: critical
Maintainer: Steve Kowalik <stevenk at debian.org>
Changed-By: Matthias Klose <doko at ubuntu.com>
Description: 
 linda      - Debian package checker, not unlike lintian
Closes: 269217 282381 282838 288801 289066 289535 290686 292670 294522 296239 296859 296860 297750 300263 301392 301929 302722 303134 303530 303644 303783 304325 305059 305930 306046 306047 307183 308137 309884 313587 314152 314495 314880
Changes: 
 linda (0.3.15) unstable; urgency=low
 .
   * Makefile:
     - Use dpkg-parsechangelog rather than head -n 1 debian/changelog.
   * Collector, MakefileParser:
     - Use re.compile().
   * Output:
     - It seems I can't just print a Unicode string even though I have
       declared its charset, so encode it in that charset.
       (Closes: #309884)
   * Translations:
     - Update German translation. (Closes: #314152) (thanks, Jens Seidel)
   * MenuParser:
     - Rewrite the guts of the parser to only split on known fields, which
       makes dealing with ='s in the data *much* easier to handle.
   * LibraryCheck:
     - The shlibs-sover-mismatch symlink finding code was matching on other
       filenames so append a '.' to stop that. (Closes: #313587)
   * MenuCheck:
     - Also check /usr/share/menu for menu files.
     - Complain if any menu files are installed into /usr/lib/menu.
     - Actually run the Section check.
     - Skip commands that invoke sh. (Closes: #314495)
   * StandardsVersionCheck:
     - Policy 3.6.2 has been uploaded. (Closes: #314880)
 .
 linda (0.3.14) unstable; urgency=medium
 .
   * Manual Page:
     - Actually run a spell checker over it. (*blush*)
     - Mention types overrides under OVERRIDES.
   * Error printing:
     - Complain if the tag does not exist in the data file.
   * Libchecks:
     - Print out the filename of the registered checks at debug level 4.
   * Packaging:
     - Update long Description. (Closes: #304325) (thanks, Emanuele Rocca)
     - Append the short and long descriptions to linda.pot. (Closes: #305059)
   * Command-line arguments:
     - Add -S, which doesn't drop root privledges when running as root.
   * Testsuite:
     - Call linda with -D and -S in the endtoend tests. (Closes: #307183)
   * Output:
     - Put strings grabbed from gettext into unicode strings encoded in the
       right charset. (Closes: #306047)
   * Overrides:
     - If an error doesn't pass any data, using a Data header in an override
       file made it not match, so fix that. (Closes: #306046)
   * Figlet Output:
     - Actually make it work by correcting a typo in bootstrap.
   * BinaryCheck:
     - Add [-_] to the start of checking if a package name is considered to be
       debug, and smush the checks that are affected by debug together.
       (Closes: #305930)
     - Correct the short description of stripped-binary-not.
     - Rewrite the .note and .comment check to not be so dumb.
     - Don't complain about no depends line if the package contains any ELF
       relocatables. (Closes: #308137)
   * ChangelogCheck:
     - Sprinkle in a little re.compile().
   * LibraryCheck:
     - First attempt to check shlibs control files.
 .
 linda (0.3.13) unstable; urgency=low
 .
   * Packaging:
     - Build-Depend on python, as opposed to python >= 2.31, << 2.4.
     - Convert changelog to proper UTF8.
   * MenuParser:
     - Deal with lines that don't contain a field. (Closes: #303530)
       (thanks, Lars Wirzenius)
   * Checks:
     - Print out a traceback if -T is specified and a check is interrupted.
   * ChangelogCheck:
     - Don't complain about HTML only changelog if changelog{.gz,} exists.
       (Closes: #297750)
   * DocumentationCheck:
     - Don't overzealously split off extensions, and don't split off 
       multiple number extensions for manual pages.
       (Closes: #303134, #303644, #303783)
   * MenuCheck:
     - Deal with commands that contain arguments.
     - Complain about unknown or top-level sections.
 .
 linda (0.3.12) unstable; urgency=low
 .
   * Rebuild, since the tarball picked up all the svn stuff.
 .
 linda (0.3.11) unstable; urgency=medium
 .
   * Copyright:
     - Update year (finally).
   * Building:
     - Use head -n 1, not head -1 in the Makefile.
     - Switch to using dh_python.
   * Manual page:
     - Refer to data files, rather than descs.
   * ArchParser:
     - Use funcs.run_external_cmd rather than os.popen.
     - Use filter() rather than a for loop.
     - If dpkg-architecture --help doesn't give us a list of Debian arches,
       run dpkg-architecture -L instead. (thanks, Scott James Remnant)
   * CLParser:
     - Drop 'X' from the default types list.
     - Print a warning when enabling -t X. (Closes: #282838)
   * Checker:
     - Deal if a .data file doesn't exist.
   * DebianControlParser:
     - Deal with multi-line fields other than Description. (Closes: #289066)
   * MenuParser:
     - New, parses the menu format files.
   * RFC822Parser:
     - Also assume that lines only containing whitespace are blank lines, used
       to seperate stanzas.
   * UnixPermParser:
     - The function name for printing out strings is __repr__, not __str__.
   * Output:
     - Only call mygettext.translation once.
   * BinaryCheck:
     - Correct typo in shared-binary. (Closes: #300263)
     - Skip both LSB and MSB relocatables in various tests. (Closes: #301392)
     - Rewrite the message for arch-dep-in-usr-share. (Closes: #301929)
       (thanks, Adeodato Simó)
   * ChangelogCheck:
     - Don't try and find the file size of a symlink when the target may not
       exist. (Closes: #302722)
   * ControlFilesCheck:
     - Check for [[ or ]] in maintainer scripts when the interpreter isn't 
       bash. (Closes: #296239)
   * DocumentationCheck:
     - Fix the completly broken doc-base check. (Closes: #296859)
       + doc-base is the last entry in the path, not the filename.
       + The Files: field can list multiple files.
       + Don't complain that a file doesn't exist when it does just because
         it doesn't use a glob.
     - Try harder to remove extensions from the manual page filename.
       (Closes: #296860)
   * FilesCheck:
     - Don't complain about binaries under /usr/games that aren't 755.
       (Closes: #290686)
   * LibraryCheck:
     - Check that libdir in a .la file is the same as the path of the .la
       file. (thanks, Henrique de Moraes Holschuh)
   * MenuCheck:
     - New; check the menu files contained in a package.
 .
 linda (0.3.10) unstable; urgency=critical
 .
   * Linda:
     - Also shift pstats down to the new profile bit, since it is also 
       affected.
 .
 linda (0.3.9) unstable; urgency=high
 .
   * Translations:
     - Update French po file. (Closes: #269217) (thanks, Jean-Luc Coulon)
   * Unpacking:
     - Add support for source overrides. These get parsed and merged in at the
       end of level 2 source unpacking, but the only check run before that is
       standards-version. (Closes: #282381)
     - Set LANG to C when calling tar for the level two binary unpack.
       (Closes: #292670)
   * Linda:
     - Don't import profile at the same time as the rest of the modules. Only
       attempt to import it if profiling is switched on, and deal if the module
       can't be imported. (Closes: #294522)
   * Debhelper Check:
     - Check for a python build-dep as well as python-dev. (Closes: #289535)
   * Files Check:
     - Ignore files underneath /usr/lib/mime for usr-lib-in-arch-all.
       (Closes: #288801)
   * Perl Check:
     - Stop checking against source package, and tighten the regular
       expression which decides that we are checking a perl module
       package. (thanks, Marc Brockschmidt)
Files: 
 2b4015d70efc01f675d6ab58d1260cd5 522 devel optional linda_0.3.15.dsc
 a9326f98bc25bd4de5be29223a8778b2 690569 devel optional linda_0.3.15.tar.gz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (GNU/Linux)

iQEVAwUBQs6bSwF4adwMEr3XAQLqvwgAr+hAqSYsfeapfLqHo15u5E2bEI6ZIMM7
J6GFK2tUK2l+X0cWvSL2t7OSbH4K4AgfnpDYZdD7FSwTRPPbPTyi4dvnh3ZVLT0W
KJ/FJI1b6SQOz9j/OKxsEUe5ihS+vDBzhPgQdt/aeU3oWvNBt2yZdAaMB2nR0dXx
UD0+Xo85QBgCK+EU6OlvzwzsbHrQpSDJ1ZkddfSthPfmngmxGYnXYcyaYff7+rxG
LGe6q5z1PqVh97gutnYi+cI5T4LphSqH4PeoDa/1h2rKYTTF1KghwrmDWElWde3L
56V0rMajsiqUq2K6TZ8QkXy30vJ43GTloY0LSJUM25EVo66MFyPK8A==
=88JI
-----END PGP SIGNATURE-----


Accepted:
linda_0.3.15.dsc
  to pool/main/l/linda/linda_0.3.15.dsc
linda_0.3.15.tar.gz
  to pool/main/l/linda/linda_0.3.15.tar.gz




More information about the breezy-changes mailing list