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

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



The annotated tag, 2.3.3 has been created
        at  714fe9d0296014ef763557a0b7e9688e4743ce28 (tag)
   tagging  f6d6500eca0eaee29e609b80cebab9c0ebd0b8e1 (commit)
  replaces  2.3.2
 tagged by  Raphael Geissert
        on  Sun Jan 31 03:09:24 2010 -0600

- Shortlog ------------------------------------------------------------
Release 2.3.3

Format: 1.8
Date: Sun, 31 Jan 2010 02:59:56 -0600
Source: lintian
Binary: lintian
Architecture: source all
Version: 2.3.3
Distribution: unstable
Urgency: low
Maintainer: Debian Lintian Maintainers <lintian-maint@debian.org>
Changed-By: Raphael Geissert <geissert@debian.org>
Description:
 lintian    - Debian package checker
Closes: 543418 555408 563685 567753
Changes:
 lintian (2.3.3) unstable; urgency=low
 .
   The "Policy 3.8.4" release.
 .
   * Summary of tag changes:
     + Added:
       - missing-dependency-on-phpapi
       - obsolete-comments-style-in-php-ini
       - package-contains-mime-cache-file
       - package-contains-mimeinfo.cache-file
       - triplet-dir-and-architecture-mismatch
 .
   * checks/binaries{,.desc}:
     + [RG] Warn about packages shipping PHP extensions but not
       depending on phpapi-*.
   * checks/debconf.desc:
     + [RG] There are legitimate uses of db_input on the postinst
       script, downgrading the certainty of the check.  (Closes: #543418)
   * checks/fields{,.desc}:
     + [RG] Don't warn about depending on the phpapi-* virtual package.
   * checks/files{,.desc}:
     + [RG] Warn about packages shipping PHP .ini files using old-style
       (#) comments separators.
     + [RG] Warn about packages embedding the dojo and dijit javascript
       libraries.
     + [RG] Don't warn about packages containing /sys or /selinux
       directories.  Policy 3.8.4 grants an exception to the FHS.
     + [RG] Warn about packages containing (/usr)/lib/<triplet>
       directories for a <triplet> that isn't the one of the
       architecture of the package, per Policy 3.8.4 requirement.
     + [RG] Warn about packages shipping cache files generated by
       update-mime-database.  Thanks, Jakub Wilk.  (Closes: #563685)
     + [RG] Warn about packages shipping mimeinfo.cache files, generated by
       update-desktop-database.  Thanks, Raphaël Hertzog.  (Closes: #567753)
   * checks/init.d:
     + [RG] Warn about init scripts depending on checkroot instead of
       $local_fs.
     + [RG] Remove experimental flag from remote_fs and local_fs checks.
     + [RG] Skip rc and rcS from the init script checks.
 .
   * data/debhelper/*:
     + [RG] Refresh against unstable.
   * data/fields/{perl-provides,virtual-packages}:
     + [RG] Refresh against unstable.
   * data/files/fonts:
     + [RG] Refresh against unstable.
   * data/files/triplets:
     + [RG] New file with a list of triplet<->architecture
       relationships.
   * data/output/ftp-master-{,non}fatal:
     + [RG] Refresh, without changes.
   * data/standards-version/release-dates:
     + [RG] Add the release date for Policy 3.8.4.
 .
   * debian/control:
     + [RG] Update standards version to 3.8.4 (no changes required).
   * debian/postinst:
     + [RG] Generate the locale under the correct directory.
   * debian/prerm:
     + [RG] Don't ignore errors on shell commands failures.
 .
   * frontend/lintian:
     + [RG] Fix path to the locale directory passed to LOCPATH.
       (Closes: #555408)
 .
   * private/refresh-archs:
     + [RG] Generate a list of triplet<->architecture relationships too.
 .
   * t/runtests:
     + [RG] Update standards version to 3.8.4.
Checksums-Sha1:
 47cd04a483f48592928196ed9dc78df96107ae9e 958 lintian_2.3.3.dsc
 b02961f82f36b8d242b3debcbeff1f27b983273d 784069 lintian_2.3.3.tar.gz
 2487ef773069287c7c74adf7f468d1114562d7f7 503996 lintian_2.3.3_all.deb
Checksums-Sha256:
 6cc26a0015aea9dd3d505fff1e20624b8040ce8a0c89c100dcd0758b6639b621 958 lintian_2.3.3.dsc
 1f3b1e788bbb811f37a2ebf4a7e8041ece706a73fa3b27c721a7ed95ef794f63 784069 lintian_2.3.3.tar.gz
 689ae76a6f1b8615dcd2baf7fd05358c5ddca014cfa2b71010362ae09e89a9e9 503996 lintian_2.3.3_all.deb
Files:
 2dc8fb4697b1785afdd1d65e3d93bb13 958 devel optional lintian_2.3.3.dsc
 7bbb224ecbee721600d432e771e0eeda 784069 devel optional lintian_2.3.3.tar.gz
 a85a2aa2171cfd8647308c455e0eddb8 503996 devel optional lintian_2.3.3_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEABECAAYFAktlSMUACgkQYy49rUbZzlrBRQCbBMpf6cNxTuyljBI3tN5pS5WG
TZUAn3EYvAqCJN22V/k5crF5pD98MMLW
=wBmj
-----END PGP SIGNATURE-----

Raphael Geissert (26):
      Warn about the use of old-style comments separator on php's .ini files
      Warn about embedded copies of dojo and dijit
      Warn about packages missing a phpapi dependency
      Add changelog entries for php and js changes
      Update standards version to 3.8.4 (no changes required)
      Update the checking code and tests to standards version 3.8.4
      Don't warn about the /sys and /selinux toplevel directories
      Generate a list of triplet<->architecture relationships for later use
      Warn about packages with files in an incorrect <triplet> dir
      Don't warn about depending on the phpapi-* virtual package.
      Fix changelog entries order
      Refresh all data files
      Don't ignore errors on shell commands failures of prerm
      Warn about init scripts depending on checkroot
      Remove experimental flag from local_fs/remote_fs init.d checks
      Refactor some init.d checks code
      Skip rc and rcS from the init script checks, they are special
      Make the triplet tag 'serious' as per dicussion
      Fix the paths to the locale generated for lintian's own use
      Downgrade certainty of postinst-uses-db-input to 'possible'
      Warn about packages containing update-mime-database cache files
      Reorganise the mime-cache check to match the alphabetic order
      Warn about packages containing update-desktop-database cache files
      Fix a stray angle bracket on phpapi check description
      Update changelog entry date to avoid a timewarp-standards-version
      Finalise changes for 2.3.3

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

-- 
Debian package checker


Reply to: