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

[lintian] branch master updated (f444db6 -> 459ff17)



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

lamby pushed a change to branch master
in repository lintian.

      from  f444db6   Check for packages that mention planned/upcoming features in their long description. (Closes: #782990)
       new  d14ed8a   Check for .jar files that do not match the Debian Java policy. (Closes: #791552)
       new  ff64507   checs/java.pm: Use dirname(...) over regular expressions.
       new  518f297   Improve the description-synopsis-might-not-be-phrased-properly tag also detect multiple sentences and improve the tag description. (Closes: #778427)
       new  d177589   Check for packages that specify binary dependencies on toolchain packages such as cdbs or debhelper. (Closes: #700953)
       new  deaf67c   Check for override_dh_auto_test targets that do not check DEB_BUILD_OPTIONS for "nocheck". (Closes: #712394)
       new  f2145e0   Upgrade severity of missing-debian-source-format from wishlist ("I") to normal ("W"). (Closes: #702671)
       new  459ff17   Add support for passing .buildinfo files to Lintian. (Closes: #853274)

The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 README.md                                          |  4 +-
 checks/debian-source-dir.desc                      |  2 +-
 checks/description.desc                            | 15 +++--
 checks/description.pm                              |  2 +-
 checks/fields.desc                                 | 12 +++-
 checks/fields.pm                                   |  5 ++
 checks/java.desc                                   |  8 +++
 checks/java.pm                                     | 10 +--
 checks/rules.desc                                  | 19 ++++++
 checks/rules.pm                                    | 12 +++-
 commands/lintian.pm                                |  8 +--
 data/fields/toolchain                              |  2 +
 debian/changelog                                   | 20 +++++-
 lib/Lintian/Collect.pm                             |  3 +
 lib/Lintian/Collect/{Changes.pm => Buildinfo.pm}   | 22 +++----
 lib/Lintian/Lab.pm                                 |  1 +
 lib/Lintian/Lab/Manifest.pm                        | 12 ++++
 lib/Lintian/Processable/Package.pm                 |  8 +--
 lib/Lintian/ProcessableGroup.pm                    | 73 +++++++++++++---------
 lib/Lintian/ProcessablePool.pm                     | 28 ++++++---
 t/scripts/Lintian/Lab/repair.t                     |  2 +-
 t/source/debian-source-dir-traversal-2/tags        |  2 +-
 t/tests/debian-source-dir-general/tags             |  2 +-
 .../description-general/debian/debian/control.in   |  9 +++
 t/tests/description-general/tags                   |  1 +
 .../debian/debian/control.in                       |  4 +-
 t/tests/fields-depends-general/desc                |  1 +
 t/tests/fields-depends-general/tags                |  2 +
 .../desc                                           |  2 +-
 t/tests/fields-version-bad-rc/desc                 |  2 +-
 t/tests/java-class-format/desc                     |  1 +
 t/tests/java-classpath/desc                        |  1 +
 .../java-jars/debian/debian/libtesta-java.install  |  1 +
 t/tests/java-jars/debian/debian/rules              |  1 +
 t/tests/java-jars/desc                             |  2 +
 t/tests/java-jars/tags                             |  1 +
 .../debian/debian/rules                            |  8 +++
 .../desc                                           |  5 ++
 .../tags                                           |  0
 .../debian/debian/rules                            |  9 +++
 .../desc                                           |  5 ++
 .../tags                                           |  0
 .../debian/debian/rules                            |  7 +++
 .../desc                                           |  5 ++
 .../tags                                           |  1 +
 45 files changed, 258 insertions(+), 82 deletions(-)
 create mode 100644 data/fields/toolchain
 copy lib/Lintian/Collect/{Changes.pm => Buildinfo.pm} (82%)
 create mode 100755 t/tests/rules-dh-auto-test-does-not-check-deb-build-options-empty/debian/debian/rules
 create mode 100644 t/tests/rules-dh-auto-test-does-not-check-deb-build-options-empty/desc
 copy t/{debs/deb-format-record-size => tests/rules-dh-auto-test-does-not-check-deb-build-options-empty}/tags (100%)
 create mode 100755 t/tests/rules-dh-auto-test-does-not-check-deb-build-options-unrel/debian/debian/rules
 create mode 100644 t/tests/rules-dh-auto-test-does-not-check-deb-build-options-unrel/desc
 copy t/{debs/deb-format-record-size => tests/rules-dh-auto-test-does-not-check-deb-build-options-unrel}/tags (100%)
 create mode 100755 t/tests/rules-dh-auto-test-does-not-check-deb-build-options/debian/debian/rules
 create mode 100644 t/tests/rules-dh-auto-test-does-not-check-deb-build-options/desc
 create mode 100644 t/tests/rules-dh-auto-test-does-not-check-deb-build-options/tags

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


Reply to: