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

jwilk pushed a commit to branch master
in repository lintian.

commit f678d88e765b198b1bf117aec6833e1cd74f2e51
Author: Jakub Wilk <jw...@debian.org>
Date:   Tue Jan 5 21:25:43 2016 +0100

    c/changes-file: Use "~bpo7+N" as the suffix for wheezy-backports-sloppy 
uploads
---
 checks/changes-file.pm | 7 +++++--
 debian/changelog       | 4 ++++
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/checks/changes-file.pm b/checks/changes-file.pm
index 4761d09..a9b8c46 100644
--- a/checks/changes-file.pm
+++ b/checks/changes-file.pm
@@ -72,8 +72,11 @@ sub run {
                             my $distnumber = $1;
                             my $bpoversion = $2;
                             if (
-                                  ($dist eq 'squeeze' && $distnumber ne '60')
-                                ||($dist eq 'wheezy' && $distnumber ne '70')
+                                ($dist eq 'squeeze' && $distnumber ne '60')
+                                ||(    $distribution eq 'wheezy-backports'
+                                    && $distnumber ne '70')
+                                ||($distribution eq 'wheezy-backports-sloppy'
+                                    && $distnumber ne '7')
                                 # TODO version number for jessie?
                                 ||($dist eq 'jessie' && $distnumber !~ /^8\d*/)
                               ) {
diff --git a/debian/changelog b/debian/changelog
index 0c96622..e293643 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,10 @@ lintian (2.5.40) UNRELEASED; urgency=medium
 
   XXX: generate tag summary
 
+  * checks/changes-file.pm:
+    + [JW] Use "~bpo7+N" as the suffix for wheezy-backports-sloppy
+      uploads.  Thanks to Vincent Bernat for the bug report.  (Closes:
+      #810028).
   * 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 via email to