This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository libapache-singleton-perl.
commit fc62e05e88de57c286b45395ef7f430ee21d602c Author: gregor herrmann <[email protected]> Date: Tue Sep 15 23:21:02 2015 +0200 Make (build) dependency on libapache2-mod-perl2 versioned. Needed for Apache::Test 1.35. Only in oldstable, admittedly. --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index cc2ab9b..1f22fba 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Uploaders: gregor herrmann <[email protected]> Build-Depends: debhelper (>= 9) Build-Depends-Indep: perl, apache2-dev, - libapache2-mod-perl2, + libapache2-mod-perl2 (>= 2.0.5), netbase Standards-Version: 3.9.6 Homepage: https://metacpan.org/release/Apache-Singleton @@ -17,7 +17,7 @@ Testsuite: autopkgtest-pkg-perl Package: libapache-singleton-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, - libapache2-mod-perl2 + libapache2-mod-perl2 (>= 2.0.5), Description: Singleton class for mod_perl Apache::Singleton is a Perl module that provides a Singleton class suitable for use with mod_perl. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libapache-singleton-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
