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

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



The annotated tag, 2.1.6 has been created
        at  8f1c09eea67f3952d7d1fb90a41b4081bb9ed849 (tag)
   tagging  58a5bea6cb18adc4f4376e54e38699daf85e40d6 (commit)
  replaces  2.1.5
 tagged by  Russ Allbery
        on  Sat Jan 17 13:37:47 2009 -0800

- Shortlog ------------------------------------------------------------
Release 2.1.6

Format: 1.8
Date: Sat, 17 Jan 2009 13:35:04 -0800
Source: lintian
Binary: lintian
Architecture: source all
Version: 2.1.6
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: 315538 409099 464837 498668 501523 510957 511536 511859 512119
Changes:
 lintian (2.1.6) unstable; urgency=low
 .
   * Summary of tag changes:
     + Added
       - diff-contains-cmake-cache-file
       - diff-contains-hg-tags-file
       - duplicate-uploader
       - empty-debian-diff
       - malformed-changes-file
       - missing-comma-after-substvar
       - source-contains-hg-tags-file
 .
   * checks/control-file{,.desc}:
     + [RA] Check for missing commas after substvars in dependency fields.
       Thanks, Jari Aalto.  (Closes: #409099)
   * checks/cruft{,.desc}:
     + [RA] Error on CMakeCache.txt files added or modified in the diff.
       Thanks, Joerg Jaspert.  (Closes: #510957)
     + [RA] Warn about .hgtags files in the diff and source.  Thanks,
       Holger Levsen and Chris Lamb.  (Closes: #464837)
     + [RA] Warn if the Debian diff or a non-native package is entirely
       empty.  (Closes: #498668)
   * checks/debhelper:
     + [RA] Ignore architecture when checking whether sufficient build
       dependencies are present for dh_* commands.  If the maintainer has
       architecture-restricted build dependencies, they presumably know
       what they're doing.  (Closes: #511859)
   * checks/fields{,.desc}:
     + [ADB] Warn about an individual uploader appearing multiple times
       in Uploaders.  Thanks, Joerg Jaspert.  (Closes: #511536)
     + [RA] Ignore architecture qualifications when checking for missing
       build dependencies.
   * checks/lintian.desc:
     + [RA] Add tag description for malformed-changes-file.
   * checks/menus:
     + [RA] Recognize type as a way of checking for binaries, even though
       it's a bashism, so that we don't issue confusing duplicate tags for
       one same problem.  (Closes: #512119)
   * checks/nmu{,.desc}:
     + [RA] Suppress NMU warnings for packages with "local" in the version
       number or "local package" in the first line of the changelog.
       Thanks, Zack Weinberg.  (Closes: #501523)
   * checks/scripts{,.desc}:
     + [RA] Mention type as a bashism and recommend which or command -v.
     + [RA] Recognize type as a way of checking for binaries, even though
       it's a bashism, so that we don't issue confusing duplicate tags for
       one same problem.
   * checks/standards-version.desc:
     + [RA] Add a pointer to the debian-policy upgrading-checklist.txt.gz
       in out-of-date-standards-version and ancient-standards-version.
 .
   * frontend/lintian:
     + [RA] Check that .changes files have at least a Format key.  If not,
       issue malformed-changes-file and skip them.  This catches .changes
       files that were PGP-signed twice.  (Closes: #315538)
 .
   * lib/Dep.pm:
     + [RA] New function, parse_noarch(), which ignores architecture
       qualifications when parsing a dependency field.
 .
   * t/runtests:
     + [RA] Add pre_upstream hook to modify the upstream source before
       generation of the .orig.tar.gz.
Checksums-Sha1:
 642c0208e76677c71425e2e40b1bb9bc454d322a 1163 lintian_2.1.6.dsc
 9400f63412a8bc120a7343c5073aa2d68b87a0d9 585184 lintian_2.1.6.tar.gz
 2f4c3282ddc08ff8ec994370b8b82fd969ef385e 406112 lintian_2.1.6_all.deb
Checksums-Sha256:
 139ba363bd20d22c65a80198beb3683634968f7b1c27f59fc1e5e1990d5d2362 1163 lintian_2.1.6.dsc
 362f1e7d3eaebfd17742d3e43efe9a55ee60ecfe1027ea8eb34d180adb618a4c 585184 lintian_2.1.6.tar.gz
 3f8bb7c5be9b0cda48dcc5ccd1ff35a6bbf22b0ebc883d056e52210a0033d8c6 406112 lintian_2.1.6_all.deb
Files:
 b54092c52243a0bb22f557e119366763 1163 devel optional lintian_2.1.6.dsc
 7b2f4c36f87e5c1773a648a24e6b7e87 585184 devel optional lintian_2.1.6.tar.gz
 0414c5579a4d424796b1456bc501f993 406112 devel optional lintian_2.1.6_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEABECAAYFAklyT7gACgkQ+YXjQAr8dHZL5QCeJhim0kAnyKVo6zolVuKm5Gok
stYAoIevcYhpyRQj9FRt/GfcLN8yhRiu
=fBpm
-----END PGP SIGNATURE-----

Adam D. Barratt (2):
      Warn about duplicated uploaders
      Belatedly add duplicate-uploader to the list of new tags in this version

Russ Allbery (19):
      Remove Subversion Id strings
      Fix update-coverage bug in including the debs test suite
      Error on CMakeCache.txt files added or modified in the diff
      Add pre_upstream hook to the test harness
      Add tests for cruft in the upstream source
      Check basic format of .changes files before continuing
      Warn about .hgtags files in the diff and source
      Supress NMU warnings for local packages
      Warn if the Debian diff is entirely empty
      Mention type as a bashism and recommend which or command -v
      Don't trigger empty-debian-diff on native packages
      Recognize type as a way of checking for binaries
      Add Policy upgrading-checklist pointers
      Add empty-debian-diff to the summary of new tags
      Fix the cruft-empty-diff test to be non-native
      Ignore architecture when checking some build dependencies
      Check for missing commas after substvars
      Update t/COVERAGE
      Finalize changes for 2.1.6

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

-- 
Debian package checker


Reply to: