r20109 - in /desktop/unstable/vte/debian: changelog patches/01_bashisms.patch patches/series

joss at users.alioth.debian.org joss at users.alioth.debian.org
Mon May 25 12:45:00 UTC 2009


Author: joss
Date: Mon May 25 12:45:00 2009
New Revision: 20109

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=20109
Log:
01_bashisms.patch: fix bashims in provided scripts. Closes: #530123.

Added:
    desktop/unstable/vte/debian/patches/01_bashisms.patch
Modified:
    desktop/unstable/vte/debian/changelog
    desktop/unstable/vte/debian/patches/series

Modified: desktop/unstable/vte/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/vte/debian/changelog?rev=20109&op=diff
==============================================================================
--- desktop/unstable/vte/debian/changelog (original)
+++ desktop/unstable/vte/debian/changelog Mon May 25 12:45:00 2009
@@ -2,6 +2,7 @@
 
   * Add libglib2.0-doc, libgtk2.0-doc and libatk1.0-doc to b-d-i to 
     ensure proper xrefs.
+  * 01_bashisms.patch: fix bashims in provided scripts. Closes: #530123.
 
  -- Josselin Mouette <joss at debian.org>  Wed, 13 May 2009 00:37:30 +0200
 

Added: desktop/unstable/vte/debian/patches/01_bashisms.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/vte/debian/patches/01_bashisms.patch?rev=20109&op=file
==============================================================================
--- desktop/unstable/vte/debian/patches/01_bashisms.patch (added)
+++ desktop/unstable/vte/debian/patches/01_bashisms.patch Mon May 25 12:45:00 2009
@@ -1,0 +1,20 @@
+Index: vte-0.20.1/src/osc
+===================================================================
+--- vte-0.20.1.orig/src/osc	2009-05-25 14:33:16.374357775 +0200
++++ vte-0.20.1/src/osc	2009-05-25 14:33:23.710331130 +0200
+@@ -18,4 +18,4 @@
+ 		args="$args;$arg"
+ 	fi
+ done
+-echo -e -n "]"${args}
++printf "]"${args}
+Index: vte-0.20.1/src/window
+===================================================================
+--- vte-0.20.1.orig/src/window	2009-05-25 14:32:58.054338330 +0200
++++ vte-0.20.1/src/window	2009-05-25 14:33:04.611591905 +0200
+@@ -25,4 +25,4 @@
+ 		args="$args;$arg"
+ 	fi
+ done
+-echo -e -n "["${args}t
++printf "["${args}t

Modified: desktop/unstable/vte/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/vte/debian/patches/series?rev=20109&op=diff
==============================================================================
--- desktop/unstable/vte/debian/patches/series (original)
+++ desktop/unstable/vte/debian/patches/series Mon May 25 12:45:00 2009
@@ -1,4 +1,5 @@
 12_python_reaper.patch
+01_bashisms.patch
 25_optional-ncurses.patch
 60_termcap-home-end.patch
 90_autoreconf.patch




More information about the pkg-gnome-commits mailing list