[SCM] librdf-query-client-perl Debian packaging branch, master, updated. debian/0.109-2-6-gd869fb2

Jonas Smedegaard dr at jones.dk
Tue Mar 13 20:48:43 UTC 2012


The following commit has been merged in the master branch:
commit 9bc6695d6f016f46baeb4b5b6531c1ba7a0e6604
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Tue Mar 13 21:39:09 2012 +0100

    Drop patch updating URL in regression test: Fixed upstream.

diff --git a/debian/patches/changed_sparql_uri.patch b/debian/patches/changed_sparql_uri.patch
deleted file mode 100644
index d2e9ce9..0000000
--- a/debian/patches/changed_sparql_uri.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-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
deleted file mode 100644
index ba9109a..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-changed_sparql_uri.patch

-- 
librdf-query-client-perl Debian packaging



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