rev 10885 - in trunk/packages/koffice/debian: . patches

Ana Beatriz Guerrero López ana at alioth.debian.org
Fri Jun 6 19:20:54 UTC 2008


Author: ana
Date: 2008-06-06 19:20:53 +0000 (Fri, 06 Jun 2008)
New Revision: 10885

Modified:
   trunk/packages/koffice/debian/changelog
   trunk/packages/koffice/debian/patches/31_fix_bashisms.diff
Log:
Update 31_fix_bashisms.diff to fix another bashism. (Closes: #480603)



Modified: trunk/packages/koffice/debian/changelog
===================================================================
--- trunk/packages/koffice/debian/changelog	2008-06-06 18:47:53 UTC (rev 10884)
+++ trunk/packages/koffice/debian/changelog	2008-06-06 19:20:53 UTC (rev 10885)
@@ -1,6 +1,7 @@
 koffice (1:1.6.3-6) unstable; urgency=low
 
   * Fix FTBFS when --enable-final is not used with g++ 4.3.  (Closes: #484770)
+  * Update 31_fix_bashisms.diff to fix another bashism. (Closes: #480603)
 
  -- Ana Beatriz Guerrero Lopez <ana at debian.org>  Fri, 06 Jun 2008 20:54:15 +0200
 

Modified: trunk/packages/koffice/debian/patches/31_fix_bashisms.diff
===================================================================
--- trunk/packages/koffice/debian/patches/31_fix_bashisms.diff	2008-06-06 18:47:53 UTC (rev 10884)
+++ trunk/packages/koffice/debian/patches/31_fix_bashisms.diff	2008-06-06 19:20:53 UTC (rev 10885)
@@ -94,3 +94,12 @@
  	lang=`grep Language= ~/.kde/share/config/kdeglobals | head -n 1 | \
  		sed -e 's/Language=\(.*\):.*/\1/'`
  	if [ -z "$lang" ] ; then lang="en" ; fi
+@@ -69,7 +69,7 @@
+ 	echo -n " $f $f off" >> $command_file
+ done
+ 
+-column_name=`source $command_file || exit 1`
++column_name=`. $command_file || exit 1`
+ rm -f $command_file
+ 
+ # call the command line tool




More information about the pkg-kde-commits mailing list