debian/0000755000000000000000000000000012255542541007173 5ustar debian/libspiro0.postrm0000644000000000000000000000052412213524665012346 0ustar #!/bin/sh set -e case "$1" in purge|remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear) ;; *) echo "postrm called with unknown argument \`$1'" >&2 exit 1 ;; esac # dh_installdeb will replace this with shell code automatically # generated by other debhelper scripts. #DEBHELPER# exit 0 debian/docs0000644000000000000000000000003112213524665010041 0ustar README README-RaphLevien debian/libspiro-dev.install0000644000000000000000000000006712213524665013166 0ustar debian/tmp/usr/include debian/tmp/usr/lib/*/libspiro.sodebian/copyright0000644000000000000000000000231712213524665011132 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: libspiro Upstream-Contact: Raph Levien George Williams Source: http://sourceforge.net/projects/libspiro/ Files: * Copyright: (c) 2007, Raph Levien License: GPL-2+ Files: debian/ Copyright: (c) 2007-2013, Ruben Molina (c) 2013, Hideki Yamane License: GPL-2+ License: GPL-2+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This program 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 General Public License for more details. . Comment: . On Debian systems the 'GNU General Public License' version 2 is located in '/usr/share/common-licenses/GPL-2'. . You should have received a copy of the 'GNU General Public License' along with this program. If not, see .debian/changelog0000644000000000000000000000542312255542534011053 0ustar libspiro (20071029-8ubuntu1) trusty; urgency=low * Patch aclocal.m4 and configure for ppc64el. -- Matthias Klose Sun, 22 Dec 2013 11:56:01 +0100 libspiro (20071029-8) unstable; urgency=low * Team Upload. * Use dpkg-gensymbols to generate symbols file instead of pkg-kde-tools. * Drop --with=kde option it works only with CMake and KDE packages. Closes: bug#722991. Thanks to Christian Marillat. -- Vasudev Kamath Mon, 16 Sep 2013 21:52:18 +0530 libspiro (20071029-7) unstable; urgency=low [ Vasudev Kamath ] * Team Upload. * Marked the packages multi-arch same, and added pre-depends on multiarch-support. Thanks to Christian Marillat. Closes: bug#721401 * Description field is fixed by removing extra space and article "a" in the beginning. * Install symlink to libspiro.so as part of libspiro-dev package. * Symbols file is introduced using pkg-kde-tools, appropriate change is done to rules to kde addon with dh and build-depends on pkg-kde-tools is added. * Converted copyright file to copyright-format 1.0. [ Christian Perrier ] * Rewrite package descriptions to fit the debian-l10n-english standardized writing style. -- Christian Perrier Tue, 10 Sep 2013 07:09:06 +0200 libspiro (20071029-6) unstable; urgency=low * debian/control - improve description, fix "description-synopsis-starts-with-article" - fix section as debug - remove duplicate priority: tag * add debian/source/format, "3.0 (quilt)" -- Hideki Yamane Tue, 18 Jun 2013 03:51:43 +0900 libspiro (20071029-5) unstable; urgency=low * upload to unstable -- Hideki Yamane Fri, 03 May 2013 10:29:14 +0900 libspiro (20071029-4) experimental; urgency=low * debian/libspiro.postrm.debhelper: remove it * debian/libspiro0.postrm: add it -- Hideki Yamane Tue, 09 Apr 2013 10:55:14 +0900 libspiro (20071029-3) experimental; urgency=low * New maintainer (Closes: #700413) * debian/control, rules - set Standards-Version: 3.9.4 - switch cdbs to dh - enable hardening * debian/compat: set 9 * debian/libspiro0.install,libspiro-dev - deal with Multi-Arch - don't install *.la files -- Hideki Yamane Thu, 28 Mar 2013 08:48:04 +0900 libspiro (20071029-2) unstable; urgency=low * New maintainer (Closes: #466246). * Standards-Version updated. * Homepage field added. * Migrated to CDBS. * Add a new binary package with debugging symbols. -- Ruben Molina Sun, 01 Jun 2008 19:37:21 -0500 libspiro (20071029-1) unstable; urgency=low * Initial release (Closes: 448582). -- Kęstutis Biliūnas Tue, 30 Oct 2007 08:47:54 +0200 debian/compat0000644000000000000000000000000212213524665010372 0ustar 9 debian/patches/0000755000000000000000000000000012255542457010630 5ustar debian/patches/powerpcle.diff0000644000000000000000000000256112255542457013466 0ustar Index: b/aclocal.m4 =================================================================== --- a/aclocal.m4 +++ b/aclocal.m4 @@ -533,7 +533,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*) @@ -549,7 +552,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*) Index: b/configure =================================================================== --- a/configure +++ b/configure @@ -3201,7 +3201,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*) @@ -3217,7 +3220,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*) debian/patches/series0000644000000000000000000000001712255542123012031 0ustar powerpcle.diff debian/control0000644000000000000000000000261312216754224010600 0ustar Source: libspiro Section: libs Priority: extra Maintainer: Debian Fonts Task Force Uploaders: Hideki Yamane Build-Depends: debhelper (>= 9.20120518~), autotools-dev Standards-Version: 3.9.4 Homepage: http://sourceforge.net/projects/libspiro/ Package: libspiro0 Architecture: any Multi-Arch: same Pre-Depends: ${misc:Pre-Depends}, multiarch-support Depends: ${shlibs:Depends}, ${misc:Depends} Description: library for curve design This library provides a mechanism for drawing smooth contours with constant curvature at the spline joins. . This package provides the runtime library. Package: libspiro-dev Architecture: any Section: libdevel Depends: libspiro0 (= ${binary:Version}), ${misc:Depends} Description: library for curve design - development files This library provides a mechanism for drawing smooth contours with constant curvature at the spline joins. . This package provides the runtime library's development files. Package: libspiro0-dbg Architecture: any Multi-Arch: same Section: debug Pre-Depends: ${misc:Pre-Depends}, multiarch-support Depends: libspiro0 (= ${binary:Version}), ${misc:Depends} Description: library for curve design - debugging symbols This library provides a mechanism for drawing smooth contours with constant curvature at the spline joins. . This package provides the debugging symbols for libspiro0. debian/rules0000755000000000000000000000024412216754224010253 0ustar #!/usr/bin/make -f export DEB_BUILD_MAINT_OPTIONS := hardening=+all,-pie %: dh $@ --with autotools-dev override_dh_strip: dh_strip --dbg-package=libspiro0-dbg debian/source/0000755000000000000000000000000012213524665010474 5ustar debian/source/format0000644000000000000000000000001312213524665011701 0ustar 3.0 (quilt)debian/libspiro0.symbols0000644000000000000000000000075012216754224012512 0ustar libspiro.so.0 libspiro0 #MINVER# SpiroCPsToBezier@Base 20071029 TaggedSpiroCPsToBezier@Base 20071029 bezctx_curveto@Base 20071029 bezctx_lineto@Base 20071029 bezctx_mark_knot@Base 20071029 bezctx_moveto@Base 20071029 bezctx_quadto@Base 20071029 compute_jinc@Base 20071029 count_vec@Base 20071029 free_spiro@Base 20071029 get_knot_th@Base 20071029 integrate_spiro@Base 20071029 n@Base 20071029 run_spiro@Base 20071029 solve_spiro@Base 20071029 spiro_to_bpath@Base 20071029 debian/watch0000644000000000000000000000007512213524665010227 0ustar version=3 http://sf.net/libspiro/libspiro_src-(.+)\.tar\.bz2 debian/libspiro0.install0000644000000000000000000000003712213524665012467 0ustar debian/tmp/usr/lib/*/lib*.so.*