This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository libhtml-formfu-perl.
commit d44b1487735b43088e38b976171ff7c56ec97b0d Author: gregor herrmann <[email protected]> Date: Wed Jun 24 23:59:50 2015 +0200 update CGI.pm (b) dep, and add bug closer Gbp-Dch: Ignore --- debian/changelog | 1 + debian/control | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 18d74ac..4dd208c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ libhtml-formfu-perl (2.01000-2) UNRELEASED; urgency=medium [ gregor herrmann ] * Add debian/upstream/metadata * Explicitly (build) depend on libcgi-pm-perl. + Closes: #789844 -- Salvatore Bonaccorso <[email protected]> Sat, 16 Aug 2014 09:32:10 +0200 diff --git a/debian/control b/debian/control index 8089cf0..483677f 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ Priority: optional Build-Depends: debhelper (>= 8), libfile-sharedir-install-perl Build-Depends-Indep: perl, - libcgi-pm-perl, + libcgi-pm-perl | perl (<< 5.19), libcgi-simple-perl, libclone-perl, libconfig-any-perl, @@ -49,7 +49,7 @@ Package: libhtml-formfu-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, - libcgi-pm-perl, + libcgi-pm-perl | perl (<< 5.19), libclone-perl, libconfig-any-perl, libdata-visitor-perl, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libhtml-formfu-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
