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

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



The annotated tag, 2.2.15 has been created
        at  4a4e399bf17596161dfc33253d249603bd65bd51 (tag)
   tagging  1d95d189460a2991ab8cff1606a7207b1e0acb9e (commit)
  replaces  2.2.14
 tagged by  Russ Allbery
        on  Mon Sep 14 00:16:36 2009 -0700

- Shortlog ------------------------------------------------------------
Release 2.2.15

Format: 1.8
Date: Mon, 14 Sep 2009 00:06:01 -0700
Source: lintian
Binary: lintian
Architecture: source all
Version: 2.2.15
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: 498138 534486 536434 537737 538716 539403 540594 541372 541744 542046 542072 542389 542584 543259 543262 543641 543779 543781 543873 544004 544221 544277 545219 545430 545716 545781 546404
Changes:
 lintian (2.2.15) unstable; urgency=low
 .
   The "BTS cleanup" release.
 .
   * Summary of tag changes:
     + Added:
       - build-depends-on-non-build-package
       - desktop-entry-limited-to-environments
       - example-interpreter-in-usr-local (pedantic)
       - example-interpreter-not-absolute
       - example-script-without-interpreter
       - example-script-uses-bin-env
       - example-shell-script-fails-syntax-check (pedantic)
       - example-wrong-path-for-interpreter
       - example-unusual-interpreter (pedantic)
       - global-data-in-games-directory
       - init.d-script-does-not-provide-itself
       - init.d-script-possible-missing-stop
       - init.d-script-provides-virtual-facility
       - init.d-script-should-depend-on-virtual-facility
       - init.d-script-starts-in-stop-runlevel
       - ocaml-custom-executable
 .
   * checks/binaries{,.desc}:
     + [RA] Add a new check for OCaml bytecode executables.  Patch from
       Stéphane Glondu.  (Closes: #498138)
     + [RA] Allow ldconfig to be statically linked.
   * checks/changelog-file:
     + [RA] Don't warn about a symlinked changelog file if the version
       contains ubuntu.  Thanks, Benjamin Drung.  (Closes: #536434)
   * checks/common_data.pm:
     + [RA] Moved the essential package list to data/fields.
   * checks/copyright-file:
     + [RA] Use Lintian::Data to read the essential package list.
   * checks/debhelper:
     + [RA] Ignore whitespace when checking debian/compat, since Perl will
       when converting it to a number.  Thanks, Niels Thykier.
       (Closes: #545430)
   * checks/fields{,.desc}:
     + [RA] Exclude base-files from the needlesly-depends-on-awk tag
       and from the warning about depending on a virtual package without
       a real package for the awk virtual package.
     + [RA] Use Lintian::Data to read the essential package list.
     + [RA] Stop allowing unversioned build dependencies on coreutils.  The
       migration from fileutils is long since finished.
     + [RA] Check for build dependencies on packages that should not be
       used for builds.  (Closes: #540594)
     + [RA] Allow architecture-dependent metapackages, since it can be
       useful for metapackages to change dependencies based on the
       architecture.  Thanks, Vagrant Cascadian.  (Closes: #544004)
   * checks/files{,.desc}:
     + [RA] Suppress non-standard-dir-perm for /tmp, /var/tmp, /var/local,
       /var/lock, and /usr/src if they have their normal owner and
       permissions.  This suppresses some Lintian tags for base-files.
     + [RA] Allow base-files to ship /var/backups and /var/local.
     + [RA] Remove swfobject.js from the known packaged Javascript
       libraries.  The version in libjs-yui is old and the new version is
       not packaged.  Thanks, Giuseppe Iuculano.  (Closes: #542046)
     + [RA] Allow t1- and xfonts- as prefixes for font packages since the
       font regex is also looking for Type 1 fonts.  Thanks, Rogério
       Brito.  (Closes: #542389)
     + [RA] Stop looking for *.pcf files outside font packages.  The check
       wasn't triggering since PCF files are always compressed, and the
       situation for PCF font packages is more complex and not suitable for
       the same check.
     + [RA] Add mootools.js to embedded-javascript-library.  Patch from
       Marcelo Jorge Vieira (metal).  (Closes: #545716)
     + [RA] Check for putting data that should be in /usr/share under
       /usr/share/games.  Patch from Raphael Geissert.  (Closes: #534486)
   * checks/init.d{,.desc}:
     + [RA] Add new checks for starting in runlevels 0 and 6, providing a
       virtual facility, not providing a facility matching the script, not
       depending on a virtual facility, and inconsistent stop runlevels.
       Patch from Raphael Geissert.  (Closes: #544221)
   * checks/manpages{,.desc}:
     + [ADB] Add HTTPS to the list of recognised protocols for URLs in manpages
       which should not cause manpage-has-errors-from-man to be emitted.
       (Closes: #543641)
     + [RA] Document the MANWIDTH variable when running man by hand to
       check for man page errors.  (Closes: #542584)
     + [RA] Adjust the exclusion of pod2man's .IX macro for the new
       output format from groff.
   * checks/menu-format{,.desc}:
     + [RA] Add a pointer to desktop-file-validate in many of the tag
       descriptions for desktop tags.  (Closes: #539403)
     + [RA] Mention in the description of desktop-entry-invalid-category
       that whitespace isn't allowed and categories are case-sensitive.
     + [RA] Add a new check for desktop entries that are limited to
       multiple environments.  NotShowIn was probably intended instead.
       Thanks, Andrew Lee.  (Closes: #537737)
   * checks/rules:
     + [RA] Anchor the dh_quilt regex to not trigger on commented-out
       calls.  Patch from Cesare Tirabassi.  (Closes: #543259)
     + [RA] When checking for out-of-order debhelper calls, take into
       account the -p flag and only check within each package.  Thanks,
       Michael Koch.  (Closes: #545219)
   * checks/scripts{,.desc}:
     + [RA] Don't warn about missing dependencies on programs if the
       program invocation is followed by || true.  Thanks, Aurelien Jarno.
       (Closes: #541372)
     + [RA] Permit diversion of a man page as long as the package is
       installing a man page by the same name in the same numeric section,
       even if the specific section is different.  Thanks, Niko Tyni.
       (Closes: #543781)
     + [RA] Check example scripts for most of the same issues as scripts
       elsewhere in the package, but report problems with a different set
       of tags with info or pedantic severity.  Patch from Damyan Ivanov.
       (Closes: #543873)
     + [RA] Add seed.  Thanks, Josselin Mouette.  (Closes: #543779)
     + [RA] Add pike 7.8.  Thanks, Magnus Holmgren.  (Closes: #543262)
   * checks/shared-libs:
     + [RA] Allow ld.so to be executable.  (Closes: #538716)
 .
   * data/fields/essential:
     + [RA] New list of essential packages.
     + [RA] Add dash.  (Closes: #541744)
     + [RA] Add diffutils and remove diff.  (Closes: #544277)
   * data/fields/no-build-depends:
     + [RA] New list of packages that should not be used as build
       dependencies, currently containing only java-propose-classpath.
       Thanks, Josh Triplett.
   * data/files/fonts:
     + [RA] Refresh and include Type 1 fonts and packages as well.
 .
   * lib/Lintian/Collect/Binary.pm:
     + [RA] Stop looking for the special OCaml symbol.  OCaml custom
       binaries are now detected another way.  Patch from Stéphane Glondu.
   * lib/Lintian/Schedule.pm:
     + [RA] If declining to add a duplicate file to the Lintian check
       schedule, return success to avoid a spurious error message.  Patch
       from Raphael Geissert.  (Closes: #542072)
   * lib/Spelling.pm:
     + [RA] Add spelling correction for "aplication."  (Closes: #546404)
 .
   * private/refresh-fonts-data:
     + [RA] To match what checks/files looks for, also look for *.pfb files
       and packages starting with t1-.
 .
   * reporting/{html_reports,templates/clean.tmpl}:
     + [JP] Don't link to full report if the maintainer only has clean
       packages. (Closes: #545781)
Checksums-Sha1:
 38fc94e3cad1c29999df654289185621b533447b 1167 lintian_2.2.15.dsc
 dd4ea7530a0e3dfc80000ca68b3c4b85e4e3ef9e 742286 lintian_2.2.15.tar.gz
 2f6552d9dc896e454c6927707aec276fbfd7faf9 475550 lintian_2.2.15_all.deb
Checksums-Sha256:
 840333f514921fb768eb5523bd5f84960ce47da09ee3f750beccbd83c5c773c1 1167 lintian_2.2.15.dsc
 d869737a4cd48c050d9909e949c37a7439b7efe28628d64b94797808f9fbed5c 742286 lintian_2.2.15.tar.gz
 f580a17c80f92e9700c8ebd44ad6e8ac5407010d7f4e992b3ed31a9bc3bc7504 475550 lintian_2.2.15_all.deb
Files:
 6bdfbba75275491e3bebb17d0755ef60 1167 devel optional lintian_2.2.15.dsc
 c7c611de80b362a588121b6182a262cc 742286 devel optional lintian_2.2.15.tar.gz
 29d69bfdd60a03b49643944311d68b1f 475550 devel optional lintian_2.2.15_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEABECAAYFAkqt7eIACgkQ+YXjQAr8dHYk/gCePQoOcGfpqLXEFZ7DcDmcR188
hQAAoKN5gd7XlFftxM4XzA3nO3NS/7wF
=nlbX
-----END PGP SIGNATURE-----

Adam D. Barratt (2):
      Don't complain about overly long HTTPS URLs in manpages
      Remove remnants of old description from global-data-in-games-directory

Cesare Tirabassi (1):
      Fix false positives on dh_quilt calls in debian/rules

Damyan Ivanov (1):
      Check example scripts with a distinct set of tags

Jordà Polo (1):
      Fix issues with lintian-clean reports

Marcelo Jorge Vieira (metal) (1):
      Add mootools.js to embedded-javascript-library

Raphael Geissert (11):
      Return 1 when ignoring duplicate packages to be checked
      Check for non-games-specific data under games subdirectory
      Check some init script LSB header tags
      Tag init scripts that are started in runlevels 0 and 6
      Check for virtual facilities provided by init scripts
      Check for no LSB header provides matching the init script
      Fix init.d-general test provides
      Add a check for init script deps. that should be virtual
      Add a test for init.d-script-has-conflicting-start-stop
      Check for init scripts not stopping in all runlevels
      Fix parsing the default-{start,stop} fields of the LSB header

Russ Allbery (45):
      Exclude base-files from the needlesly-depends-on-awk tag
      Exclude base-files's dependency on awk from another tag
      Suppress some directory and permission tags for base-files
      Move the essential package list into data
      Add dash and diff to essential packages, remove diffutils
      Stop allowing unversioned build dependencies on coreutils
      Remove swfobject.js from known packaged Javascript libraries
      Allow t1- and xfonts- as prefixes for font packages
      Include Type 1 fonts in the packaged font list
      Document MANWIDTH when running man by hand
      Take into account -p when checking for out-of-order debhelper calls
      Ignore whitespace in debian/compat
      Don't warn about dependencies if program is run with || true
      Permit diversion of man pages with minor section differences
      Don't warn about symlinked changelogs for Ubuntu packages
      Check for build-dependencies on non-build packages
      Only warn about non-game-specific files in /usr/share/games
      Expand the tag description of global-data-in-games-directory
      Tweak severity and description of example script tags
      Add test cases for more script interpreter tags
      Change example-interpreter-in-usr-local to pedantic
      Add tests for the new example script tags
      Reformatting and adjustment of new init.d checks
      Add changelog for init.d script checks
      Style and tag updates for init.d-script-possible-missing-stop
      Add tag to init.d-lsb-headers test suite that it tests for
      Update changelog and test coverage for additional init.d test
      Add changelog entry for Objective CAML test update
      Add spelling correction for "aplication"
      Allow architecture-dependent metapackages
      Add seed as an interpreter
      Add pike 7.8 to the valid interpreters
      Add some missing changelog notes that *.desc files changed
      Add desktop-file-validate pointers to desktop tag descriptions
      Add check for desktop entries limited to multiple environments
      Add some special cases for libc
      Allow ld.so to be in /lib32 or /lib64
      Skip example script tags in implemented-tags
      Adjust test suite for new pike version
      Fix handling of empty init script stop fields
      Adjust the exclusion of undefined .IX in man pages for new groff
      Adjust the manpages-general output for the new groff
      Fix spelling error in desktop file test desc
      Adjust legacy scripts test suite for recent changes
      Finalize changes for 2.2.15

Stephane Glondu (1):
      Add check for ocaml-custom-executable (Closes: #498138)

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

-- 
Debian package checker


Reply to: