r39934 - in /desktop/unstable/yelp-tools/debian: changelog patches/ patches/0001-Fix-posix-shell-syntax-error.patch patches/series
biebl at users.alioth.debian.org
biebl at users.alioth.debian.org
Wed Oct 16 22:48:09 UTC 2013
Author: biebl
Date: Wed Oct 16 22:48:08 2013
New Revision: 39934
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=39934
Log:
debian/patches/0001-Fix-posix-shell-syntax-error.patch: Fix syntax error
in yelp-check.
Added:
desktop/unstable/yelp-tools/debian/patches/
desktop/unstable/yelp-tools/debian/patches/0001-Fix-posix-shell-syntax-error.patch
desktop/unstable/yelp-tools/debian/patches/series
Modified:
desktop/unstable/yelp-tools/debian/changelog
Modified: desktop/unstable/yelp-tools/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/yelp-tools/debian/changelog?rev=39934&op=diff
==============================================================================
--- desktop/unstable/yelp-tools/debian/changelog [utf-8] (original)
+++ desktop/unstable/yelp-tools/debian/changelog [utf-8] Wed Oct 16 22:48:08 2013
@@ -2,6 +2,8 @@
* New upstream release.
* Bump Standards-Version to 3.9.4. No further changes.
+ * debian/patches/0001-Fix-posix-shell-syntax-error.patch: Fix syntax error
+ in yelp-check.
-- Michael Biebl <biebl at debian.org> Thu, 17 Oct 2013 00:10:45 +0200
Added: desktop/unstable/yelp-tools/debian/patches/0001-Fix-posix-shell-syntax-error.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/yelp-tools/debian/patches/0001-Fix-posix-shell-syntax-error.patch?rev=39934&op=file
==============================================================================
--- desktop/unstable/yelp-tools/debian/patches/0001-Fix-posix-shell-syntax-error.patch (added)
+++ desktop/unstable/yelp-tools/debian/patches/0001-Fix-posix-shell-syntax-error.patch [utf-8] Wed Oct 16 22:48:08 2013
@@ -0,0 +1,26 @@
+From d04617cdee047e6d101346f8f02f4448f5f9d4b8 Mon Sep 17 00:00:00 2001
+From: Michael Biebl <biebl at debian.org>
+Date: Thu, 17 Oct 2013 00:18:44 +0200
+Subject: [PATCH] Fix posix shell syntax error
+
+---
+ tools/yelp-check.in | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+diff --git a/tools/yelp-check.in b/tools/yelp-check.in
+index 7498012..c66c46d 100755
+--- a/tools/yelp-check.in
++++ b/tools/yelp-check.in
+@@ -252,7 +252,8 @@ yelp_hrefs () {
+ }
+
+ yelp_ids_page () {
+- pageid=$((
++ pageid=$(
++ (
+ echo '<xsl:stylesheet'
+ echo ' xmlns:xsl="http://www.w3.org/1999/XSL/Transform"'
+ echo ' xmlns:mal="http://projectmallard.org/1.0/"'
+--
+1.8.4.rc3
+
Added: desktop/unstable/yelp-tools/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/yelp-tools/debian/patches/series?rev=39934&op=file
==============================================================================
--- desktop/unstable/yelp-tools/debian/patches/series (added)
+++ desktop/unstable/yelp-tools/debian/patches/series [utf-8] Wed Oct 16 22:48:08 2013
@@ -0,0 +1 @@
+0001-Fix-posix-shell-syntax-error.patch
More information about the pkg-gnome-commits
mailing list