This is an automated email from the git hooks/post-receive script. eythian-guest pushed a commit to branch master in repository libcgi-compress-gzip-perl.
commit 77020ce910425e0fc9c35a2c1957df95efbf4454 Author: Robin Sheat <[email protected]> Date: Mon Jul 28 16:16:24 2014 +1200 Made the changes recommended by Gregor Described in the parent commit --- debian/changelog | 11 +---------- debian/control | 4 ++-- debian/copyright | 7 ++----- 3 files changed, 5 insertions(+), 17 deletions(-) diff --git a/debian/changelog b/debian/changelog index a99ebb8..f540b50 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,13 +1,4 @@ -libcgi-compress-gzip-perl (1.03-1) UNRELEASED; urgency=low - - TODO: - - c/copyright: - + only one "Files: *" stanza, with the two copyright holders merged - + copyright years, according to `grep -ir copyright .': - 2006-2007, Clotho Advanced Media, Inc., <[email protected]> - 2007-2008, Chris Dolan <[email protected]> - - d/control: CGI is deprecated in 5.20 and will be removed in 5.22 --> - add 'libcgi-pm-perl | perl (<< 5.19)' to Build-Depends-Indep and Depends +libcgi-compress-gzip-perl (1.03-1) unstable; urgency=low * Initial Release. Closes: #755541 diff --git a/debian/control b/debian/control index cc58639..3898c81 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Debian Perl Group <[email protected]> Uploaders: Robin Sheat <[email protected]> Build-Depends: debhelper (>= 9) -Build-Depends-Indep: perl +Build-Depends-Indep: libcgi-pm-perl | perl (<< 5.19) Standards-Version: 3.9.5 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcgi-compress-gzip-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libcgi-compress-gzip-perl.git @@ -12,7 +12,7 @@ Homepage: https://metacpan.org/release/CGI-Compress-Gzip Package: libcgi-compress-gzip-perl Architecture: all -Depends: ${misc:Depends}, ${perl:Depends} +Depends: ${misc:Depends}, libcgi-pm-perl | perl (<< 5.19) Description: module to allow automatically compressed CGI output CGI::Compress::Gzip extends the CGI module to auto-detect whether the client browser wants compressed output and, if so and if the script chooses HTML diff --git a/debian/copyright b/debian/copyright index d457461..a3af781 100644 --- a/debian/copyright +++ b/debian/copyright @@ -4,11 +4,8 @@ Upstream-Contact: Chris Dolan <[email protected]> Upstream-Name: CGI-Compress-Gzip Files: * -Copyright: 2008, Chris Dolan <[email protected]> -License: Artistic or GPL-1+ - -Files: * -Copyright: 2007, Clotho Advanced Media, Inc. <[email protected]> +Copyright: 2006-2007, Clotho Advanced Media, Inc., <[email protected]> + 2007-2008, Chris Dolan <[email protected]> License: Artistic or GPL-1+ Files: debian/* -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcgi-compress-gzip-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
