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

[SCM] Debian package checker annotated tag, 2.3.1, created. 2.3.1



The annotated tag, 2.3.1 has been created
        at  f9c17fb3fbaa232bda9c1e87a987a160179932bd (tag)
   tagging  238f68664273dde298431b41847cdfdc3bc64cfe (commit)
  replaces  2.3.0
 tagged by  Russ Allbery
        on  Sat Jan 2 21:04:18 2010 -0800

- Shortlog ------------------------------------------------------------
Release 2.3.1

Format: 1.8
Date: Sat, 02 Jan 2010 21:01:14 -0800
Source: lintian
Binary: lintian
Architecture: source all
Version: 2.3.1
Distribution: unstable
Urgency: low
Maintainer: Debian Lintian Maintainers <lintian-maint@debian.org>
Changed-By: Russ Allbery <rra@debian.org>
Description:
 lintian    - Debian package checker
Closes: 550594 553264 559208 562608 562788 562875 563039 563126 563185 563370
Changes:
 lintian (2.3.1) unstable; urgency=low
 .
   The "goodbye to unpack level 2" release.
 .
   * Summary of tag changes:
     + Added:
       - init.d-script-missing-start
       - debian-news-entry-has-unknown-version
       - debian-news-entry-uses-asterisk
       - debian-news-entry-without-blank-line
       - non-native-package-with-native-version
       - udev-rule-in-etc
 .
   * {checks,collection}/*.desc:
     + [RG] Remove Unpack-Level fields and depend on the 'unpacked'
       collection script as needed.
   * checks/binaries:
     + [RG] Recognise hppa64 binaries and ignore them on the
       binary-from-other-architecture check for hppa.
       Thanks, Matthias Klose.  (Closes: #562788)
   * checks/changelog-file{,.desc}:
     + [RA] Per devref, recommend against NEWS.Debian entries formatted
       with asterisks like changelog entries.
     + [RA] Check that the most recent NEWS.Debian entry is followed by a
       blank line for apt-listchanges.  Thanks, Adeodato Simó.  (Addresses
       the Lintian part of #523436)
     + [RA] Warn if the version of the latest NEWS.Debian entry doesn't
       appear in the changelog.  Thanks, Christoph Berg.  (Closes: #550594)
   * checks/control-file:
     + [RA] Fix parsing of dependencies for weak-library-dev-dependency
       when the content of Depends begins with a newline.  Thanks, Julien
       Cristau.  (Closes: #563370)
   * checks/cruft:
     + [RA] Fix the regex to properly ignore CMakeCache.txt in the debian
       directory.  Thanks, Aaron M. Ucko.  (Closes: #553264)
     + [RA] Check for a non-native package with a native version.  Thanks,
       Andreas Beckmann.
   * checks/debhelper:
     + [RA] Always warn if debhelper is in use but no ${misc:Depends}
       dependency is present rather than checking which specific debhelper
       commands use it.  Any debhelper command may start adding
       dependencies to ${misc:Depends} at any time.  Lower the certainty to
       possible, since a missing ${misc:Depends} may not cause problems.
   * checks/fields.desc:
     + [RA] Fix spelling error in dfsg-version-with-period tag description.
       Thanks, Jakub Wilk.  (Closes: #563185)
   * checks/files{,.desc}:
     + [RG] Add a missing 'it' to the description of duplicate-font-file.
     + [RG] Add detection of nusoap to the embedded PHP libraries check.
     + [RG] Check that udev rules are not installed in /etc/udev/rules.d.
       Thanks, Marco d'Itri.  (Closes: #559208)
   * checks/init.d{,.desc}:
     + [RG] Bump severity of init.d-script-sourcing-without-test to serious.
     + [RG] Lower the severity of init.d-script-does-not-provide-itself
       to minor.
     + [RG] Fix a init.d-script-possible-missing-stop false positive when
       stopping on runlevels 2-5.
     + [RG] Mention 'killprocs' in init.d-script-possible-missing-stop's
       description.  Thanks, Kurt Roeckx.  (Closes: #562608)
     + [RG] Warn about init scripts with incomplete start runlevels.
     + [RG] Tighten check for missing dependency on local_fs or remote_fs
       when using files with a name of 'var*' or 'usr*'.
     + [RG] Also recognise the use of the -r test as a file test, and
       the test command when determining whether a /etc/default file is
       being sourced unconditionally.
     + [RG] Correct the description of the
       missing-dependency-on-{remote,local_fs} tags where 'is' was meant
       to be used instead of 'are'.
   * checks/manpages.desc:
     + [RA] Downgrade spelling-error-in-manpage to minor severity.
       (Closes: #563039)
   * checks/patch-systems:
     + [RA] Avoid false positives for patches modifying files in debian/*
       when the parent directory in which the patch was created is named
       debian.  Thanks, Mark Brown.  (Closes: #562875)
 .
   * collection/ar-info:
     + [RA] Skip *.a files that are dangling symlinks and discard error
       output from ar.  Correctly handle file names that contain shell
       metacharacters.
   * collection/unpacked{,.desc}:
     + [RG] New scripts to replace the unpack level 2.
 .
   * frontend/lintian:
     + [RG] Deprecate and replace unpack levels with the use of
       collection scripts.
     + [ADB] Remove an unused variable declaration.
 .
   * lib/Spelling.pm:
     + [ADB] Add corrections for "nam" (name) and "nams" (names).
     + [RG] Add some more spelling errors.
     + [RG] Uppercase every character of the correction if every
       character of the original word is too.
     + [RA] Superceded is an acceptable alternative spelling of superseded.
 .
   * man/lintian.1:
     + [RG] Document deprecation of unpack levels.
     + [ADB] Add the new "unpacked" collection script to the list of such
       scripts.
     + [ADB] Correct the documentation of --tags-from-file to indicate that
       the file contains tags to issue, not suppress.
 .
   * reporting/html_reports:
     + [RA] Sort the tags so that the maintainer view will group repeated
       instances of the same tag and display extra information in sorted
       order.  (Closes: #563126)
     + [RA] Better handle missing information for packages in the package
       lists and default the package area to main.
   * reporting/templates/maintainer.tmpl:
     + [RA] Fix the logic to optionally display the archive area of
       additional package entries under the same source package.
 .
   * unpack/unpack-{src,bin}pkg-l2:
     + [RG] Dropped in favour of collection/unpacked.
Checksums-Sha1:
 70ead4662cae8c2817097c12e9bb0deed3ec8803 1204 lintian_2.3.1.dsc
 22a28a56eda609ec1f478e429dc7862f9fd1134d 775319 lintian_2.3.1.tar.gz
 7e2886524ac077425b1f0941bb18130087589dec 499828 lintian_2.3.1_all.deb
Checksums-Sha256:
 b2701be6bd6e288f979e72beea64b7a1ac2f35cae189f5b3191b7781f00b3336 1204 lintian_2.3.1.dsc
 802873114c9d164665c22f6d5efc230ee7f471004c49e9f96f5fedc5ebaaae17 775319 lintian_2.3.1.tar.gz
 36387418cc360598a2a4620bd02eb05cd8a9ec8e87d07f2ff1f258c421f811fd 499828 lintian_2.3.1_all.deb
Files:
 ebb82b159bc95cab3d7e0bcbfa10c34a 1204 devel optional lintian_2.3.1.dsc
 ab0905af23c07cab90cf10fd48609775 775319 devel optional lintian_2.3.1.tar.gz
 d37d17ada67cbc213d8d0052cbc28cfa 499828 devel optional lintian_2.3.1_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEABECAAYFAktAJVwACgkQ+YXjQAr8dHYzSgCfS+RHGIkT02DgOjw6fYrjlgHy
mpwAn0rE+D5Vm5RDOGrk0XcXY/J+UGwn
=mQ7z
-----END PGP SIGNATURE-----

Adam D. Barratt (6):
      Add the new "unpacked" collection script to the list in lintian(1)
      Correct the documentation of --tags-from-file in lintian(1)
      Add spelling corrections for "nam{,s}" as a typo for "name{,s}"
      Update testset to reflect the lowered severity of spelling-error-in-manpage
      Fix a couple of typos ("ingoring" -> "ignoring")
      Remove an unused variable declaration.

Raphael Geissert (29):
      Avoid code duplication in get_dsc_info
      Bump severity of init.d-script-sourcing-without-test
      Lower the severity of init.d-script-does-not-provide-itself
      Fix a init.d-script-possible-missing-stop FP when stopping on 2-5
      Warn about init scripts with incomplete start runlevels
      Add changelog entries for init.d changes
      Don't treat 0 as undef when parsing collection/*.desc files
      Replace the unpack-level 2 level with the unpacked collection script
      Remove any reference to unpack-level outside the frontend
      Remove some debug information and unused variables from unpacked
      Restore --unpack's functionality by making it collect all info
      Add changelog entries for unpack-related changes
      Properly remove old files in unpacked collection script
      Mention 'killprocs' in init.d-script-possible-missing-stop
      Recognise hppa64 binaries as 64 bits version of hppa
      Add a test for false positive font tags on symlinks
      Add a missing 'it' to the description of duplicate-font-file
      Thank some reporters
      Add some more spelling errors
      Refactor multi-word spelling checking code to avoid duplication
      Uppercase the spelling correction if the original word is ^[A-Z]+$
      Optimise spell-checking code by dropping call to length()
      Avoid false positives on init scripts using '/var*' or '/usr*' files
      Merge changelog entries
      Fix false positive -sourcing-without-test when testing with -r
      Correct the grammar of some tag descriptions
      Recognise the 'test' command on the -sourcing-without-test check
      Add detection of nusoap to the embedded PHP libraries check
      Add new check for udev rules in /etc/udev/rules.d

Russ Allbery (24):
      Add missing fields to the comment description of the data structure
      Fix the area reporting logic in the HTML reports
      Fix extraction of *.a files in collection/ar-info
      Downgrade spelling-error-in-manpage to minor severity
      Add bug closer for spelling-error-in-manpage severity
      Properly ignore CMakeCache.txt in the debian directory
      Check for a non-native package with a native version
      Remove colocated correction, change discontiguous correction
      Sort tags for the maintainer view in the HTML reports
      Better handle package information defaults in html_reports
      Additional fix to displaying the archive area
      Remove spelling correction for superceded
      Fix spelling error in dfsg-version-with-period
      Avoid false positives for patches created in debian working dir
      Always warn if debhelper is in use without ${misc:Depends}
      Check for NEWS.Debian files using asterisks for formatting
      Check that NEWS.Debian entries are followed by a blank line
      Warn if the NEWS.Debian version doesn't appear in changelog
      Add debian-news-entry-has-unknown-version to tag summary
      Fix parsing of Depends for weak-library-dev-dependency
      Add new test for no-human-maintainers, retire cdbs-test
      Add binary in arch: all package test to new test suite
      Update legacy test suite for global ${misc:Depends} recommendation
      Finalize changes for 2.3.1

-----------------------------------------------------------------------

-- 
Debian package checker


Reply to: