rev 10991 - in trunk/packages/kdebindings/debian: . patches

Ana Beatriz Guerrero López ana at alioth.debian.org
Thu Jun 12 16:06:19 UTC 2008


Author: ana
Date: 2008-06-12 16:06:18 +0000 (Thu, 12 Jun 2008)
New Revision: 10991

Modified:
   trunk/packages/kdebindings/debian/changelog
   trunk/packages/kdebindings/debian/patches/018-juic-uixsldir.diff
Log:
fix bashish #473459


Modified: trunk/packages/kdebindings/debian/changelog
===================================================================
--- trunk/packages/kdebindings/debian/changelog	2008-06-12 15:00:55 UTC (rev 10990)
+++ trunk/packages/kdebindings/debian/changelog	2008-06-12 16:06:18 UTC (rev 10991)
@@ -2,8 +2,10 @@
 
   * Fix FTBFS with gcc 4.3. Thanks a lot to peter green <plugwash at p10link.net>
     for the patch. (Closes: #484191). Patch 032_ruby_fix_const.diff
+  * Update patch 018-juic-uixsldir.diff to fix bashism. (Closes: #473459)
+    Thanks to Michael Meskes.
 
- -- Ana Beatriz Guerrero Lopez <ana at debian.org>  Thu, 12 Jun 2008 12:46:27 +0200
+ -- Ana Beatriz Guerrero Lopez <ana at debian.org>  Thu, 12 Jun 2008 18:09:34 +0200
 
 kdebindings (4:3.5.9-1) unstable; urgency=low
 

Modified: trunk/packages/kdebindings/debian/patches/018-juic-uixsldir.diff
===================================================================
--- trunk/packages/kdebindings/debian/patches/018-juic-uixsldir.diff	2008-06-12 15:00:55 UTC (rev 10990)
+++ trunk/packages/kdebindings/debian/patches/018-juic-uixsldir.diff	2008-06-12 16:06:18 UTC (rev 10991)
@@ -1,6 +1,20 @@
 --- kdebindings/qtjava/designer/juic/bin/juic
 +++ kdebindings/qtjava/designer/juic/bin/juic
-@@ -43,8 +43,7 @@
+@@ -14,13 +14,6 @@
+ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ #
+ 
+-getAbsolutePath() {
+-    ls=$(ls -l $1)
+-    pushd `dirname ${ls##* }` >/dev/null
+-    pwd -P
+-    popd >/dev/null
+-}
+-
+ usage() {
+     juic=$(basename $0)
+     cat <<EOT
+@@ -43,8 +36,7 @@
  #              common/
  #              java
  




More information about the pkg-kde-commits mailing list