[librdf-query-perl] 03/04: add patch wixing path to tcsh in two examples
Damyan Ivanov
dmn at alioth.debian.org
Tue Aug 13 18:14:21 UTC 2013
This is an automated email from the git hooks/post-receive script.
dmn pushed a commit to branch master
in repository librdf-query-perl.
commit 691ead6836f26fbf6af478902b548563b4c4d40a
Author: Damyan Ivanov <dmn at debian.org>
Date: Tue Aug 13 20:10:49 2013 +0200
add patch wixing path to tcsh in two examples
---
debian/changelog | 1 +
debian/patches/fix-rcsh-path.patch | 21 +++++++++++++++++++++
debian/patches/series | 1 +
3 files changed, 23 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 53b16ac..d59487b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ librdf-query-perl (2.910-2) UNRELEASED; urgency=low
Module::Pluggable is deprecated in perl 5.18
Closes: #711672
* fix Vcs-Git URL
+ * add patch wixing path to tcsh in two examples
-- Damyan Ivanov <dmn at debian.org> Tue, 13 Aug 2013 19:51:40 +0200
diff --git a/debian/patches/fix-rcsh-path.patch b/debian/patches/fix-rcsh-path.patch
new file mode 100644
index 0000000..b883e00
--- /dev/null
+++ b/debian/patches/fix-rcsh-path.patch
@@ -0,0 +1,21 @@
+Description: fix path to tcsh in two examples
+Author: Damyan Ivanov <dmn at debian.org>
+Forwarded: no
+Last-Change: 2013-08-13
+
+--- a/bin/failing_earl_tests.sh
++++ b/bin/failing_earl_tests.sh
+@@ -1,4 +1,4 @@
+-#!/bin/tcsh
++#!/usr/bin/tcsh
+
+ foreach i (earl*.ttl)
+ if (-e $i) then
+--- a/bin/passing_earl_tests.sh
++++ b/bin/passing_earl_tests.sh
+@@ -1,4 +1,4 @@
+-#!/bin/tcsh
++#!/usr/bin/tcsh
+
+ foreach i (earl*.ttl)
+ if (-e $i) then
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..382a58d
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix-rcsh-path.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/librdf-query-perl.git
More information about the Pkg-perl-cvs-commits
mailing list