[librdf-endpoint-perl] 04/05: Unfuzz patches.

Jonas Smedegaard dr at jones.dk
Tue Aug 5 10:08:09 UTC 2014


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

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

commit f2a5a04cd16ddc7880781552756466d687e69f41
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Tue Aug 5 12:00:48 2014 +0200

    Unfuzz patches.
---
 debian/patches/1001_use_codemirror2.patch               | 2 +-
 debian/patches/1002_fix_serve_html-friendly-xhtml.patch | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/patches/1001_use_codemirror2.patch b/debian/patches/1001_use_codemirror2.patch
index dd8bb8c..9276a42 100644
--- a/debian/patches/1001_use_codemirror2.patch
+++ b/debian/patches/1001_use_codemirror2.patch
@@ -33,6 +33,6 @@ Last-Update: 2012-06-12
  </style>
 -</head><body>
 +</head><body onload="init()">
- 	<form id="queryform" action="" method="get">
+ 	<form id="queryform" action="" method="post">
  	<p>
  		<textarea id="query" name="query" rows="10" cols="60">
diff --git a/debian/patches/1002_fix_serve_html-friendly-xhtml.patch b/debian/patches/1002_fix_serve_html-friendly-xhtml.patch
index 330528a..91b2fc8 100644
--- a/debian/patches/1002_fix_serve_html-friendly-xhtml.patch
+++ b/debian/patches/1002_fix_serve_html-friendly-xhtml.patch
@@ -4,7 +4,7 @@ Last-Update: 2012-06-12
 
 --- a/lib/RDF/Endpoint.pm
 +++ b/lib/RDF/Endpoint.pm
-@@ -413,7 +413,7 @@
+@@ -481,7 +481,7 @@
  			my $gen			= RDF::RDFa::Generator->new( style => 'HTML::Head', namespaces => { %$ns } );
  			$gen->inject_document($doc, $sdmodel);
  			

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



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