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

guillem pushed a commit to branch master
in repository dpkg.

commit 3a9f07899770432d25990e4cdd78974f8821520a
Author: Guillem Jover <guil...@debian.org>
Date:   Fri May 5 19:09:07 2017 +0200

    Dpkg::Deps: Bump $VERSION to match the documented CHANGES
    
    The documentation on the CHANGES section did not match the current
    $VERSION, bump it so that it does, and document when it was actually
    bumped, so that users do not get confused.
    
    Fixes: commit 608f93858f2fc44e86538fbf585d4e0fa9cf7743
---
 debian/changelog     | 1 +
 scripts/Dpkg/Deps.pm | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ca7edcf..1c8b80b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ dpkg (1.18.24) UNRELEASED; urgency=medium
   * Perl modules:
     - Remove obsolete hardening-wrapper support from Dpkg::Vendor::Ubuntu.
       Thanks to Adam Conrad <adcon...@0c3.net>.
+    - Bump $Dpkg::Deps::VERSION to match the one documented in CHANGES.
   * Documentation:
     - Many spelling fixes. Thanks to Josh Soref <jso...@gmail.com>.
     - Do not include mispellings in changelogs, as that makes detecting them
diff --git a/scripts/Dpkg/Deps.pm b/scripts/Dpkg/Deps.pm
index 56f7b28..f4c3be5 100644
--- a/scripts/Dpkg/Deps.pm
+++ b/scripts/Dpkg/Deps.pm
@@ -49,7 +49,7 @@ All the deps_* functions are exported by default.
 use strict;
 use warnings;
 
-our $VERSION = '1.05';
+our $VERSION = '1.06';
 our @EXPORT = qw(
     deps_concat
     deps_parse
@@ -1524,7 +1524,7 @@ sub _evaluate_simple_dep {
 
 =head1 CHANGES
 
-=head2 Version 1.06 (dpkg 1.18.7)
+=head2 Version 1.06 (dpkg 1.18.7; module version bumped on dpkg 1.18.24)
 
 New option: Add tests_dep option to Dpkg::Deps::deps_parse().
 

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

Reply via email to