[libcache-memcached-fast-perl] 11/11: Prepare for release: Update changelog and copyright info.
Jonas Smedegaard
dr at jones.dk
Tue May 20 22:48:57 UTC 2014
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository libcache-memcached-fast-perl.
commit e6d145fc8a1c965e43df9c9029fa3a35fe06b500
Author: Jonas Smedegaard <dr at jones.dk>
Date: Wed May 21 00:43:32 2014 +0200
Prepare for release: Update changelog and copyright info.
---
debian/changelog | 9 +++++++--
debian/copyright_hints | 17 ++++++++++++++++-
2 files changed, 23 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 90560a5..ce3e363 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,17 +1,22 @@
-libcache-memcached-fast-perl (0.21-2) UNRELEASED; urgency=low
+libcache-memcached-fast-perl (0.22-1) unstable; urgency=low
+ [ upstream ]
+ * New release.
+
+ [ Jonas Smedegaard ]
* Update README.source to emphasize control.in file as *not* a
show-stopper for contributions.
* Install benchmarking scripts as examples.
* Bump to standards-version 3.9.5.
* Fix use canonical Vcs-Git URL.
* Update copyright info:
+ + Extend coverage for main ppport.h author.
+ Extend coverage of packaging, and bump its licensing to GPL-3+.
+ Add git URL as alternate source.
* Update watch file to use metacpan.org URL.
* Stop track tarball checksum: Check against upstrem git instead.
- -- Jonas Smedegaard <dr at jones.dk> Fri, 28 Jun 2013 10:14:43 +0200
+ -- Jonas Smedegaard <dr at jones.dk> Wed, 21 May 2014 00:43:18 +0200
libcache-memcached-fast-perl (0.21-1) unstable; urgency=low
diff --git a/debian/copyright_hints b/debian/copyright_hints
index 7f11269..f83b8c6 100644
--- a/debian/copyright_hints
+++ b/debian/copyright_hints
@@ -93,6 +93,10 @@ License: GPL-3+
Files: ppport.h
Copyright: && HvNAME(hv) \
+ (( >= 32 && < 127))
+ (( >= 33 && <= 47) || ( >= 58 && <= 64) || ( >= 91 && <= 96) || ( >= 123 && <= 126))
+ ((U8) < ' ' || == 127)
+ ((U8) <= 127)
(->cop_file)
(->cop_filegv)
(->cop_stash)
@@ -105,11 +109,22 @@ Copyright: && HvNAME(hv) \
(CopFILESV ? SvPVX(CopFILESV) : Nullch)
(CopSTASH ? HvNAME(CopSTASH) : Nullch)
(CopSTASHPV ? gv_stashpv(CopSTASHPV,GV_ADD) : Nullhv)
+ (isALNUM || isPUNCT)
+ (isALPHA || isDIGIT)
+ (isDIGIT || ( >= 'a' && <= 'f') || ( >= 'A' && <= 'F'))
+ (isSPACE || == '\v')
1999, Kenneth Albanowski
2001, Paul Marquess
- 2004-2007, Marcus Holland-Moritz
+ 2004-2010, Marcus Holland-Moritz
== (hv))
== HvNAME(hv) \
+ isalnum
+ isascii
+ iscntrl
+ isgraph
+ isprint
+ ispunct
+ isxdigit
License: Perl
FIXME
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcache-memcached-fast-perl.git
More information about the Pkg-perl-cvs-commits
mailing list