This is an automated email from the git hooks/post-receive script. js pushed a commit to branch master in repository librdf-aref-perl.
commit d77a95abb1e322d2a6d831cc01bd5a04b5c8a7c6 Author: Jonas Smedegaard <[email protected]> Date: Tue Oct 14 14:09:03 2014 +0200 Prepare for release: Update changelog, control file and copyright hints. --- debian/changelog | 26 ++++++++++++++++++++++++-- debian/control | 9 +++++---- debian/copyright_hints | 25 +++++++++++++++++-------- 3 files changed, 46 insertions(+), 14 deletions(-) diff --git a/debian/changelog b/debian/changelog index a5b96ab..e608010 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,12 +1,34 @@ -librdf-aref-perl (0.11-2) UNRELEASED; urgency=medium +librdf-aref-perl (0.18-1) unstable; urgency=medium + + [ upstream ] + * New release(s). + + Migrate packaging to Dist::Zilla. + + Add methods aref_get_literal and aref_get_resource. + + Disallow ':' in predicates. + + Add Encoder. + + Adjust to conform with aREF spec 0.19. + + Add experimental aref_query. + + Add experimental RDF::aREF::Query. + + Only require Perl 5.10. + + Cleanup and more tests. + + Implement aref_query_map. [ Jonas Smedegaard ] * Add git-buildpackage config, enabling pristine-tar and tag signing. + * Declare compliance with Debian Policy 3.9.6. + * Reflect upstream packaging change: + + Include perl-build.mk (not perl-makemaker.mk). + + Build-depend on libmodule-build-tiny-perl. + + Tighten build-dependency on CDBS to versions supporting + Module::Build::Tiny. + * Tighten build-dependency on librdf-ns-perl. + * Relax to (build-)depend unversioned on perl: Needed version + satisfied even in oldstable. [ Salvatore Bonaccorso ] * Update Vcs-Browser URL to cgit web frontend - -- Jonas Smedegaard <[email protected]> Mon, 23 Jun 2014 02:44:52 +0200 + -- Jonas Smedegaard <[email protected]> Tue, 14 Oct 2014 14:08:42 +0200 librdf-aref-perl (0.11-1) unstable; urgency=low diff --git a/debian/control b/debian/control index 713dba7..d625665 100644 --- a/debian/control +++ b/debian/control @@ -1,17 +1,18 @@ Source: librdf-aref-perl Section: perl Priority: optional -Build-Depends: cdbs, +Build-Depends: cdbs (>= 0.4.122~), devscripts, + perl, + libmodule-build-tiny-perl, debhelper, dh-buildinfo, - perl (>= 5.12.0), - librdf-ns-perl (>= 20130816), + librdf-ns-perl (>= 20140910), librdf-trine-perl, libjson-perl Maintainer: Debian Perl Group <[email protected]> Uploaders: Jonas Smedegaard <[email protected]> -Standards-Version: 3.9.5 +Standards-Version: 3.9.6 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/librdf-aref-perl Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/librdf-aref-perl.git Homepage: https://github.com/nichtich/RDF-aREF diff --git a/debian/copyright_hints b/debian/copyright_hints index 47bf878..ba6c9fd 100644 --- a/debian/copyright_hints +++ b/debian/copyright_hints @@ -4,10 +4,11 @@ Upstream-Contact: FIXME Source: FIXME Disclaimer: Autogenerated by CDBS -Files: CHANGES +Files: Build.PL + Changes MANIFEST + META.json META.yml - Makefile.PL cpanfile debian/README.source debian/compat @@ -16,13 +17,22 @@ Files: CHANGES debian/gbp.conf debian/source/format debian/watch - t/author-critic.t + dist.ini + lib/RDF/aREF/Decoder.pm + lib/RDF/aREF/Encoder.pm + lib/RDF/aREF/Query.pm + t/aref-query.t + t/decode-errors.t t/decoder.t - t/errors.t + t/doi-example.json + t/encoder.t + t/null.t t/objects.t - t/strict.t + t/release-pod-syntax.t t/suite.t t/suite/README.md + t/suite/blanks.json + t/suite/blanks.nt t/suite/invalid-datatype-01.err t/suite/invalid-datatype-01.json t/suite/invalid-object-01.err @@ -85,8 +95,7 @@ License: UNKNOWN Files: README lib/RDF/aREF.pm - lib/RDF/aREF/Decoder.pm -Copyright: 2014, Jakob Voß +Copyright: Jakob Voss, 2014- License: UNKNOWN FIXME @@ -99,7 +108,7 @@ Files: LICENSE Copyright: 1989, Free Software Foundation, Inc 19xx name of author 19yy <name of author> - 2014, Jakob Voß + 2014- - disclaimer" for the program, if interest in the the software, and -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/librdf-aref-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
