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

[lintian] 01/01: Add Standards-Version 4.0.0 to lintian



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

nthykier pushed a commit to branch master
in repository lintian.

commit 5ef50064cf5137a459c36d9928e6d3023d1cb08b
Author: Niels Thykier <niels@thykier.net>
Date:   Sat Jun 17 11:18:08 2017 +0000

    Add Standards-Version 4.0.0 to lintian
    
    Signed-off-by: Niels Thykier <niels@thykier.net>
---
 data/standards-version/release-dates                      |  1 +
 debian/changelog                                          |  4 ++++
 debian/control                                            |  2 +-
 t/runtests                                                |  2 +-
 .../changelog-file-wrong-weekday/debian/debian/control.in | 15 +++++++++++++++
 5 files changed, 22 insertions(+), 2 deletions(-)

diff --git a/data/standards-version/release-dates b/data/standards-version/release-dates
index cba105d..6c4789b 100644
--- a/data/standards-version/release-dates
+++ b/data/standards-version/release-dates
@@ -9,6 +9,7 @@
 #
 # You'll need libtimedate-perl installed.
 
+4.0.0  1495999627
 3.9.8  1459914598
 3.9.7  1454364231
 3.9.6  1410977000
diff --git a/debian/changelog b/debian/changelog
index 1cf21c6..94b79c3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -131,12 +131,16 @@ lintian (2.5.51) UNRELEASED; urgency=medium
       #852419, #852421, #852426)
     + [CL] Add "none were" -> "none was" multiword correction.
       (Closes: 860558)
+  * data/standards-version/release-dates:
+    + [NT] Add 4.0.0 as a known standards version along with its release
+      date.
 
   * debian/control:
     + [NT] Add explicit (Build-)Depends on dpkg (>= 1.17.14) to make it
       explicit that we no longer support Wheezy or older.
     + [NT] Drop versioned dependencies that are there to assist to
       Wheezy.
+    + [NT] Mention Debian Policy v4.0.0 in the description.
   * debian/copyright:
     + [EB] Add Edward Betts.
 
diff --git a/debian/control b/debian/control
index 53be9ea..5b8808a 100644
--- a/debian/control
+++ b/debian/control
@@ -127,4 +127,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 3.9.8.
+ This version of Lintian is calibrated for policy version 4.0.0.
diff --git a/t/runtests b/t/runtests
index 91028ee..eb15f0f 100755
--- a/t/runtests
+++ b/t/runtests
@@ -107,7 +107,7 @@ our @DPKG_BUILDPACKAGE_CMD = (
     qw(-iNEVER_MATCH_ANYTHING -INEVER_MATCH_ANYTHING),
     qw(--source-option=--auto-commit),
 );
-our $STANDARDS_VERSION = '3.9.8';
+our $STANDARDS_VERSION = '4.0.0';
 our $ARCHITECTURE = safe_qx(qw(dpkg-architecture -qDEB_HOST_ARCH));
 my $RUNNER_TS = (stat($0))[9];
 chomp $ARCHITECTURE;
diff --git a/t/tests/changelog-file-wrong-weekday/debian/debian/control.in b/t/tests/changelog-file-wrong-weekday/debian/debian/control.in
new file mode 100644
index 0000000..d7f864b
--- /dev/null
+++ b/t/tests/changelog-file-wrong-weekday/debian/debian/control.in
@@ -0,0 +1,15 @@
+Source: {$source}
+Priority: extra
+Section: {$section}
+Maintainer: {$author}
+Standards-Version: 3.9.8
+Build-Depends: {$build_depends}
+
+Package: {$source}
+Architecture: {$architecture}
+Depends: $\{shlibs:Depends\}, $\{misc:Depends\}
+Description: {$description}
+ This is a test package designed to exercise some feature or tag of
+ Lintian.  It is part of the Lintian test suite and may do very odd
+ things.  It should not be installed like a regular package.  It may
+ be an empty package.

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


Reply to: