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

[lintian] annotated tag 2.5.45 created (now 13ebd8b)



This is an automated email from the git hooks/post-receive script.

nthykier pushed a change to annotated tag 2.5.45
in repository lintian.

        at  13ebd8b   (tag)
   tagging  ffca63081d1ac63c604da5cdce29b470f02ecdc7 (commit)
  replaces  2.5.44
 tagged by  Niels Thykier
        on  Sun Jun 19 20:16:34 2016 +0000

- Log -----------------------------------------------------------------
Release lintian/2.5.45 into unstable

Format: 1.8
Date: Sun, 19 Jun 2016 19:36:51 +0000
Source: lintian
Binary: lintian
Architecture: source
Version: 2.5.45
Distribution: unstable
Urgency: medium
Maintainer: Debian Lintian Maintainers <lintian-maint@debian.org>
Changed-By: Niels Thykier <niels@thykier.net>
Description:
 lintian    - Debian package checker
Closes: 541491 738444 792191 795083 801296 816455 823088 823437 823833 824916 825193
Changes:
 lintian (2.5.45) unstable; urgency=medium
 .
   * Summary of tag changes:
     + Added:
       - build-depends-arch-without-arch-dependent-binary
       - debhelper-autoscript-in-maintainer-scripts
       - no-strong-digests-in-dsc
       - testsuite-dependency-has-unparsable-elements
     + Removed:
       - build-depends-arch-without-arch-dependant-binary
       - init.d-script-missing-lsb-description
 .
   * checks/application-not-library.{desc,pm}:
     + [JW] Use HTTPS for Alioth URLs.
     + [AB] Don't emit application-in-library-section for packages starting
       with "cpan", not only "cpanplus" and "cpanminus".
   * checks/binaries.{desc,pm}:
     + [NT] Rewrite description for hardening-no-bindnow.  There
       is no references to why bindnow would cause issues.
     + [AB] Relax regexp for missing-dependency-on-perlapi to allow letters
       inside the API name. Thanks Niko Tyni! (Closes: #823437)
   * checks/debhelper.pm:
     + [NT] The /usr/share/R/debian/r-cran.mk file implies
       /usr/share/cdbs/1/rules/debhelper.mk.
   * checks/fields.{desc,pm}:
     + [JW] Fix typos.
     + [AB] Add new check for weak checksums in source packages:
       new tag no-strong-digests-in-dsc (Closes: #824916)
   * checks/files.desc:
     + [BR] Do not suggest unsupported Multi-arch: no.
       (Closes: #816455)
     + [JW] Fix typos.
   * checks/files.pm:
     + [JW] Fix false positive gzip-file-is-not-multi-arch-same-safe when
       processing multiple debs.  (Closes: #738444)
   * checks/info-files.desc:
     + [NT] Use "gzip -9n" rather than "gzip -9" in examples.
   * checks/init.d.{desc,pm}:
     + [JW] Fix typo.
     + [NT] Remove tag for missing long LSB description in init scripts.
       Thanks to Vincent Bernat for the report.  (Closes: #825193)
   * checks/manpages.desc:
     + [NT] Use "gzip -9n" rather than "gzip -9" in examples.
   * checks/patch-systems.pm:
     + [NT] Emit a separate tag for each patched file instead of bundling
       them all together.  This allows individual instances to be
       overridden.  Thanks to Nathan Summers for the report.
       (Closes: #541491)
   * checks/scripts.{desc,pm}:
     + [NT] Add tracking tag to trace auto-generated shell
       snippets in maintainer scripts.
   * checks/shared-libs.{desc,pm}:
     + [NT] Improve the description for missing ldconfig trigger
       to cover that debhelper will generally add it
       automatically.  Most packages will just need a rebuild.
     + [JW] Fix false positive dev-pkg-without-shlib-symlink for GCC runtime
       libraries.  Thanks to Matthias Klose for the bug report.
       (Closes: #823833)
   * checks/testsuite.{desc,pm}:
     + [NT] Apply patch from Ondřej Nový to add more known
       autodep8 test suites.  (Closes: #823088)
     + [JW] Update autopkgtest specification URL.
       Thanks to Mattia Rizzolo for the bug report.
     + [NT] Check for broken dependency fields in the autopkgtest control
       file.  Thanks to Jérémy Bobbio for the suggestion.
       (Closes: #795083)
   * checks/upstream-metadata.pm:
     + [JW] Include YAML validation error in the output.
   * checks/usrmerge.desc:
     + [JW] Use HTTPS for Alioth URL.
 .
   * collection/*:
     + [NT] Always pass "-n" to "gzip".
 .
   * commands/lintian:
     + [NT] Add ":utf8" layer to STDOUT.  Thanks to Michael
       Prokop for reporting the issue.  (Closes: #801296)
   * commands/reporting-html-reports.pm:
     + [NT] Remove "$COPY_DOCS" configuration option.  The
       html_reports now always copies the documentation.
   * commands/reporting-lintian-harness.pm:
     + [NT] Re-enable pedantic tags by default.  These were
       disabled in the previous release by mistake.
 .
   * data/binaries/hardening-tags:
     + [JW] Refresh with dpkg-architecture 1.18.7.
   * data/common/{architectures,multiarch-dirs}:
     + [JW] Refresh with dpkg-architecture 1.18.7.
   * data/fields/perl-provides:
     + [NT] Refresh against Perl 5.22.
   * data/files/triplets:
     + [JW] Refresh with dpkg-architecture 1.18.7.
   * data/shared-libs/ldconfig-dirs:
     + [JW] Refresh with dpkg-architecture 1.18.7.
   * data/spelling/corrections:
     + [JW] Add more corrections.
       Thanks to Paul Wise for patches for some of them.
 .
   * debian/rules:
     + [JW] Put "Debian Package Checker" in all manpage headers.
     + [JW] Put Lintian version in all manpage footers.
     + [JW] Simplify manpage generation.
     + [JW] Install Lintian::Tutorial manpages.
 .
   * doc/tutorial/Lintian/Tutorial.pod:
     + [JW] Add link to the WritingTests tutorial.
     + [JW] Add SEE ALSO section (for the man formatter).
   * doc/tutorial/Lintian/Tutorial/WritingTests.pod:
     + [JW] Fix formatting error.
 .
   * frontend/dplint:
     + [NT] Add ":utf8" layer to STDOUT.
 .
   * lib/Lintian/DepMap.pm:
     + [JW] Fix typos.
   * lib/Lintian/Tags.pm:
     + [JW,NT]: Always report unused overrides for all packages
       processed.  Thanks to Andreas Beckmann for the report.
       (Closes: #792191)
 .
   * man/lintian.pod.in:
     + [JW] Fix typo.
 .
   * private/refresh-hwcap:
     + [JW] Make the ld.so manpage parser work with the current version.
   * private/refresh-perl-provides:
     + [NT] Look for a versioned perl-modules package.
 .
   * reporting/config:
     + [NT] Remove "$COPY_DOCS" configuration option.  The
       html_reports now always copies the documentation.
   * reporting/harness:
     + [NT] Refactored into a "dplint" command and renamed to
       "commands/reporting-harness.pm".
   * reporting/html_reports:
     + [NT] Refactored into a "dplint" command and renamed to
       "commands/reporting-html-reports.pm".
   * reporting/templates/tags-severity.tmpl:
     + [NT] Add sections for "classification" tags.
Checksums-Sha1:
 67fd92eff342999af323b63f35bb5831aaa89cdc 2809 lintian_2.5.45.dsc
 8bca8640beabe130f7f11bcde9f56b7b2fa79e3f 1299124 lintian_2.5.45.tar.xz
Checksums-Sha256:
 d43116e43cb2a477ab76862dcd1139ea73fa269f48d409a4494772bc47d9e002 2809 lintian_2.5.45.dsc
 d391051b7b773f963433221f7e75bea1ae9536423d43e0ef15c8011dd96a71d8 1299124 lintian_2.5.45.tar.xz
Files:
 50c29eb0b709432e2ebf54ad7aaca763 2809 devel optional lintian_2.5.45.dsc
 49830beb59781f83902ef1f6ce500483 1299124 devel optional lintian_2.5.45.tar.xz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAABCAAGBQJXZv2iAAoJEAVLu599gGRCmJcP/R6SGK8kEQpbd17Uk+bbG5XP
9BJPtQL+LAyjfnSz+TqMgNGMNM0gK2OJUuRFpcDo5QHnhcTvE0PdGF5VqykI8CtC
7xWh+2VCy920cTqUspCGeufVYLxKCJk7tQYxtxHbWeaeGcWK1tXArXsh02nJ3Bz9
szuLORDeLm24AmHVahgd40oM+WJx646VWbrvHGfc91GsF1tfpDmNZpG3d9OHlQok
w0XRwM2wXLYjkhlmjAqT7UffoxVpKysXxs9fN1jA7TelB6Jcw2/Uny7gYg523m8e
/pHKncf5yoH+658YBufqk1epTib6a9GrDrDvmIcaCqcxcvXIZ9E31oqA2XNpLH9E
KQ/+sd3py5zsvddDTTJsLbBsJg2a+hS8a0CL3bMwO1oCiPC8CbINRVkbkH8QYACX
WXDG8+ZpkmDz8XprznRG+4XQuapsJq67rogV/pQo4FWKevlic9sZ3tv/otW8t+F9
Eh7fxxE294eDl86uDIsPMUcKCd1brdFSHonxazJ6SJa3OoZfn5KhHpbb3qKvGGGa
wVnJ0xTcW7Y09vAKPqWnnavdFsrkC7RnnyMphf3/kpbLkBRrMAZ1hjK9DK1uTwr6
XR3+l2Oakg1mPR5DShVDxjh2sUzz+Yon+RYtxrAZWhdkPzDrcor9NHcGepTF7SBY
UYIOvcCaRWpUX8TC1Gmd
=OGTz
-----END PGP SIGNATURE-----

Adam D. Barratt (1):
      c/shared-libs.desc: Remove unnecessary words

Axel Beckert (4):
      New check for weak checksums in .dsc (Closes: #824916)
      Relax regexp for missing-dependency-on-perlapi (Closes: #823437)
      Don't emit application-in-library-section if package starts with "cpan"
      Rename (unreleased) tag no-strong-checksums-in-dsc to no-strong-digests-in-dsc

Bastien ROUCARIÈS (1):
      Do not suggest unsupported Multi-arch: no

Jakub Wilk (43):
      Call pod2man --center "Debian Package Checker" --release "Lintian v$(VER)"
      debian/rules: Get rid of the DIR variable
      debian/rules: Install Lintian::Tutorial manpages
      L::Tutorial::WritingTests: Fix formatting error
      L::Tutorial: Add link to L::Tutorial::WritingTests
      L::Tutorial: Add SEE ALSO section for Pod::Man
      Fix typo
      checks/binaries: Fix typo
      spelling: Add "hander"
      spelling: Add more corrections
      checks/shared-libs: Remove duplicated word
      checks/fields: Fix typos
      checks/fields: Fix typo
      commands/reporting-html-reports: Fix typo
      checks/files: Fix typos
      spelling: Add more corrections
      Fix typos
      t/scripts/Lintian/DepMap/04satisfiability.t: Run perltidy
      spelling: Add more corrections
      spelling: Add more corrections
      spelling: Add more corrections
      spelling: Add more corrections
      spelling: Add more corrections
      checks/shared-libs: fix FP dev-pkg-without-shlib-symlink for GCC runtime libs
      Update dpkg-architecture data files
      debian/changelog: Add missing colon
      private/refresh-hwcap: Relax section regexps
      checks/files: Drop incorrect /o flag
      debian/changelog: Drop stray full stop
      spelling: Add more corrections
      Fix typos
      checks/upstream-metadata: Include YAML validation error in the output
      spelling: Add more corrections
      checks/testsuite: Update autopkgtest spec URL
      checks/*: Use HTTPS for Alioth URLs
      debian/changelog: Clarify that checks/shared-libs.desc was modified
      spelling: Add more corrections
      debian/changelog: Document Paul Wise's contribution to spelling
      spelling: Add more corrections
      debian/changelog: Document more Paul Wise's contributions to spelling
      spelling: Add more corrections
      man/lintian.pod: Fix typo
      spelling: Add more corrections

Niels Thykier (48):
      d/changelog: Open entry for 2.5.45
      c/r-lintian-harness: Re-enable pedantic tags
      c/scripts: Track debhelper auto-snippets in maintscripts
      c/shared-libs: Improve missing ldconfig-trigger tag description
      r/html_reports: Remove COPY_DOCS config
      Use gzip -9n in examples instead gzip -9
      Always pass -n to gzip for compressing files
      r/html_reports: Extract a setup_output_dir sub
      r/html_reports: short circuit a loop if possible
      c/shared-libs: Prefer uniq to makeshift implementation
      fixup! r/html_reports: Extract a setup_output_dir sub
      r/templates/tags-severity: Add classification
      r/html_reports: Move the bulk of the code into a sub
      r/html_reports: Move remaining code into a main sub
      r/html_reports: Replace makeshift sub with existing one
      r/html_reports: Refactor template loading
      r/html_reports: Reduce scope of some variables
      r/html_reports: Defer initialising some global variables
      r/html_reports: Remove unused import
      Make r/html_reports a dplint cmd
      r/harness: Extract a generate_reports sub
      r/harness: Extract a run_lintian sub
      c/r-html-reports: Remove unnecessary main() call
      r/harness: Create a main sub
      r/harness: Refactor config parsing + globals
      Make r/harness a dplint command
      r/harness: Create a symlink to dplint
      d/override/renamed-tags: Add tag renamed in 2.5.44
      c/debhelper: The r-cran.mk file implies cdbs's debhelper.mk
      c/binaries: Rewrite no-bindnow description
      c/binaries: Remove third space after period
      L::Util: Fix broken POD reference
      c/files: Tweak a few regex
      c/files: Merge a few if-statements
      c/files: Remove useless sort
      Use "X->import" rather than "import X"
      Style: Call argumentless instance methods without ()
      c/lintian: Assume dpkg supports multi-arch
      L::Tags: Always emit unused-overrides
      t: Bump debhelper compat in test
      Add utf8 layer to STDOUT to avoid mojibake
      c/lintian: Include an UTF-8 check in the debug output
      c/init.d: Drop check for long lsb description
      c/testsuite: Check for invalid dependency fields
      c/testsuite: Apply perltidy
      c/patch-systems: Do not merge multiple tags into one
      data: Refresh perl-provides
      Release lintian/2.5.45 into unstable

Ondřej Nový (1):
      c/testsuite.pm: Add more known autodep8 testsuites

Paul Wise (3):
      spelling: Add one more correction
      spelling: Add one more correction
      spelling: Add one more correction

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

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/lintian/lintian.git


Reply to: