This is an automated email from the git hooks/post-receive script. js pushed a commit to branch master in repository libcatmandu-rdf-perl.
commit b87bd378523fba5d1ecfe80d48044ce69f9d6523 Author: Jonas Smedegaard <[email protected]> Date: Wed Oct 15 11:41:59 2014 +0200 Prepare for release: Update changelog, control file and copyright hints. --- debian/changelog | 22 +++++++++++++++++----- debian/control | 6 +++--- debian/copyright_hints | 2 ++ 3 files changed, 22 insertions(+), 8 deletions(-) diff --git a/debian/changelog b/debian/changelog index 858bb5b..cd7a235 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,22 @@ -libcatmandu-rdf-perl (0.17-1) UNRELEASED; urgency=medium +libcatmandu-rdf-perl (0.18-1) unstable; urgency=medium - * Update copyright_hints file, due to change in upstream code layout. - * Use perl-build.mk instead of perl-makemaker.mk, upstream switched - build systems. This result in tighter build-depends on cdbs 0.4.122~ + [ upstream ] + * New release(s): + + Migrate packaging to Dist::Milla. + + Adjust to conform to aREF 0.19. + + Add field _url on import from url. + + Begin to fix function aref_query. + + [ Vasudev Kamath ] + * Adapt to upstream change of build system: + + Include perl-build.mk (not perl-makemaker.mk). + + Tighten build-dependency on cdbs. + + [ Jonas Smedegaard ] + * Declare compliance with Debian Policy 3.9.6. + * Tighten to (build-)depend versioned on librdf-aref-perl. - -- Vasudev Kamath <[email protected]> Sun, 05 Oct 2014 16:11:09 +0530 + -- Jonas Smedegaard <[email protected]> Wed, 15 Oct 2014 11:41:45 +0200 libcatmandu-rdf-perl (0.16-1) unstable; urgency=medium diff --git a/debian/control b/debian/control index dd40213..f6f148c 100644 --- a/debian/control +++ b/debian/control @@ -9,12 +9,12 @@ Build-Depends: cdbs (>= 0.4.122~), dh-buildinfo, libcatmandu-perl, librdf-trine-perl, - librdf-aref-perl, - librdf-ns-perl (>= 20140910) + librdf-ns-perl (>= 20140910), + librdf-aref-perl (>= 0.18) Maintainer: Debian Perl Group <[email protected]> Uploaders: Jonas Smedegaard <[email protected]>, Vasudev Kamath <[email protected]> -Standards-Version: 3.9.5 +Standards-Version: 3.9.6 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libcatmandu-rdf-perl Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libcatmandu-rdf-perl.git Homepage: https://github.com/gbv/Catmandu-RDF diff --git a/debian/copyright_hints b/debian/copyright_hints index abfb414..29c9824 100644 --- a/debian/copyright_hints +++ b/debian/copyright_hints @@ -19,11 +19,13 @@ Files: Build.PL debian/watch dist.ini lib/Catmandu/Exporter/RDF.pm + lib/Catmandu/Fix/aref_query.pm lib/Catmandu/Importer/RDF.pm t/example.rdf t/example.ttl t/exporter-add.t t/exporter.t + t/fix-aref-query.t t/importer.t t/issue-3.t t/release-pod-syntax.t -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcatmandu-rdf-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
