[Pkg-kde-commits] rev 792 - trunk/packages/kdelibs/debian/patches

Adeodato Simó dato-guest@costa.debian.org
Sun, 13 Mar 2005 16:53:40 +0100


Author: dato-guest
Date: 2005-03-12 17:13:15 +0100 (Sat, 12 Mar 2005)
New Revision: 792

Modified:
   trunk/packages/kdelibs/debian/patches/17_dcopidlng_jfs-patch.diff
Log:
16:36 <dato> Thucydides: thanks for the path fix in the patch. oops.
16:36 <dato> Thucydides: still, are you sure that the other change is needed?
16:36 <dato> note that I removed 17_dcopidlng_trap.diff in r783.
16:54 <dato> fixing...
16:55 <dato> or, perhaps 17_dcopidlng_trap.diff is now in branch, grr
16:55 <dato> nope



Modified: trunk/packages/kdelibs/debian/patches/17_dcopidlng_jfs-patch.diff
===================================================================
--- trunk/packages/kdelibs/debian/patches/17_dcopidlng_jfs-patch.diff	2005-03-12 14:13:25 UTC (rev 791)
+++ trunk/packages/kdelibs/debian/patches/17_dcopidlng_jfs-patch.diff	2005-03-12 16:13:15 UTC (rev 792)
@@ -3,7 +3,7 @@
 @@ -1,15 +1,16 @@
  #!/bin/sh
  
--trap "rm -f dcopidlng.stderr.$$" 0 1 2 15
+-trap "rm -f dcopidlng.stderr.$$"
 +tmpfile=`mktemp -t dcopidlng.XXXXXX` || { echo "$0: Cannot create temporary file" >&2; exit 1;  }
 +trap " [ -f \"$tmpfile\" ] && /bin/rm -f -- \"$tmpfile\"" 0 1 2 3 13 15