This is an automated email from the git hooks/post-receive script. grinorcole-guest pushed a commit to branch master in repository libcache-memcached-getparserxs-perl.
commit 80903980b05c9210cce63ebde485054201e5a1ab Author: Christopher Hoskin <[email protected]> Date: Mon Feb 16 11:09:00 2015 +0000 Removed unnecessary version numbers from debian/control Corrected debian/copyright --- debian/changelog | 4 ---- debian/control | 4 ++-- debian/copyright | 7 +------ 3 files changed, 3 insertions(+), 12 deletions(-) diff --git a/debian/changelog b/debian/changelog index 7e038e3..6c6c49b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,7 +2,6 @@ libcache-memcached-getparserxs-perl (0.01-1) UNRELEASED; urgency=low TODO: - d/copyright: - + the license for "Files: *" is just "Artistic or GPL-1+" + copyright for "Files: *" lib/Cache/Memcached/GetParserXS.pm and README disagree on both years (which is missing in d/copyright) and copyright holder. either clarify @@ -11,9 +10,6 @@ libcache-memcached-getparserxs-perl (0.01-1) UNRELEASED; urgency=low boilerplate' or something) + info for ppport.h missing; can be copied (and adjusted for this old version!) from http://pkg-perl.alioth.debian.org/copyright.html - - d/control: version can be removed from libcache-memcached-perl build and - runtime dependency, there's nothing older in the archive - (tip: cme is helpful for this kind of check) * Initial Release. Closes: #776208 diff --git a/debian/control b/debian/control index c54a425..0a8168a 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Debian Perl Group <[email protected]> Uploaders: Christopher Hoskin <[email protected]> Build-Depends: debhelper (>= 9.20120312~), - libcache-memcached-perl (>= 1.21), + libcache-memcached-perl, perl Standards-Version: 3.9.6 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libcache-memcached-getparserxs-perl.git @@ -15,7 +15,7 @@ Testsuite: autopkgtest-pkg-perl Package: libcache-memcached-getparserxs-perl Architecture: any Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}, - libcache-memcached-perl (>= 1.21) + libcache-memcached-perl Description: C/XS implementation of Cache::Memcached::GetParser Cache::Memcached::GetParserXS implements the same function as Cache::Memcached::GetParser, except it's written in C/XS. Initial benchmarks diff --git a/debian/copyright b/debian/copyright index 889f4ab..05dc6dc 100644 --- a/debian/copyright +++ b/debian/copyright @@ -5,17 +5,12 @@ Upstream-Name: Cache-Memcached-GetParserXS Files: * Copyright: Copyright (C) 2007 Six Apart Ltd. -License: Perl-5.8.4-plus +License: Artistic or GPL-1+ Files: debian/* Copyright: 2015, Christopher Hoskin <[email protected]> License: Artistic or GPL-1+ -License: Perl-5.8.4-plus - This library is free software; you can redistribute it and/or modify - it under the same terms as Perl itself, either Perl version 5.8.4 or, - at your option, any later version of Perl 5 you may have available. - License: Artistic This program is free software; you can redistribute it and/or modify it under the terms of the Artistic License, which comes with Perl. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcache-memcached-getparserxs-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
