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 0d70c4bb045a6ab60076d01820499be7ad377c69 Author: gregor herrmann <[email protected]> Date: Tue Sep 15 23:22:01 2015 +0200 Add explicit (build) dependency on libcgi-pm-perl. --- debian/control | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/control b/debian/control index 1f22fba..9e07ec9 100644 --- a/debian/control +++ b/debian/control @@ -7,6 +7,7 @@ Build-Depends: debhelper (>= 9) Build-Depends-Indep: perl, apache2-dev, libapache2-mod-perl2 (>= 2.0.5), + libcgi-pm-perl, netbase Standards-Version: 3.9.6 Homepage: https://metacpan.org/release/Apache-Singleton @@ -18,6 +19,7 @@ Package: libapache-singleton-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libapache2-mod-perl2 (>= 2.0.5), + libcgi-pm-perl 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
