[Pkg-xfce-commits] r7118 - in desktop/trunk/libxfce4util/debian: . patches

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


Author: corsac
Date: 2012-07-22 18:29:23 +0000 (Sun, 22 Jul 2012)
New Revision: 7118

Removed:
   desktop/trunk/libxfce4util/debian/patches/02_fix-abicheck.sh.patch
Modified:
   desktop/trunk/libxfce4util/debian/changelog
   desktop/trunk/libxfce4util/debian/patches/series
Log:
revert last changes, they're useless for wheezy anyway


Modified: desktop/trunk/libxfce4util/debian/changelog
===================================================================
--- desktop/trunk/libxfce4util/debian/changelog	2012-07-22 17:14:23 UTC (rev 7117)
+++ desktop/trunk/libxfce4util/debian/changelog	2012-07-22 18:29:23 UTC (rev 7118)
@@ -3,10 +3,6 @@
   [ Lionel Le Folgoc ]
   * debian/patches: add missing DEP3 headers.
 
-  [ Yves-Alexis Perez ]
-  * debian/patches:
-    - 02_fix-abicheck.sh.patch added, fix FTBFS on ppc64.
-
  -- Lionel Le Folgoc <mrpouit at gmail.com>  Mon, 20 Feb 2012 21:42:16 +0100
 
 libxfce4util (4.8.2-1) unstable; urgency=low

Deleted: desktop/trunk/libxfce4util/debian/patches/02_fix-abicheck.sh.patch
===================================================================
--- desktop/trunk/libxfce4util/debian/patches/02_fix-abicheck.sh.patch	2012-07-22 17:14:23 UTC (rev 7117)
+++ desktop/trunk/libxfce4util/debian/patches/02_fix-abicheck.sh.patch	2012-07-22 18:29:23 UTC (rev 7118)
@@ -1,16 +0,0 @@
-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.8.2/libxfce4util/abicheck.sh
-===================================================================
---- libxfce4util-4.8.2.orig/libxfce4util/abicheck.sh	2011-09-12 20:45:56.000000000 +0200
-+++ libxfce4util-4.8.2/libxfce4util/abicheck.sh	2012-07-22 17:56:01.110884435 +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/trunk/libxfce4util/debian/patches/series
===================================================================
--- desktop/trunk/libxfce4util/debian/patches/series	2012-07-22 17:14:23 UTC (rev 7117)
+++ desktop/trunk/libxfce4util/debian/patches/series	2012-07-22 18:29:23 UTC (rev 7118)
@@ -1,2 +1 @@
 01_add-desktop-base-in-config-dirs.patch
-02_fix-abicheck.sh.patch




More information about the Pkg-xfce-commits mailing list