This is an automated email from the git hooks/post-receive script. js pushed a commit to branch master in repository librdf-ldf-perl.
commit 7af11f14588125e7d45f1d31484d33b2aff63166 Author: Jonas Smedegaard <[email protected]> Date: Fri May 22 16:23:40 2015 +0200 Prepare for release: Update changelog, control file and copyright hints. --- debian/changelog | 17 +++++++++++++++++ debian/control | 14 +++++++------- debian/copyright_hints | 1 + 3 files changed, 25 insertions(+), 7 deletions(-) diff --git a/debian/changelog b/debian/changelog index ea5ffeb..410f5f3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,20 @@ +librdf-ldf-perl (0.12-1) unstable; urgency=medium + + [ upstream ] + * New release(s): + + Downgrade Perl dependencies. + + [ Jonas Smedegaard ] + * Update package relations: + + Tighten (build-)dependencies on liblog-any-perl libmoo-perl + librdf-query-perl librdf-trine-perl. + * Update copyright info: + + List License-Grant before License (for purely cosmetic value). + * Add lintian-overrides for use of License_Reference field. + See bug#786450. + + -- Jonas Smedegaard <[email protected]> Fri, 22 May 2015 16:23:12 +0200 + librdf-ldf-perl (0.10-1) unstable; urgency=low * Initial Release. diff --git a/debian/control b/debian/control index cf825b6..22431a4 100644 --- a/debian/control +++ b/debian/control @@ -13,14 +13,14 @@ Build-Depends: cdbs (>= 0.4.122~), libdata-util-perl, libhttp-message-perl, libjson-perl, - liblog-any-perl, - libmoo-perl, - librdf-query-perl, - librdf-trine-perl, libthrowable-perl, liburi-perl, liburi-template-perl, + liblog-any-perl (>= 1.00), + libmoo-perl (>= 1.004006), librdf-ns-perl (>= 20140910), + librdf-query-perl (>= 2.913), + librdf-trine-perl (>= 1.013), libtest-deep-perl, libtest-exception-perl, libtest-lwp-useragent-perl, @@ -34,9 +34,9 @@ Homepage: https://github.com/phochste/RDF-LDF Package: librdf-ldf-perl Architecture: all -Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends} -Recommends: ${cdbs:Recommends} -Suggests: ${cdbs:Suggests} +Depends: ${cdbs:Depends}, + ${misc:Depends}, + ${perl:Depends} Description: Linked Data Fragments client Resource Description Framework (RDF) is a standard model for data interchange on the Web, also known as Linked Data. diff --git a/debian/copyright_hints b/debian/copyright_hints index 7e80ad7..c47bb86 100644 --- a/debian/copyright_hints +++ b/debian/copyright_hints @@ -17,6 +17,7 @@ Files: Build.PL debian/control.in debian/gbp.conf debian/source/format + debian/source/lintian-overrides debian/watch demo/sparql01.txt demo/sparql02.txt -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/librdf-ldf-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
