rev 11894 - in trunk/packages/kdenetwork/debian: . patches

Ana Beatriz Guerrero López ana at alioth.debian.org
Sat Aug 9 19:28:01 UTC 2008


Author: ana
Date: 2008-08-09 19:28:01 +0000 (Sat, 09 Aug 2008)
New Revision: 11894

Added:
   trunk/packages/kdenetwork/debian/patches/28_kopete_latexconvert_patch.diff
Modified:
   trunk/packages/kdenetwork/debian/changelog
Log:
fix this bug too


Modified: trunk/packages/kdenetwork/debian/changelog
===================================================================
--- trunk/packages/kdenetwork/debian/changelog	2008-08-09 19:24:22 UTC (rev 11893)
+++ trunk/packages/kdenetwork/debian/changelog	2008-08-09 19:28:01 UTC (rev 11894)
@@ -9,6 +9,7 @@
 
   * Update ICQ default version settings in kopete to get it working after ICQ
     network update. Patch 27. (Closes: #488871)
+  * Remove bashism in /usr/bin/kopete_latexconvert.sh. (Closes: #444475)
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sat, 09 Aug 2008 17:04:57 +0200
 

Added: trunk/packages/kdenetwork/debian/patches/28_kopete_latexconvert_patch.diff
===================================================================
--- trunk/packages/kdenetwork/debian/patches/28_kopete_latexconvert_patch.diff	                        (rev 0)
+++ trunk/packages/kdenetwork/debian/patches/28_kopete_latexconvert_patch.diff	2008-08-09 19:28:01 UTC (rev 11894)
@@ -0,0 +1,12 @@
+diff -Nru kdenetwork-3.5.8/kopete/plugins/latex/kopete_latexconvert.sh kdenetwork-3.5.8.new/kopete/plugins/latex/kopete_latexconvert.sh
+--- kdenetwork-3.5.8/kopete/plugins/latex/kopete_latexconvert.sh	2005-09-10 10:20:16.000000000 +0200
++++ kdenetwork-3.5.8.new/kopete/plugins/latex/kopete_latexconvert.sh	2007-12-18 14:02:58.000000000 +0100
+@@ -222,7 +222,7 @@
+ 	mv $tmpdir/out.$format.0 $outfile
+ fi
+ 
+-let OPTIND=$OPTIND+1
++OPTIND=$(($OPTIND+1))
+ outfile=""
+ done
+ 




More information about the pkg-kde-commits mailing list