[Pkg-xfce-commits] r7119 - in desktop/branches/experimental/libxfce4util/debian: . patches

Yves-Alexis Perez corsac at alioth.debian.org
Sun Jul 22 06:51:47 UTC 2012


Author: corsac
Date: 2012-07-22 18:51:47 +0000 (Sun, 22 Jul 2012)
New Revision: 7119

Added:
   desktop/branches/experimental/libxfce4util/debian/patches/02_fix-abicheck.sh
Modified:
   desktop/branches/experimental/libxfce4util/debian/changelog
   desktop/branches/experimental/libxfce4util/debian/patches/series
Log:
* debian/patches:
  - 02_fix-abicheck.sh added, fix FTBFS on ppc64.             closes: #682414

Modified: desktop/branches/experimental/libxfce4util/debian/changelog
===================================================================
--- desktop/branches/experimental/libxfce4util/debian/changelog	2012-07-22 18:29:23 UTC (rev 7118)
+++ desktop/branches/experimental/libxfce4util/debian/changelog	2012-07-22 18:51:47 UTC (rev 7119)
@@ -1,3 +1,10 @@
+libxfce4util (4.10.0-2) UNRELEASED; urgency=low
+
+  * debian/patches:
+    - 02_fix-abicheck.sh added, fix FTBFS on ppc64.             closes: #682414
+
+ -- Yves-Alexis Perez <corsac at debian.org>  Sun, 22 Jul 2012 20:51:13 +0200
+
 libxfce4util (4.10.0-1) experimental; urgency=low
 
   * New upstream stable release.

Added: desktop/branches/experimental/libxfce4util/debian/patches/02_fix-abicheck.sh
===================================================================
--- desktop/branches/experimental/libxfce4util/debian/patches/02_fix-abicheck.sh	                        (rev 0)
+++ desktop/branches/experimental/libxfce4util/debian/patches/02_fix-abicheck.sh	2012-07-22 18:51:47 UTC (rev 7119)
@@ -0,0 +1,16 @@
+Description: fix abicheck.sh for ppc64
+Author: Aurelien Jarno <aurel32 at debian.org>
+Bug: https://bugzilla.xfce.org/show_bug.cgi?id=9146
+Bug-Debian: http://bugs.debian.org/682414
+
+Index: libxfce4util-4.10.0/libxfce4util/abicheck.sh
+===================================================================
+--- libxfce4util-4.10.0.orig/libxfce4util/abicheck.sh	2012-04-28 21:29:28.000000000 +0200
++++ libxfce4util-4.10.0/libxfce4util/abicheck.sh	2012-07-22 20:30:20.444917571 +0200
+@@ -20,5 +20,5 @@
+ #
+ 
+ cpp -P -DINCLUDE_INTERNAL_SYMBOLS -DINCLUDE_VARIABLES -DALL_FILES ${srcdir:-.}/libxfce4util.symbols | sed -e '/^$/d' -e 's/ G_GNUC.*$//' -e 's/ PRIVATE//' | sort > expected-abi
+-nm -D .libs/libxfce4util.so | grep " T\|R\|G " | cut -d ' ' -f 3 | grep -v '^_.*' | grep -v '^ *$' | sort > actual-abi
++nm -D .libs/libxfce4util.so | grep " T\|R\|G\|D " | cut -d ' ' -f 3 | grep -v '^_.*' | grep -v '^ *$' | sort > actual-abi
+ diff -u expected-abi actual-abi && rm expected-abi actual-abi

Modified: desktop/branches/experimental/libxfce4util/debian/patches/series
===================================================================
--- desktop/branches/experimental/libxfce4util/debian/patches/series	2012-07-22 18:29:23 UTC (rev 7118)
+++ desktop/branches/experimental/libxfce4util/debian/patches/series	2012-07-22 18:51:47 UTC (rev 7119)
@@ -1 +1,2 @@
 01_add-desktop-base-in-config-dirs.patch
+02_fix-abicheck.sh




More information about the Pkg-xfce-commits mailing list