This is an automated email from the git hooks/post-receive script. lamby pushed a commit to branch master in repository lintian.
commit 4b28229b602d480070bd7b63afa3d96339629f78 Author: Chris Lamb <[email protected]> Date: Thu Sep 28 21:49:14 2017 +0100 Add 4.1.1 as a known standards version. --- data/standards-version/release-dates | 1 + debian/changelog | 7 +++++++ debian/control | 4 ++-- t/runtests | 2 +- t/tests/copyright-file-year-in-future/tags | 2 +- 5 files changed, 12 insertions(+), 4 deletions(-) diff --git a/data/standards-version/release-dates b/data/standards-version/release-dates index 95c7fb2..420382f 100644 --- a/data/standards-version/release-dates +++ b/data/standards-version/release-dates @@ -9,6 +9,7 @@ # # You'll need libtimedate-perl installed. +4.1.1 1506553200 4.1.0 1503350262 4.0.1 1501984067 4.0.0 1495999627 diff --git a/debian/changelog b/debian/changelog index 5ad8977..feaae9d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -15,12 +15,19 @@ lintian (2.5.54) UNRELEASED; urgency=medium + [CL] Correct grammar and punctuation in description of node-package-install-in-nodejs-rootdir. + * data/standards-version/release-dates: + + [CL] Add 4.1.1 as a known standards version. + + * debian/control: + + [CL] Mention Debian Policy v4.1.1 in the description. + * t/tests/fields-perl-provides/{desc,tags}: + [CL] Apply patch from Gianfranco Costamagna (locutusofborg) to fix failing test on 32-bit architectures and add a suitable Test-Against stanza to make this easier to catch in future. Thanks to Matthias Klose (doko) for the report. (Closes: #876343) + -- Chris Lamb <[email protected]> Wed, 20 Sep 2017 18:24:43 +0100 lintian (2.5.53) unstable; urgency=medium diff --git a/debian/control b/debian/control index b459123..746f1b0 100644 --- a/debian/control +++ b/debian/control @@ -71,7 +71,7 @@ Build-Depends: aspell, unzip, xz-utils, zip -Standards-Version: 4.1.0 +Standards-Version: 4.1.1 Vcs-Git: https://anonscm.debian.org/git/lintian/lintian.git Vcs-Browser: https://anonscm.debian.org/git/lintian/lintian.git Homepage: https://lintian.debian.org/ @@ -133,4 +133,4 @@ Description: Debian package checker should check packages with this tool before uploading them to the archive. . - This version of Lintian is calibrated for policy version 4.1.0. + This version of Lintian is calibrated for policy version 4.1.1. diff --git a/t/runtests b/t/runtests index 10ba105..96f9210 100755 --- a/t/runtests +++ b/t/runtests @@ -108,7 +108,7 @@ our @DPKG_BUILDPACKAGE_CMD = ( qw(-iNEVER_MATCH_ANYTHING -INEVER_MATCH_ANYTHING), qw(--source-option=--auto-commit), ); -our $STANDARDS_VERSION = '4.1.0'; +our $STANDARDS_VERSION = '4.1.1'; our $ARCHITECTURE = safe_qx(qw(dpkg-architecture -qDEB_HOST_ARCH)); my $RUNNER_TS = (stat($0))[9]; chomp $ARCHITECTURE; diff --git a/t/tests/copyright-file-year-in-future/tags b/t/tests/copyright-file-year-in-future/tags index 769abe9..a123799 100644 --- a/t/tests/copyright-file-year-in-future/tags +++ b/t/tests/copyright-file-year-in-future/tags @@ -1,4 +1,4 @@ -W: copyright-file-year-in-future source: timewarp-standards-version (2017-07-20 < 2017-08-21) +W: copyright-file-year-in-future source: timewarp-standards-version (2017-07-20 < 2017-09-27) W: copyright-file-year-in-future: copyright-year-in-future 2100 > 2017 (line 9, column 2) W: copyright-file-year-in-future: copyright-year-in-future 2101 > 2017 (line 10, column 2) W: copyright-file-year-in-future: copyright-year-in-future 2102 > 2017 (line 10, column 8) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/lintian/lintian.git

