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

[lintian] 02/02: c/changes-file: Use "~bpo8+N" as the suffix for jessie backports



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

jwilk pushed a commit to branch master
in repository lintian.

commit 473cf7e25f350e7ebd727fc8a15f96a6c9570622
Author: Jakub Wilk <jwilk@debian.org>
Date:   Tue Jan 5 21:29:32 2016 +0100

    c/changes-file: Use "~bpo8+N" as the suffix for jessie backports
---
 checks/changes-file.pm | 3 +--
 debian/changelog       | 1 +
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/checks/changes-file.pm b/checks/changes-file.pm
index a9b8c46..d432e2c 100644
--- a/checks/changes-file.pm
+++ b/checks/changes-file.pm
@@ -77,8 +77,7 @@ sub run {
                                     && $distnumber ne '70')
                                 ||($distribution eq 'wheezy-backports-sloppy'
                                     && $distnumber ne '7')
-                                # TODO version number for jessie?
-                                ||($dist eq 'jessie' && $distnumber !~ /^8\d*/)
+                                ||($dist eq 'jessie' && $distnumber ne '8')
                               ) {
                                 tag
 'backports-upload-has-incorrect-version-number',
diff --git a/debian/changelog b/debian/changelog
index e293643..f9fc95d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ lintian (2.5.40) UNRELEASED; urgency=medium
     + [JW] Use "~bpo7+N" as the suffix for wheezy-backports-sloppy
       uploads.  Thanks to Vincent Bernat for the bug report.  (Closes:
       #810028).
+    + [JW] Use "~bpo8+N" as the suffix for jessie backports.
   * checks/cruft.pm:
     + [BR] Pass information about minified javascript down to tag.
       (Closes:  #804147).

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


Reply to: