[SCM] librdf-query-perl Debian packaging branch, master, updated. debian/2.907-1-7-g7aeb004

Jonas Smedegaard dr at jones.dk
Tue Jan 31 23:08:32 UTC 2012


The following commit has been merged in the master branch:
commit 7aeb004117ed10e9d91f561a0b9146ce6fc4f1e6
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Wed Feb 1 00:02:12 2012 +0100

    Prepare for release: Update changelog, control file and copyright hints.

diff --git a/debian/changelog b/debian/changelog
index c662c23..2f3584e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,23 @@
+librdf-query-perl (2.908-1) unstable; urgency=low
+
+  * New upstream release.
+
+  [ gregor herrmann ]
+  * Remove debian/source/local-options; abort-on-upstream-changes and
+    unapply-patches are default in dpkg-source since 1.16.1.
+
+  [ Jonas Smedegaard ]
+  * Update short and long descriptions to match upstream.
+  * Update package relations:
+    + Stop recommending or build-depending on librdf-perl: Only
+      optionally (and possibly bogusly) used in regression tests, not in
+      production code.
+    + Relax build-dependency on cdbs (needlessly tight).
+    + Relax build-depend unversioned on debhelper and devscripts (needed
+      versions satisfied even in oldstable).
+
+ -- Jonas Smedegaard <dr at jones.dk>  Wed, 01 Feb 2012 00:01:17 +0100
+
 librdf-query-perl (2.907-1) unstable; urgency=low
 
   * New upstream release.
diff --git a/debian/control b/debian/control
index b1427dd..f7a0670 100644
--- a/debian/control
+++ b/debian/control
@@ -1,9 +1,9 @@
 Source: librdf-query-perl
 Section: perl
 Priority: optional
-Build-Depends: devscripts (>= 2.10.7~),
- cdbs (>= 0.4.85~),
- debhelper (>= 7.0.1),
+Build-Depends: devscripts,
+ cdbs (>= 0.4.73~),
+ debhelper,
  dh-buildinfo,
  libossp-uuid-perl,
  libdatetime-format-w3cdtf-perl,
@@ -15,7 +15,6 @@ Build-Depends: devscripts (>= 2.10.7~),
  libset-scalar-perl,
  liburi-perl (>= 1.52),
  libwww-perl,
- librdf-perl,
  libgetopt-simple-perl,
  libgeo-distance-perl,
  libcrypt-gpg-perl,
@@ -34,9 +33,9 @@ Package: librdf-query-perl
 Architecture: all
 Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends}
 Recommends: ${cdbs:Recommends}
-Description: RDF query implementation of SPARQL/RDQL in Perl
+Description: SPARQL 1.1 Query implementation for use with RDF::Trine
  Resource Description Framework (RDF) is a standard model for data
  interchange on the Web.
  .
- RDF::Query is a Perl library allowing RDQL and SPARQL queries to be run
- against an RDF::TRINE RDF model, returning rows of matching results.
+ RDF::Query allows SPARQL 1.1 and RDQL queries to be run against an RDF
+ model, returning rows of matching results.
diff --git a/debian/copyright_hints b/debian/copyright_hints
index 7a2b53d..93fc126 100644
--- a/debian/copyright_hints
+++ b/debian/copyright_hints
@@ -51,7 +51,6 @@ Files: MANIFEST
  debian/control.in
  debian/gbp.conf
  debian/source/format
- debian/source/local-options
  debian/watch
  doap.rdf
  examples/create_query_api.pl
@@ -62,6 +61,7 @@ Files: MANIFEST
  examples/queries/sparql-ggp-person-opt-knows.rq
  examples/queries/sparqlp-service-people-names.rq
  examples/query.pl
+ examples/query_url.pl
  examples/service_descriptions/dbpedia_org.ttl
  examples/service_descriptions/kasei_us.ttl
  inc/Module/Install/AuthorTests.pm
@@ -77,6 +77,7 @@ Files: MANIFEST
  lib/RDF/Query/Algebra/BasicGraphPattern.pm
  lib/RDF/Query/Algebra/Clear.pm
  lib/RDF/Query/Algebra/Construct.pm
+ lib/RDF/Query/Algebra/Copy.pm
  lib/RDF/Query/Algebra/Create.pm
  lib/RDF/Query/Algebra/Distinct.pm
  lib/RDF/Query/Algebra/Extend.pm
@@ -85,6 +86,7 @@ Files: MANIFEST
  lib/RDF/Query/Algebra/Limit.pm
  lib/RDF/Query/Algebra/Load.pm
  lib/RDF/Query/Algebra/Minus.pm
+ lib/RDF/Query/Algebra/Move.pm
  lib/RDF/Query/Algebra/NamedGraph.pm
  lib/RDF/Query/Algebra/Offset.pm
  lib/RDF/Query/Algebra/Optional.pm
@@ -132,6 +134,7 @@ Files: MANIFEST
  lib/RDF/Query/Plan/ComputedStatement.pm
  lib/RDF/Query/Plan/Constant.pm
  lib/RDF/Query/Plan/Construct.pm
+ lib/RDF/Query/Plan/Copy.pm
  lib/RDF/Query/Plan/Distinct.pm
  lib/RDF/Query/Plan/Extend.pm
  lib/RDF/Query/Plan/Filter.pm
@@ -142,6 +145,7 @@ Files: MANIFEST
  lib/RDF/Query/Plan/Limit.pm
  lib/RDF/Query/Plan/Load.pm
  lib/RDF/Query/Plan/Minus.pm
+ lib/RDF/Query/Plan/Move.pm
  lib/RDF/Query/Plan/NamedGraph.pm
  lib/RDF/Query/Plan/Offset.pm
  lib/RDF/Query/Plan/Path.pm
@@ -182,8 +186,6 @@ Files: MANIFEST
  t/named-graphs.t
  t/optional.t
  t/plan.t
- t/pod.t
- t/pod_coverage.t
  t/protocol-serialization.t
  t/queryform-ask.t
  t/queryform-construct.t
@@ -201,6 +203,7 @@ Files: MANIFEST
  t/streams.t.deprecated
  t/syntactic_forms.t
  t/union.t
+ xt/dawg-eval10.t
  xt/dawg-eval11.t
  xt/dawg-syntax11.t
  xt/dev-service-description.t
@@ -212,6 +215,9 @@ Files: MANIFEST
  xt/parser-rdql.t
  xt/parser-sparql.t
  xt/parser-sparql11.t
+ xt/pod.t
+ xt/pod_coverage.t
+ xt/sparql11-federation.t
 Copyright: *No copyright*
 License: UNKNOWN
  FIXME
@@ -225,7 +231,12 @@ License: Perl
 
 Files: debian/rules
 Copyright: 2011, Jonas Smedegaard <dr at jones.dk>
-License: GPL
+License: GPL-2+
+ FIXME
+
+Files: inc/Module/Install/Metadata.pm
+Copyright: 
+License: MIT/X11 (BSD like)
  FIXME
 
 Files: README.html
@@ -240,11 +251,6 @@ Copyright: 2005-2010, Gregory Williams.
 License: Perl
  FIXME
 
-Files: inc/Module/Install/Metadata.pm
-Copyright: 
-License: UNKNOWN
- FIXME
-
 Files: inc/Module/Install.pm
 Copyright: 2008, - 2010, Adam Kennedy
 License: UNKNOWN

-- 
librdf-query-perl Debian packaging



More information about the Pkg-perl-cvs-commits mailing list