[dh-make-perl] 01/01: bump $VERSION after release
gregor herrmann
gregoa at debian.org
Thu Mar 16 20:49:27 UTC 2017
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository dh-make-perl.
commit 3e8eb028bae986f4d1c09687b22d6e42f02d4c69
Author: gregor herrmann <gregoa at debian.org>
Date: Thu Mar 16 21:48:58 2017 +0100
bump $VERSION after release
Gbp-Dch: Ignore
---
Changes | 2 ++
debian/changelog | 6 ++++++
lib/Debian/AptContents.pm | 2 +-
lib/Debian/Control.pm | 2 +-
lib/Debian/Control/FromCPAN.pm | 2 +-
lib/Debian/Control/Stanza.pm | 2 +-
lib/Debian/Control/Stanza/Binary.pm | 2 +-
lib/Debian/Control/Stanza/CommaSeparated.pm | 2 +-
lib/Debian/Control/Stanza/Source.pm | 2 +-
lib/Debian/Dependencies.pm | 2 +-
lib/Debian/Dependency.pm | 2 +-
lib/Debian/DpkgLists.pm | 2 +-
lib/Debian/Rules.pm | 2 +-
lib/Debian/WNPP/Bug.pm | 2 +-
lib/Debian/WNPP/Query.pm | 2 +-
lib/DhMakePerl.pm | 2 +-
lib/DhMakePerl/Command/Packaging.pm | 2 +-
lib/DhMakePerl/Command/dump_config.pm | 2 +-
lib/DhMakePerl/Command/help.pm | 2 +-
lib/DhMakePerl/Command/locate.pm | 2 +-
lib/DhMakePerl/Command/make.pm | 2 +-
lib/DhMakePerl/Command/refresh.pm | 2 +-
lib/DhMakePerl/Command/refresh_cache.pm | 2 +-
lib/DhMakePerl/Config.pm | 2 +-
lib/DhMakePerl/PodParser.pm | 2 +-
lib/DhMakePerl/Utils.pm | 2 +-
26 files changed, 32 insertions(+), 24 deletions(-)
diff --git a/Changes b/Changes
index eb42987..9b20aa2 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,5 @@
+0.95 (2017-xx-xx)
+
0.94 (2017-03-16)
[ Carnë Draug ]
diff --git a/debian/changelog b/debian/changelog
index a889734..b30444a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+dh-make-perl (0.95) UNRELEASED; urgency=medium
+
+ * <dummy changelog entry after bumping the version>
+
+ -- gregor herrmann <gregoa at debian.org> Thu, 16 Mar 2017 21:48:19 +0100
+
dh-make-perl (0.94) unstable; urgency=medium
[ Carnë Draug ]
diff --git a/lib/Debian/AptContents.pm b/lib/Debian/AptContents.pm
index e410253..39847e6 100644
--- a/lib/Debian/AptContents.pm
+++ b/lib/Debian/AptContents.pm
@@ -3,7 +3,7 @@ package Debian::AptContents;
use strict;
use warnings;
-our $VERSION = '0.94';
+our $VERSION = '0.95';
=head1 NAME
diff --git a/lib/Debian/Control.pm b/lib/Debian/Control.pm
index b448c3d..21d3ae7 100644
--- a/lib/Debian/Control.pm
+++ b/lib/Debian/Control.pm
@@ -52,7 +52,7 @@ use base 'Class::Accessor';
use strict;
use warnings;
-our $VERSION = '0.94';
+our $VERSION = '0.95';
__PACKAGE__->mk_accessors(qw( source binary binary_tie _parser ));
diff --git a/lib/Debian/Control/FromCPAN.pm b/lib/Debian/Control/FromCPAN.pm
index 9c36de5..a402693 100644
--- a/lib/Debian/Control/FromCPAN.pm
+++ b/lib/Debian/Control/FromCPAN.pm
@@ -16,7 +16,7 @@ package Debian::Control::FromCPAN;
use strict;
use warnings;
-our $VERSION = '0.94';
+our $VERSION = '0.95';
use Carp qw(croak);
diff --git a/lib/Debian/Control/Stanza.pm b/lib/Debian/Control/Stanza.pm
index 287a6bd..f6642e6 100644
--- a/lib/Debian/Control/Stanza.pm
+++ b/lib/Debian/Control/Stanza.pm
@@ -25,7 +25,7 @@ require v5.10.0;
use strict;
use warnings;
-our $VERSION = '0.94';
+our $VERSION = '0.95';
use base qw( Class::Accessor Tie::IxHash );
diff --git a/lib/Debian/Control/Stanza/Binary.pm b/lib/Debian/Control/Stanza/Binary.pm
index 766378e..9300d4d 100644
--- a/lib/Debian/Control/Stanza/Binary.pm
+++ b/lib/Debian/Control/Stanza/Binary.pm
@@ -87,7 +87,7 @@ package Debian::Control::Stanza::Binary;
use strict;
use warnings;
-our $VERSION = '0.94';
+our $VERSION = '0.95';
use base 'Debian::Control::Stanza';
diff --git a/lib/Debian/Control/Stanza/CommaSeparated.pm b/lib/Debian/Control/Stanza/CommaSeparated.pm
index cb47dcb..a607590 100644
--- a/lib/Debian/Control/Stanza/CommaSeparated.pm
+++ b/lib/Debian/Control/Stanza/CommaSeparated.pm
@@ -9,7 +9,7 @@ Debian::Control::Stanza::CommaSeparated - comma separated debian/control field a
use strict;
use warnings;
-our $VERSION = '0.94';
+our $VERSION = '0.95';
use Array::Unique;
use Text::ParseWords qw(quotewords);
diff --git a/lib/Debian/Control/Stanza/Source.pm b/lib/Debian/Control/Stanza/Source.pm
index f07f377..2035f1b 100644
--- a/lib/Debian/Control/Stanza/Source.pm
+++ b/lib/Debian/Control/Stanza/Source.pm
@@ -77,7 +77,7 @@ package Debian::Control::Stanza::Source;
use strict;
use warnings;
-our $VERSION = '0.94';
+our $VERSION = '0.95';
use base qw(Debian::Control::Stanza);
diff --git a/lib/Debian/Dependencies.pm b/lib/Debian/Dependencies.pm
index 88beeae..502ddb9 100644
--- a/lib/Debian/Dependencies.pm
+++ b/lib/Debian/Dependencies.pm
@@ -3,7 +3,7 @@ package Debian::Dependencies;
use strict;
use warnings;
-our $VERSION = '0.94';
+our $VERSION = '0.95';
use AptPkg::Config;
use Debian::Dependency;
diff --git a/lib/Debian/Dependency.pm b/lib/Debian/Dependency.pm
index b76e0e6..4a16c1f 100644
--- a/lib/Debian/Dependency.pm
+++ b/lib/Debian/Dependency.pm
@@ -3,7 +3,7 @@ package Debian::Dependency;
use strict;
use warnings;
-our $VERSION = '0.94';
+our $VERSION = '0.95';
use AptPkg::Config;
use Carp;
diff --git a/lib/Debian/DpkgLists.pm b/lib/Debian/DpkgLists.pm
index d06355a..802eb02 100644
--- a/lib/Debian/DpkgLists.pm
+++ b/lib/Debian/DpkgLists.pm
@@ -3,7 +3,7 @@ package Debian::DpkgLists;
use strict;
use warnings;
-our $VERSION = '0.94';
+our $VERSION = '0.95';
use Cwd;
diff --git a/lib/Debian/Rules.pm b/lib/Debian/Rules.pm
index d35c8fc..9927732 100644
--- a/lib/Debian/Rules.pm
+++ b/lib/Debian/Rules.pm
@@ -3,7 +3,7 @@ package Debian::Rules;
use strict;
use warnings;
-our $VERSION = '0.94';
+our $VERSION = '0.95';
=head1 NAME
diff --git a/lib/Debian/WNPP/Bug.pm b/lib/Debian/WNPP/Bug.pm
index bd7d66b..4806cbf 100644
--- a/lib/Debian/WNPP/Bug.pm
+++ b/lib/Debian/WNPP/Bug.pm
@@ -3,7 +3,7 @@ package Debian::WNPP::Bug;
use strict;
use warnings;
-our $VERSION = '0.94';
+our $VERSION = '0.95';
=head1 NAME
diff --git a/lib/Debian/WNPP/Query.pm b/lib/Debian/WNPP/Query.pm
index 5c1793a..963beda 100644
--- a/lib/Debian/WNPP/Query.pm
+++ b/lib/Debian/WNPP/Query.pm
@@ -2,7 +2,7 @@ package Debian::WNPP::Query;
use strict;
use warnings;
-our $VERSION = '0.94';
+our $VERSION = '0.95';
=head1 NAME
diff --git a/lib/DhMakePerl.pm b/lib/DhMakePerl.pm
index fec9870..974618a 100644
--- a/lib/DhMakePerl.pm
+++ b/lib/DhMakePerl.pm
@@ -18,7 +18,7 @@ Version 0.90
=cut
-our $VERSION = '0.94';
+our $VERSION = '0.95';
=head1 SYNOPSIS
diff --git a/lib/DhMakePerl/Command/Packaging.pm b/lib/DhMakePerl/Command/Packaging.pm
index 3a44e91..1dd873c 100644
--- a/lib/DhMakePerl/Command/Packaging.pm
+++ b/lib/DhMakePerl/Command/Packaging.pm
@@ -3,7 +3,7 @@ package DhMakePerl::Command::Packaging;
use strict;
use warnings;
-our $VERSION = '0.94';
+our $VERSION = '0.95';
use feature 'switch';
diff --git a/lib/DhMakePerl/Command/dump_config.pm b/lib/DhMakePerl/Command/dump_config.pm
index 1984b35..5494328 100644
--- a/lib/DhMakePerl/Command/dump_config.pm
+++ b/lib/DhMakePerl/Command/dump_config.pm
@@ -8,7 +8,7 @@ DhMakePerl::Command::dump_config - dh-make-perl dump-config implementation
use strict; use warnings;
-our $VERSION = '0.94';
+our $VERSION = '0.95';
use base 'DhMakePerl';
diff --git a/lib/DhMakePerl/Command/help.pm b/lib/DhMakePerl/Command/help.pm
index fb813d2..11e7c96 100644
--- a/lib/DhMakePerl/Command/help.pm
+++ b/lib/DhMakePerl/Command/help.pm
@@ -12,7 +12,7 @@ This module implements the I<help> command of L<dh-make-perl(1)>.
use strict; use warnings;
-our $VERSION = '0.94';
+our $VERSION = '0.95';
use base 'DhMakePerl';
use Pod::Usage;
diff --git a/lib/DhMakePerl/Command/locate.pm b/lib/DhMakePerl/Command/locate.pm
index 45a8435..f351797 100644
--- a/lib/DhMakePerl/Command/locate.pm
+++ b/lib/DhMakePerl/Command/locate.pm
@@ -12,7 +12,7 @@ This module implements the I<locate> command of L<dh-make-perl(1)>.
use strict; use warnings;
-our $VERSION = '0.94';
+our $VERSION = '0.95';
use base 'DhMakePerl';
diff --git a/lib/DhMakePerl/Command/make.pm b/lib/DhMakePerl/Command/make.pm
index 36d617d..8304822 100644
--- a/lib/DhMakePerl/Command/make.pm
+++ b/lib/DhMakePerl/Command/make.pm
@@ -2,7 +2,7 @@ package DhMakePerl::Command::make;
use warnings;
use strict;
-our $VERSION = '0.94';
+our $VERSION = '0.95';
use 5.010; # we use smart matching
use base 'DhMakePerl::Command::Packaging';
diff --git a/lib/DhMakePerl/Command/refresh.pm b/lib/DhMakePerl/Command/refresh.pm
index ce5e86f..7329b60 100644
--- a/lib/DhMakePerl/Command/refresh.pm
+++ b/lib/DhMakePerl/Command/refresh.pm
@@ -12,7 +12,7 @@ This module implements the I<refresh> command of L<dh-make-perl(1)>.
use strict; use warnings;
-our $VERSION = '0.94';
+our $VERSION = '0.95';
use base 'DhMakePerl::Command::Packaging';
use Debian::Control::FromCPAN;
diff --git a/lib/DhMakePerl/Command/refresh_cache.pm b/lib/DhMakePerl/Command/refresh_cache.pm
index 3d27b26..634c673 100644
--- a/lib/DhMakePerl/Command/refresh_cache.pm
+++ b/lib/DhMakePerl/Command/refresh_cache.pm
@@ -12,7 +12,7 @@ This module implements the I<refresh-cache> command of L<dh-make-perl(1)>.
use strict; use warnings;
-our $VERSION = '0.94';
+our $VERSION = '0.95';
use base 'DhMakePerl';
diff --git a/lib/DhMakePerl/Config.pm b/lib/DhMakePerl/Config.pm
index 50f9b1c..28295a5 100644
--- a/lib/DhMakePerl/Config.pm
+++ b/lib/DhMakePerl/Config.pm
@@ -3,7 +3,7 @@ package DhMakePerl::Config;
use strict;
use warnings;
-our $VERSION = '0.94';
+our $VERSION = '0.95';
=head1 NAME
diff --git a/lib/DhMakePerl/PodParser.pm b/lib/DhMakePerl/PodParser.pm
index bae801d..57d2b7c 100644
--- a/lib/DhMakePerl/PodParser.pm
+++ b/lib/DhMakePerl/PodParser.pm
@@ -3,7 +3,7 @@ package DhMakePerl::PodParser;
use strict;
use warnings;
-our $VERSION = '0.94';
+our $VERSION = '0.95';
use base qw(Pod::Parser);
diff --git a/lib/DhMakePerl/Utils.pm b/lib/DhMakePerl/Utils.pm
index eb6e836..8fea23c 100644
--- a/lib/DhMakePerl/Utils.pm
+++ b/lib/DhMakePerl/Utils.pm
@@ -3,7 +3,7 @@ package DhMakePerl::Utils;
use strict;
use warnings;
-our $VERSION = '0.94';
+our $VERSION = '0.95';
=head1 NAME
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/dh-make-perl.git
More information about the Pkg-perl-cvs-commits
mailing list