[libweb-id-perl] 10/10: Prepare for release: Update changelog, control file and copyright hints.
Jonas Smedegaard
dr at jones.dk
Fri May 30 22:50:17 UTC 2014
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository libweb-id-perl.
commit c5efddccac12443dbbf8be2921246b674033a018
Author: Jonas Smedegaard <dr at jones.dk>
Date: Sat May 31 00:46:45 2014 +0200
Prepare for release: Update changelog, control file and copyright hints.
---
debian/changelog | 36 ++++++++++++++++++------------------
debian/control | 8 +++++---
debian/copyright_hints | 7 ++++---
3 files changed, 27 insertions(+), 24 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index c998c3d..79c5259 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libweb-id-perl (1.926-1) UNRELEASED; urgency=low
+libweb-id-perl (1.927-1) unstable; urgency=low
[ upstream ]
* New release(s).
@@ -9,22 +9,19 @@ libweb-id-perl (1.926-1) UNRELEASED; urgency=low
+ Switch from Sub::Exporter to Exporter::Tiny.
+ Switch from smartmatch to match::smart.
+ Package using Dist::Inkt.
+ + Rather than defining Datetime and Uri types in Web::ID::Types, use
+ Types::DateTime and Types::URI from CPAN.
[ Jonas Smedegaard ]
* Stop tracking md5sum of upstream tarball.
* Update package relations:
- + Fix tighten to (build-)depend versions of libmatch-simple-perl
- which uses Exporter::Tiny.
- + (Build-)depend on libtype-tiny-perl (not libsub-exporter-perl or
- libmoosex-types-perl): Needed since 1.923.
- + (Build-)depend on libpath-tiny-perl (not libpath-class-perl):
- Needed since 1.923.
- + (Build-)depend on libfile-sharedir-perl and libmatch-simple-perl:
- Needed since 1.923.
- + (Build-)depend on libexporter-tiny-perl: Needed since 1.926.
- + Tighten (build-)dependency on libmoose-perl: Needed since 1.924.
- + Build-depend on either recent perl or recent libtest-simple-perl:
- Needed by testsuite since 1.924~02.
+ + (Build-)depend on libtype-tiny-perl, libtypes-datetime-perl,
+ libtypes-uri-perl and libexporter-tiny-perl (not
+ libsub-exporter-perl or libmoosex-types-perl).
+ + (Build-)depend on libpath-tiny-perl (not libpath-class-perl).
+ + (Build-)depend on libfile-sharedir-perl and libmatch-simple-perl.
+ + Tighten (build-)dependency on libmoose-perl.
+ + Build-depend on either recent perl or recent libtest-simple-perl.
+ Suggest each ModSSL-fixing Plack middleware independently.
* Update copyright info:
+ Add git URL as alternate source.
@@ -32,14 +29,17 @@ libweb-id-perl (1.926-1) UNRELEASED; urgency=low
comment.
+ Drop notes on no longer included convenience code copies.
+ Extend coverage for main author, and for packaging.
+ + Fix cover CONTRIBUTING file.
+ Thanks to Thorsten Alteholz.
* Drop patch 1001: Build problem turned out to be (and fixed by now)
in CDBS.
- * Improve watch file to use both www.cpan.org/authors URL (for newest
- info) and search.cpan.org/dist URL (for change of author). Switch
- get-orig-source target to use www.cpan.org/authors URL. Stop watch
- file tracking upstream development releases.
+ * Update watch file to use metacpan.org URL, and stop track
+ development releases.
+ * Switch CDBS get-orig-source target to use www.cpan.org/authors URL.
+ * Bump standards-version to 3.9.5.
+ * Fix use canonical Vcs-Git URL.
- -- Jonas Smedegaard <dr at jones.dk> Sat, 08 Jun 2013 21:40:09 +0200
+ -- Jonas Smedegaard <dr at jones.dk> Sat, 31 May 2014 00:46:41 +0200
libweb-id-perl (1.922-2) unstable; urgency=low
diff --git a/debian/control b/debian/control
index d549224..3ff3958 100644
--- a/debian/control
+++ b/debian/control
@@ -16,17 +16,19 @@ Build-Depends: cdbs,
librdf-query-perl,
librdf-trine-perl,
libfile-sharedir-perl,
+ libtypes-datetime-perl,
+ libtypes-uri-perl,
liburi-perl,
libnamespace-sweep-perl,
- libmatch-simple-perl,
libmoose-perl (>= 2.0600),
+ libmatch-simple-perl (>= 0.008),
openssl,
perl (>= 5.13.4) | libtest-simple-perl (>= 0.96),
libcapture-tiny-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr at jones.dk>
-Standards-Version: 3.9.4
-Vcs-Git: git://anonscm.debian.org/git/pkg-perl/packages/libweb-id-perl
+Standards-Version: 3.9.5
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libweb-id-perl
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libweb-id-perl.git
Homepage: https://metacpan.org/release/Web-ID
diff --git a/debian/copyright_hints b/debian/copyright_hints
index fae2a85..db0ec70 100644
--- a/debian/copyright_hints
+++ b/debian/copyright_hints
@@ -54,7 +54,7 @@ License: UNKNOWN
FIXME
Files: debian/rules
-Copyright: 2012-2013, Jonas Smedegaard <dr at jones.dk>
+Copyright: 2012-2014, Jonas Smedegaard <dr at jones.dk>
License: GPL-3+
FIXME
@@ -62,7 +62,7 @@ Files: LICENSE
Copyright: 1989, Free Software Foundation, Inc
19xx name of author
19yy <name of author>
- 2013, Toby Inkster
+ 2014, Toby Inkster
disclaimer" for the program, if
interest in the
the software, and
@@ -72,7 +72,8 @@ License: GPL-ever
Files: COPYRIGHT
Copyright: 2012, Toby Inkster
2013, Toby Inkster
- 2013, the holder(s)
+ 2014, Toby Inkster
+ 2014, the holder(s)
None
This software is 2012, by Toby Inkster
Unknown
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libweb-id-perl.git
More information about the Pkg-perl-cvs-commits
mailing list