--- libfxscintilla-2.11.0.orig/configure +++ libfxscintilla-2.11.0/configure @@ -5181,7 +5181,10 @@ x86_64-*linux*) LD="${LD-ld} -m elf_i386" ;; - ppc64-*linux*|powerpc64-*linux*) + powerpc64le-*) + LD="${LD-ld} -m elf32lppclinux" + ;; + powerpc64-*) LD="${LD-ld} -m elf32ppclinux" ;; s390x-*linux*) @@ -5200,7 +5203,10 @@ x86_64-*linux*) LD="${LD-ld} -m elf_x86_64" ;; - ppc*-*linux*|powerpc*-*linux*) + powerpcle-*) + LD="${LD-ld} -m elf64lppc" + ;; + powerpc-*) LD="${LD-ld} -m elf64ppc" ;; s390*-*linux*|s390*-*tpf*) --- libfxscintilla-2.11.0.orig/debian/changelog +++ libfxscintilla-2.11.0/debian/changelog @@ -0,0 +1,48 @@ +libfxscintilla (2.11.0-0ubuntu3) focal; urgency=medium + + * No-change rebuild for libgcc-s1 package name change. + + -- Matthias Klose Mon, 23 Mar 2020 07:18:00 +0100 + +libfxscintilla (2.11.0-0ubuntu2) trusty; urgency=medium + + * Manually patch libtool files to add support for ppc64el. + + -- Logan Rosen Sat, 22 Mar 2014 01:40:13 -0400 + +libfxscintilla (2.11.0-0ubuntu1) maverick; urgency=low + + * New upstream release. (LP: #650601) + - New library soname version libfxscintilla.so.19 + + * Change libfox1.4-dev build dependency to libfox-1.6-dev + - update debian/control + * Rename libfxscintilla17 to libfxscintilla19 due to soname bump + - update debian/control + - rename debian/libfxscintilla17.install => debian/libfxscintilla19.install + * Rename the .install for the -dev package so we can install files in it + - rename debian/libfxscintilla17-dev.install => + debian/libfxscintilla-dev.install + * Refresh files to install for -dev package + - update debian/libfxscintilla-dev.install + * Bump standards version to 3.9.1; Add ${misc:Depends} to libfxscintilla-dev; + Change ${Source-Version} to ${binary:Version} for libfxscintilla-dev + - update debian/control + * Add Homepage field to control file + - update debian/control + + -- Micah Gersten Wed, 06 Oct 2010 12:07:21 -0500 + +libfxscintilla (1.63-0ubuntu2) gutsy; urgency=low + + * debian/control: Update maintainer fields according to debian- + maintainer-field spec. + + -- Martin Pitt Wed, 15 Aug 2007 08:07:25 +0000 + +libfxscintilla (1.63-0ubuntu1) dapper; urgency=low + + * Initial packaging from scratch + + -- Thierry Moisan Fri, 16 Dec 2005 10:03:34 +1300 + --- libfxscintilla-2.11.0.orig/debian/compat +++ libfxscintilla-2.11.0/debian/compat @@ -0,0 +1 @@ +5 --- libfxscintilla-2.11.0.orig/debian/control +++ libfxscintilla-2.11.0/debian/control @@ -0,0 +1,26 @@ +Source: libfxscintilla +Section: libs +Priority: optional +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Thierry Moisan +Build-Depends: cdbs, debhelper (>= 5.0.7), libfox-1.6-dev +Standards-Version: 3.9.1 +Homepage: http://www.nongnu.org/fxscintilla/ + +Package: libfxscintilla-dev +Section: libdevel +Architecture: any +Depends: ${misc:Depends}, libfxscintilla19 (= ${binary:Version}) +Description: a development implementation of Scintilla for the FOX GUI Library + FXScintilla is an implementation of Scintilla for the FOX GUI Library + For more information about Scintilla, see http://www.scintilla.org. + For more information about FOX, see http://fox-toolkit.org. + +Package: libfxscintilla19 +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: an implementation of Scintilla for the FOX GUI Library + FXScintilla is an implementation of Scintilla for the FOX GUI Library + For more information about Scintilla, see http://www.scintilla.org. + For more information about FOX, see http://fox-toolkit.org. --- libfxscintilla-2.11.0.orig/debian/copyright +++ libfxscintilla-2.11.0/debian/copyright @@ -0,0 +1,49 @@ +This package was debianized by Thierry Moisan on +Fri, 16 Dec 2005 18:39:43 +1300. + +It was downloaded from http://savannah.gnu.org/projects/fxscintilla/ + +Upstream Authors: Gilles Filippini + +License: + +This library is free software; you can redistribute it and/or +modify it under the terms of the GNU Lesser General Public +License as published by the Free Software Foundation; either +version 2.1 of the License, or (at your option) any later version. + +This library is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +Lesser General Public License for more details. + +You should have received a copy of the GNU Lesser General Public +License along with this library; if not, write to the Free Software +Foundation, 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Ubuntu/Debian systems, the complete text of the GNU Lesser General +Public License can be found in `/usr/share/common-licenses/LGPL'. + + +License for Scintilla and SciTE + +Copyright 1998-2002 by Neil Hodgson + +All Rights Reserved + +Permission to use, copy, modify, and distribute this software and its +documentation for any purpose and without fee is hereby granted, +provided that the above copyright notice appear in all copies and that +both that copyright notice and this permission notice appear in +supporting documentation. + +NEIL HODGSON DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS +SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY +AND FITNESS, IN NO EVENT SHALL NEIL HODGSON BE LIABLE FOR ANY +SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, +WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE +OR PERFORMANCE OF THIS SOFTWARE. + + --- libfxscintilla-2.11.0.orig/debian/libfxscintilla-dev.install +++ libfxscintilla-2.11.0/debian/libfxscintilla-dev.install @@ -0,0 +1,2 @@ +debian/tmp/usr/lib/pkgconfig/* +debian/tmp/usr/include/* --- libfxscintilla-2.11.0.orig/debian/libfxscintilla19.install +++ libfxscintilla-2.11.0/debian/libfxscintilla19.install @@ -0,0 +1 @@ +debian/tmp/usr/lib/*.so.* --- libfxscintilla-2.11.0.orig/debian/rules +++ libfxscintilla-2.11.0/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/autotools.mk +DEB_CONFIGURE_EXTRA_FLAGS := --enable-shared=yes --- libfxscintilla-2.11.0.orig/m4/libtool.m4 +++ libfxscintilla-2.11.0/m4/libtool.m4 @@ -1281,7 +1281,10 @@ x86_64-*linux*) LD="${LD-ld} -m elf_i386" ;; - ppc64-*linux*|powerpc64-*linux*) + powerpc64le-*) + LD="${LD-ld} -m elf32lppclinux" + ;; + powerpc64-*) LD="${LD-ld} -m elf32ppclinux" ;; s390x-*linux*) @@ -1300,7 +1303,10 @@ x86_64-*linux*) LD="${LD-ld} -m elf_x86_64" ;; - ppc*-*linux*|powerpc*-*linux*) + powerpcle-*) + LD="${LD-ld} -m elf64lppc" + ;; + powerpc-*) LD="${LD-ld} -m elf64ppc" ;; s390*-*linux*|s390*-*tpf*)