This is an automated email from the git hooks/post-receive script. js pushed a commit to branch master in repository libtypes-uri-perl.
commit 3e79d86eda9d2827d150e0eca09aef2673e18cd6 Author: Jonas Smedegaard <[email protected]> Date: Tue Oct 14 13:17:40 2014 +0200 Prepare for release: Update changelog, control file and copyright hints. --- debian/changelog | 29 +++++++++++++++++++---------- debian/control | 3 ++- debian/copyright_hints | 4 +++- 3 files changed, 24 insertions(+), 12 deletions(-) diff --git a/debian/changelog b/debian/changelog index 672dcbc..afee841 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,17 +1,26 @@ -libtypes-uri-perl (0.006-1) UNRELEASED; urgency=medium +libtypes-uri-perl (0.006-1) unstable; urgency=medium + + [ upstream ] + * New release(s). + + Depend on Perl 5.8. + + Add a new Iri type, like Uri but using GWILLIAMS' IRI class. + There are coercions between Uri and Iri. + + Coercions are now made immutable. + + Bump dependency on Type::Library to version 1.000000. [ Salvatore Bonaccorso ] - * Update Vcs-Browser URL to cgit web frontend + * Update Vcs-Browser URL to use cgit web frontend. [ Axel Beckert ] - * Imported new upstream release - * Add Makefile.old to debian/clean - * Fix lintian warning vcs-field-not-canonical - * Bump Standards-Version to 3.9.6 (no changes needed) - * Update Vcs-Browser URL to cgit web frontend also in debian/control.in - * Fix pkg-perl-specific lintian warning missing-testsuite-header - - -- Axel Beckert <[email protected]> Sun, 12 Oct 2014 02:36:48 +0200 + * Clean Makefile.old. + * Fix use canonical Vcs-Git URL. + * Declare compliance with Debian Policy 3.9.6. + * Add Testsuite header to control file. + + [ Jonas Smedegaard ] + * Build-depend on libiri-perl: Improves testsuite. + + -- Jonas Smedegaard <[email protected]> Tue, 14 Oct 2014 13:17:08 +0200 libtypes-uri-perl (0.003-2) unstable; urgency=medium diff --git a/debian/control b/debian/control index cccfc62..f872aa3 100644 --- a/debian/control +++ b/debian/control @@ -13,7 +13,8 @@ Build-Depends: cdbs, liburi-fromhash-perl, librdf-trine-perl, perl (>= 5.13.4) | libtest-simple-perl (>= 0.96), - libtest-requires-perl + libtest-requires-perl, + libiri-perl Maintainer: Debian Perl Group <[email protected]> Uploaders: Jonas Smedegaard <[email protected]> Standards-Version: 3.9.6 diff --git a/debian/copyright_hints b/debian/copyright_hints index 1fc48c2..910bd4e 100644 --- a/debian/copyright_hints +++ b/debian/copyright_hints @@ -13,6 +13,7 @@ Files: CREDITS Makefile.PL SIGNATURE debian/README.source + debian/clean debian/compat debian/control debian/control.in @@ -23,6 +24,7 @@ Files: CREDITS doap.ttl t/01uuid.t t/02trine.t + t/03iri.t t/50mxt-basic.t t/51mxt-fully-qualified.t Copyright: *No copyright* @@ -32,7 +34,7 @@ License: UNKNOWN Files: CONTRIBUTING README lib/Types/URI.pm -Copyright: 2012-2013, Toby Inkster +Copyright: 2012-2014, Toby Inkster 2014, Toby Inkster License: UNKNOWN FIXME -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtypes-uri-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
