[libcgi-compress-gzip-perl] 01/01: Made the changes recommended by Gregor
Robin Sheat
eythian-guest at moszumanska.debian.org
Mon Jul 28 04:17:29 UTC 2014
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 <robin at catalyst.net.nz>
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., <cpan at clotho.com>
- 2007-2008, Chris Dolan <cdolan at cpan.org>
- - 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 <pkg-perl-maintainers at lists.alioth.debian.org>
Uploaders: Robin Sheat <robin at catalyst.net.nz>
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 <cdolan at cpan.org>
Upstream-Name: CGI-Compress-Gzip
Files: *
-Copyright: 2008, Chris Dolan <cdolan at cpan.org>
-License: Artistic or GPL-1+
-
-Files: *
-Copyright: 2007, Clotho Advanced Media, Inc. <cpan at clotho.com>
+Copyright: 2006-2007, Clotho Advanced Media, Inc., <cpan at clotho.com>
+ 2007-2008, Chris Dolan <cdolan at cpan.org>
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
More information about the Pkg-perl-cvs-commits
mailing list