[SCM] librdf-query-client-perl Debian packaging branch, master, updated. debian/0.109-1-3-g83a21f8

Florian Schlichting fschlich at zedat.fu-berlin.de
Sat Mar 10 19:55:01 UTC 2012


The following commit has been merged in the master branch:
commit a182d21ae64287addd2fb95d295764cf7a4162f4
Author: Florian Schlichting <fschlich at zedat.fu-berlin.de>
Date:   Sat Mar 10 20:44:30 2012 +0100

    Added changed_sparql_uri.patch (closes: #663049)

diff --git a/debian/changelog b/debian/changelog
index e2f798b..26b2f12 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+librdf-query-client-perl (0.109-2) unstable; urgency=low
+
+  * Added changed_sparql_uri.patch (closes: #663049).
+
+ -- Florian Schlichting <fschlich at zedat.fu-berlin.de>  Sat, 10 Mar 2012 20:35:02 +0100
+
 librdf-query-client-perl (0.109-1) unstable; urgency=low
 
   * New upstream release.
diff --git a/debian/patches/changed_sparql_uri.patch b/debian/patches/changed_sparql_uri.patch
new file mode 100644
index 0000000..d2e9ce9
--- /dev/null
+++ b/debian/patches/changed_sparql_uri.patch
@@ -0,0 +1,19 @@
+Description: fix test failure due to changed sparql.org resource name
+Author: Florian Schlichting <fschlich at zedat.fu-berlin.de>
+Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=75676
+
+--- a/t/01basic.t
++++ b/t/01basic.t
+@@ -25,9 +25,9 @@
+ 	my $q_select    = new RDF::Query::Client($sparql_select);
+ 	my $q_construct = new RDF::Query::Client($sparql_construct);
+ 
+-	my $r_ask       = $q_ask->execute('http://sparql.org/books');
+-	my $r_select    = $q_select->execute('http://sparql.org/books');
+-	my $r_construct = $q_construct->execute('http://sparql.org/books');
++	my $r_ask       = $q_ask->execute('http://sparql.org/books/sparql');
++	my $r_select    = $q_select->execute('http://sparql.org/books/sparql');
++	my $r_construct = $q_construct->execute('http://sparql.org/books/sparql');
+ 
+ 	ok($r_ask->is_boolean, "ASK results in a boolean");
+ 	ok($r_select->is_bindings, "SELECT results in bindings");
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..ba9109a
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+changed_sparql_uri.patch

-- 
librdf-query-client-perl Debian packaging



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