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

Accepted lintian 2.5.15~bpo70+1 (source all)



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Sun, 04 Aug 2013 01:15:57 +0200
Source: lintian
Binary: lintian
Architecture: source all
Version: 2.5.15~bpo70+1
Distribution: wheezy-backports
Urgency: low
Maintainer: Debian Lintian Maintainers <lintian-maint@debian.org>
Changed-By: Luca Falavigna <dktrkranz@debian.org>
Description: 
 lintian    - Debian package checker
Closes: 700502 701177 704197 707534 707906 708367 708551 710919 712607 712641 712932 713884 714191 714437
Changes: 
 lintian (2.5.15~bpo70+1) wheezy-backports; urgency=low
 .
   * Rebuild for wheezy-backports.
 .
 lintian (2.5.15) unstable; urgency=low
 .
   "use less qw(memory);"
 .
   * Summary of tag changes:
     + Added:
       - composer-package-without-pkg-php-tools-builddep
       - init-script-is-not-a-file
       - init.d-script-does-not-source-init-functions
       - maintainer-script-calls-systemctl
       - manpage-named-after-build-path
       - missing-pkg-php-tools-addon
       - missing-pkg-php-tools-buildsystem
       - pear-channel-without-pkg-php-tools-builddep
       - pear-package-but-missing-dependency
       - pear-package-feature-requires-newer-pkg-php-tools
       - pear-package-not-using-substvar
       - pear-package-without-pkg-php-tools-builddep
       - pecl-package-requires-build-dependency
       - service-file-is-not-a-file
       - systemd-no-service-for-init-script
       - systemd-service-file-outside-lib
       - systemd-service-file-refers-to-obsolete-target
       - systemd-tmpfiles.d-outside-usr-lib
 .
   * checks/*.pm:
     + [NT] Add final return to all subs in checks and ensure
       that the "run" sub complies with Lintian's own
       recommendation.
   * checks/binary.pm:
     + [NT] Apply patch from Bastien Roucariès to fix false-
       negatives for debug files in usr/lib/debug/.build-id.
       (Closes: #714191)
     + [NT] Apply patch from Bastien Roucariès to fix false-
       positive debug-file-with-no-debug-symbols for files
       using compressed debug sections.
   * checks/fields.pm:
     + [NT] Apply patch from Niko Tyni to fix false-positive
       package-superseded-by-perl for packages with epochs.
       (Closes: #710919)
   * checks/files.pm:
     + [NT] Fix some false-negative extra-license-file.
       Thanks to Helmut Grohne for the report and the advices.
       (Closes: #701177)
   * checks/manpages.{desc,pm}:
     + [NT] Apply patch from Bastien Roucariès to test for
       manpages named after their build path.
       (Closes: #713884)
     + [NT] Skip some checks on empty manpages.
       (Closes: #700502)
   * checks/phppear.{desc,pm}:
     + [NT] New check based on patches from Mathieu Parent.
       (Closes: #708551)
   * checks/source-copyright.pm:
     + [NT] Some tags now refer to the line number of the field
       with an issue instead of the line number of the paragraph.
   * checks/systemd.{desc,pm}:
     + [NT] New check for systemd related files.  Thanks to
       Michael Stapelberg for providing the check and the
       tests.  (Closes: #704197)
 .
   * collection/copyright-file:
     + [NT] Avoid creating an empty copyright file when it is
       not needed.
   * collection/unpacked:
     + [NT] Skip signature checking of source packages.
       (Closes: #707534)
 .
   * data/binary/embedded-libs:
     + [NT] Rename libgd2 to libgd.  (Closes: #708367)
   * data/fields/virtual-packages:
     + [NT] Refresh.  Thanks to Laurent Bigonville for the
       reminder.  (Closes: #712641)
   * data/files/{fonts,locale-codes}:
     + [NT] Refresh.
   * data/menu-format/add-categories:
     + [NT] Apply patch from Bastien Roucariès to include newer
       categories.  Thanks to Yves-Alexis Perez for the report.
       (Closes: #712932)
   * data/output/manual-references:
     + [NT] Refresh.
   * data/scripts/interpreters:
     + [NT] Apply patch from Bastien Roucariès to include gjs.
       Thanks to Andreas Henriksson for the report.
       (Closes: #712607)
 .
   * debian/control:
     + [NT] Add Build-Depends on pkg-php-tools for a new test.
   * debian/dirs:
     + [NT] Remove /var/lib/lintian, we no longer use it.
   * debian/docs:
     + [NT] Add auto-generated API documentation.
   * debian/lintian.examples:
     + [NT] New file to install examples.  (Closes: #707906)
   * debian/rules:
     + [NT] Generate API documentation during build.
     + [NT] Call dh_installexamples.
 .
   * doc/examples/*:
     + [NT] New example files.
   * doc/lintian.xml:
     + [NT] Add small example vendor profile to the user
       manual.
 .
   * frontend/lintian:
     + [NT] Add information about memory usage with -ddd if
       Devel::Size is available.  A more detailed breakdown
       of the memory usage with -dddd.
 .
   * lib/Lintian/Collect/Package.pm:
     + [NT] Share some string values in the file_info and in
       the (X_)index methods.  This reduces memory usage a bit.
   * lib/Lintian/Collect/Source.pm:
     + [NT] "binaries" and "binary_field" now only exposes data
       about entries in d/control with a valid package name.
     + [NT] Document that "binaries" return an unorderd list.
     + [NT] relation and relation_noarch now recognises
       "Build-Depends-Arch".
   * lib/Lintian/Path.pm:
     + [NT] Fix bug in the overloaded qr// operator.
   * lib/Lintian/ProcessablePool.pm:
     + [NT] Fix a bug that could cause .changes files to be
       silently skipped.  This only occured if a related package
       was passed on the command line before the .changes file.
       Thanks to Salvo Tomaselli for reporting the bug.
       (Closes: #714437)
   * lib/Lintian/Relation.pm:
     + [NT] Apply some memory optimisations to some common cases.
   * lib/Lintian/Tags.pm:
     + [NT] Use croak instead of die when a check emits an
       unknown tag.  This gives the check writer a better chance
       of finding where the problem occured.
   * lib/Lintian/Util.pm:
     + [NT] Have parse_dpkg_control and visit_dpkg_control
       give a more detailed line number information about
       paragraphs.
 .
   * reporting/harness:
     + [NT] Clear some variables before running Lintian in the
       hope it will reduce the memory pressure on "long runs".
     + [NT] Remove support for "$LINTIAN_GPG_CHECK" config
       variable.  Lintian no longer checks any signatures.
Checksums-Sha1: 
 42bdc290aaf7a9b566e3d9de59f9cc087306a382 2605 lintian_2.5.15~bpo70+1.dsc
 25e7c87448425ebe67d21a63bda6300dcc2bf384 1264983 lintian_2.5.15~bpo70+1.tar.gz
 791b8c3ac0c684178471ea23e1fdccadcf5d2a02 857302 lintian_2.5.15~bpo70+1_all.deb
Checksums-Sha256: 
 1a84514252079968a4e6f56d103a9ed2e7c28fcda7831c4e4426b4e624589f1e 2605 lintian_2.5.15~bpo70+1.dsc
 db48fa79fdde8b1a6ddd9ebabe91bd65b189a12ebd708eaccd6ad4e6a783ecf0 1264983 lintian_2.5.15~bpo70+1.tar.gz
 05b7a4aeac51e4e6bea5050502f869b311429c443dc42f9369eac40dcee7f692 857302 lintian_2.5.15~bpo70+1_all.deb
Files: 
 9f5e6756294d7826fe8cef9701f93854 2605 devel optional lintian_2.5.15~bpo70+1.dsc
 4d56bbd14ff597f21b86de5f4195bcb1 1264983 devel optional lintian_2.5.15~bpo70+1.tar.gz
 f2b11512ab8fe251e97f0af89ba06f7d 857302 devel optional lintian_2.5.15~bpo70+1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.14 (GNU/Linux)

iQIcBAEBCAAGBQJR/asCAAoJEEkIatPr4vMfrX4P/2c7j0yKOXlW0ZIOFZOBjDTV
K5BKQoewqAAxrM+hx9H592tMXjBQNZT77/DHohY5Okps2/0BdEbb3GErUWxfgoIZ
AxB4aRmun79w607efE+kOqoZSp6SKLKQb48Xm1TNedSQ786GP2PcHqlhH8xbHrix
CjUKX9qjjfmmrqsxzO3NlRUN3I2S9UVCqjaDhgMMsbgEDRG93cTRqyVTgqhMNrlP
ZSKaKV7Ub/KZYS84KXfVhkwAwODpjAOl68xhkV0C6KwcqS3NBSZrvVaMFHGOT1B+
FC8VLjuyJ5mbUUbZp0TJoCGoKSPQtYRT57eH5Pv2neV8kKvyGjVaHGiyIXouYKVE
Ivpw4NyHv+/YGCtv8uwaTAE27qcURGNwEID/GMjcek7zRu9eu/LahzlEo5jlZ5bt
F2pxK2vS8o+dJdiKLAfk9Zx7wjtBKL8Rp2TDeg36K75yq38DYKzQWhZYyQwz6c89
NY8Oxj96kjxG2ybx9YqswG9CfIcgfhKwP/DztnQzQVuOKbdJz+K33y4b+m2CR27a
Ki2peCf9vrDlpOyhSGRkMHj2kfxXZgpISGFcZawi+RapAm1T0fDWPQHtaPEeg9en
zpjwXv2iOKm6Rjq8R5eDWiqwaTtDBGR7wUNgv/qenY5nmxhlSP6WKw8eoWCpu1Vf
jTVefjAvnZ1L7SmiFr8I
=E3JG
-----END PGP SIGNATURE-----


Reply to: