[librdf-trine-perl] 01/02: Add patch cherry-picked upstream to fix SPARQL XML serialization of boolean results. Closes: bug#767174.

Jonas Smedegaard dr at jones.dk
Fri Nov 28 20:27:17 UTC 2014


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository librdf-trine-perl.

commit b72a5d8a35186957c7036b376d6dff1ab28c26ec
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Fri Nov 28 21:07:20 2014 +0100

    Add patch cherry-picked upstream to fix SPARQL XML serialization of boolean results. Closes: bug#767174.
---
 debian/patches/020141028~825c37c.patch | 21 +++++++++++++++++++++
 debian/patches/series                  |  1 +
 2 files changed, 22 insertions(+)

diff --git a/debian/patches/020141028~825c37c.patch b/debian/patches/020141028~825c37c.patch
new file mode 100644
index 0000000..7a3c374
--- /dev/null
+++ b/debian/patches/020141028~825c37c.patch
@@ -0,0 +1,21 @@
+Description: Fix SPARQL XML serialization of boolean results.
+Origin: upstream, https://github.com/kasei/perlrdf/commit/825c37c
+Author: Gregory Todd Williams <greg at evilfunhouse.com>
+Last-Update: 2014-10-28
+Forwarded: Yes
+Bug-Debian: http://bugs.debian.org/767174
+
+--- a/lib/RDF/Trine/Iterator/Boolean.pm
++++ b/lib/RDF/Trine/Iterator/Boolean.pm
+@@ -107,10 +107,8 @@
+ 	my $xml	= <<"END";
+ <?xml version="1.0" encoding="utf-8"?>
+ <sparql xmlns="http://www.w3.org/2005/sparql-results#">
+-<head></head>
+-<results>
++	<head></head>
+ 	<boolean>${value}</boolean>
+-</results>
+ </sparql>
+ END
+ 	return $xml;
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..cb722ed
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+020141028~825c37c.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/librdf-trine-perl.git



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