debian/0000755000000000000000000000000012172704723007173 5ustar debian/patches/0000755000000000000000000000000012162124101010603 5ustar debian/patches/disable-jpeg-test10.patch0000644000000000000000000000120512162124101015266 0ustar Description: disable JPEG test 10 it fails with libjpeg8, despite the created file looks OK. There is a trail in http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=565919#12 that upstream is planning a fix Author: Damyan Ivanov Forwarded: not-needed --- a/t/GD.t +++ b/t/GD.t @@ -75,11 +75,7 @@ if (GD::Image->newFromXpm('frog.xpm')) { print "not ok ",9,"\n"; } -if (GD::Image->can('newFromJpeg')) { - compare(test10('frog.jpg'),10); -} else { - print "ok ",10," # Skip, no JPEG support\n"; -} +print "ok ",10," # Skip, JPEG test buggy\n"; my $image = GD::Image->new(300,300); $image->colorAllocate(255,255,255); debian/patches/pod-errors.patch0000644000000000000000000000117312162124101013722 0ustar Description: Fix POD errors missing =back and =over Author: Damyan Ivanov Forwarded: no --- a/GD.pm +++ b/GD.pm @@ -460,6 +460,8 @@ support. NOTE: The libgd library is unable to read certain XPM files, returning an all-black image instead. +=back + =head1 GD::Image Methods Once a GD::Image object is created, you can draw with it, copy it, and @@ -472,6 +474,8 @@ a file. The following methods convert the internal drawing format into standard output file formats. +=over + =item B<$pngdata = $image-Epng([$compression_level])> This returns the image data in PNG format. You can then print it, debian/patches/series0000644000000000000000000000005312162124101012016 0ustar disable-jpeg-test10.patch pod-errors.patch debian/control0000644000000000000000000000354612172704143010602 0ustar Source: libgd-perl Section: perl Priority: extra Maintainer: Debian Perl Group Uploaders: Jonas Smedegaard , Dominic Hargreaves , Xavier Guimard , Vasudev Kamath Build-Depends: cdbs, devscripts, perl, debhelper, dh-buildinfo, libgd2-dev | libgd2-xpm-dev, libjpeg-dev, libpng12-dev, libz-dev, libfreetype6-dev, libxpm-dev, libx11-dev Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libgd-perl Vcs-Browser: http://anonscm.debian.org/?p=pkg-perl/packages/libgd-perl.git Standards-Version: 3.9.4 Homepage: http://search.cpan.org/dist/GD/ Package: libgd-perl Architecture: any Depends: ${shlibs:Depends}, ${perl:Depends}, ${misc:Depends} Provides: ${cdbs:Provides} Replaces: ${cdbs:Replaces} Conflicts: ${cdbs:Conflicts} Description: Perl module wrapper for libgd - gd2 variant This is a autoloadable interface module for libgd, a popular library for creating and manipulating PNG files. With this library you can create PNG images on the fly or modify existing files. Features include: . * Lines, polygons, rectangles and arcs, both filled and unfilled * Flood fills * The use of arbitrary images as brushes and as tiled fill patterns * Line styling (dashed lines and the like) * Horizontal and vertical text rendering * Support for transparency and interlacing * Support for TrueType font rendering, via libfreetype. * Support for spline curves, via GD::Polyline * Support for symbolic font names, such as "helvetica:italic" * Support for symbolic color names, such as "green", via GD::Simple * Produces output in png, gif, jpeg and xbm format * Produces output in svg format via GD::SVG. . Included with the example code is the perl script qd.pl with QuickDraw routines for generating PICT2 files (used on Apple Macintosh). debian/source/0000755000000000000000000000000012162124101010454 5ustar debian/source/include-binaries0000644000000000000000000000020512162124101013611 0ustar t/test.out.2.png-2 t/test.out.3.png-2 t/test.out.4.png-3 t/test.out.5.png-2 t/test.out.6.png-2 t/test.out.7.png-2 t/test.out.9.png-3 debian/source/format0000644000000000000000000000001412162124101011662 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000004271012172704723011051 0ustar libgd-perl (2.50-1) unstable; urgency=low [ upstream ] * New release. + Fix gdUseFontConfig so that it can be called as a class method. [ Jonas Smedegaard ] * Improve watch file to use both www.cpan.org/authors URL (for newest info) and search.cpan.org/dist URL (for change of author). Switch get-orig-source target to use www.cpan.org/authors URL. -- Jonas Smedegaard Sun, 21 Jul 2013 09:11:53 +0200 libgd-perl (2.49-1) unstable; urgency=low [ upstream ] * New release. [ Gregor Hermann ] * Remove debian/source/local-options: abort-on-upstream-changes and unapply-patches are default in dpkg-source since 1.16.1. [ Salvatore Bonaccorso ] * Use canonical host (anonscm.debian.org) in Vcs-Git URI. [ Xavier Guimard ] * Use canonical host (anonscm.debian.org) in Vcs-Browser URI. * Bump standards-version to 3.9.4. [ Vasudev Kamath ] * Rename source package to libgd-perl. * Add myself as uploader. * Build-Depend on libgd2-dev (keeping libgd2-xpm-dev as fallback to ease backporting). * Relax to build-depend unversioned on debhelper: Needed version satisfied even in oldstable. * Declare all cleanup in rules file (stop use debhelper clean hook). * Drop makemaker-ccflags.patch: Adopted upstream. [ Jonas Smedegaard ] * Update README.source to emphasize control.in file as *not* a show-stopper for contributions, referring to wiki page for details. * Update Vcs-* URLs to reflect new source package libgd-perl. * Update package relations: + Build-depend on devscripts to check copyright unconditionally. + Stop conflicting against libgd-noxpm-perl, libgd-perl, libgd-gd1-perl or libgd-gd1-noxpm-perl: dropped before oldstable (or for the latter two: never part of a Debian release). + Provide/replace/break libgd-gd2-perl and libgd-gd2-noxpm-perl. * Update copyright file: + Rewrite using file format 1.0. + Add git URL as alternate source. * Drop legacy epoch from package version. * Simplify watch file. * Fix make find rules in rules file POSIX-compliant. * Stop tracking md5sum of upstream tarball. -- Jonas Smedegaard Mon, 24 Jun 2013 22:14:09 +0200 libgd-gd2-perl (1:2.46-3.1) unstable; urgency=low * Non-maintainer upload. * Add regression test files matching libgd 2.1.0-rc1, confirmed to be visually indistinguishable (closes: #709048). -- Colin Watson Sat, 22 Jun 2013 11:26:00 +0100 libgd-gd2-perl (1:2.46-3) unstable; urgency=low * Fix FTBFS on perl 5.14: append $Config{ccflags} to CCFLAGS (Closes: #636649) -- Dominic Hargreaves Thu, 04 Aug 2011 21:40:26 +0100 libgd-gd2-perl (1:2.46-2) unstable; urgency=low * build-depend on libjpeg-dev (Closes: #636451) Needed a patch to disable the JPEG test as that is buggy and fails with libjpeg8 (Closes: #565920) * stop shipping HTML variant of GD POD * fix interpreter path in examples (Closes: #601404) * add patch fixing POD errors -- Damyan Ivanov Wed, 03 Aug 2011 15:50:23 +0300 libgd-gd2-perl (1:2.46-1) unstable; urgency=low * New upstream release. * Tidy watch file: Strip unneeded + in regexp. * Update copyright file: + Rewrite using draft 174 of DEP-5 format. + Extend copyright years for Debian packaging. + Fix use initial wildcard Files section. + Rewrap license fields at 72 chars. * Bump policy compliance to standards-version 3.9.2. * Drop removal-during-install of no longer shipped bdf2gdfont.pl. * Improve package relations: + Relax (drop versioning) for package satisifed even in oldstable: - libgd2-xpm-dev -- Jonas Smedegaard Sun, 08 May 2011 15:31:18 +0200 libgd-gd2-perl (1:2.45-2) unstable; urgency=low * Fix update watch file to track both by-modules and search.cpan.org. -- Jonas Smedegaard Fri, 11 Mar 2011 16:42:52 +0100 libgd-gd2-perl (1:2.45-1) unstable; urgency=low * Add by-author URL to watch file (in addition to by-module one). * Update md5sum hint for new upstream 2.45 release. * Use CDBS perl-makemaker.mk (not deprecated perlmodule.mk). * Update copyright file: + Rewrite using DEP5 Subversion draft rev.173. + Extend years. + Update mail licensing to Artistic-2.0 or GPL-1+. + Add verbatim copy of Artistic-2.0. * Adapt copyright-check suppression hint for newer CDBS. * Build-depend unversioned on cdbs: Satisfied even by oldstable. -- Jonas Smedegaard Fri, 11 Mar 2011 12:09:02 +0100 libgd-gd2-perl (1:2.45-0.1) experimental; urgency=low * New upstream version. * Non-maintainer upload. * Added two more files to delete after build. -- Steffen Moeller Sat, 29 Jan 2011 16:25:06 +0100 libgd-gd2-perl (1:2.41-1) unstable; urgency=low * New upstream release. * Drop locally included CDBS snippets: included in main cdbs now. * Packaging moved to Git: + Update Vcs stanzas. + Add git-buildpackage configfile, enabling signed tags and use of pristine-tar. + Use source format 3.0 (quilt), with suitable local-options. + Git-ignore quilt .pc dir. * Drop Sean Finney as uploader, to reflect reality. * Add proper licensing header to debian/rules. Extend copyright years. * Add README.source. Drop custom hints about CDBS. * Strip now obsolete suffices from watch file. * Ease backporting to Debian stable: Relax inclusion of CDBS snippets required only in DEB_MAINTAINER_MODE, and suppress related build- dependencies. * Rewrite copyright file using draft rev135 of DEP5 format. * Suppress some graphics from copyright-check. * Update README.source to not mention quilt: Source format 3.0 use it internally, but there it is standard and thus need no mention here. * Bump Policy compliance to standards-version 3.9.1. -- Jonas Smedegaard Mon, 18 Oct 2010 02:11:26 +0200 libgd-gd2-perl (1:2.39-2) unstable; urgency=medium * Invoke svn-upgrade (not uupdate) in debian/watch. * Set urgency=medium as 1:2.39-2 included a FTBFS bugfix (similar to bug#487066). -- Jonas Smedegaard Sat, 28 Jun 2008 20:40:23 +0200 libgd-gd2-perl (1:2.39-1) unstable; urgency=low * New upstream release. * Really advertise README.cdbs-tweaks as promised in -1. * Add Vcs-Svn and Vcs-Browser fields to debian/control. * Move Homepage to own field (from pseudo-field in long description). * Update local cdbs tweaks: + Major updates to copyright-check.mk, most importantly relax to only warn by default. + Various updates to update-tarball.mk, including changed wget options to work with recent versions of wget. + Drop buildcore.mk (set hints manually instead as needed). + Cosmetic updates to README.cdbs-tweaks. * Update debian/copyright-hints. * Bump debhelper compatibility level to 6. * Fix double cdbs build-dependencies in debian/rules. * Semi-auto-update debian/control to update build-dependencies: DEB_AUTO_UPDATE_DEBIAN_CONTROL=yes fakeroot debian/rules clean -- Jonas Smedegaard Fri, 27 Jun 2008 20:20:16 +0200 libgd-gd2-perl (1:2.35-1) unstable; urgency=low * New upstream release. * Switch to team maintainance using Alioth project pkg-gd, and myself and Sean Finney as uploaders. If you (yes, you!) want to help packaging GD and related packages for Debian, please get in touch with us at pgk-gd-devel@lists.alioth.debian.org . * Update CDBS tweaks: + Replace auto-update.mk with overloading buildcore.mk. + Fix applying buildinfo only once. + Fix race condition: check copyright strings in pre-build target (not clean target). Closes: bug#424523, thanks to Lucas Nussbaum for discovering and Patrick Winnertz for reporting. + Add upstream-tarball.mk to implement get-orig-source target. + Add debian/README.cdbs-tweaks and advertise it in debian/rules. * Declare build-dependencies in debian/rules. Drop deprecated fallback build-dependencies on old X11 packages. * Semi-auto-update debian/control: DEB_BUILD_OPTIONS=cdbs-autoupdate fakeroot debian/rules pre-build -- Jonas Smedegaard Sun, 12 Aug 2007 20:05:39 +0200 libgd-gd2-perl (1:2.34-1) unstable; urgency=low * New upstream release. * Bump standards-version to 3.7.2 (no changes needed). * Advertise search.cpan.org as Homepage (not "Website") in long description. * Bump watch file version and use uversionmangle to chop 3-digit minor version into manageable pieces (2.041->2.04.1 is lower than 2.05). * Add local cdbs snippet copyright-check.mk. * Move cdbs auto-update activation to local snippet auto-update.mk. * Update local cdbs snippet buildinfo.mk to use correct namespace. * Quote a couple of install paths (even though cdbs itself does not claim to support funny characters in builddir). * Update debian/copyright, thanks to copyright-check.mk: bdf2gdfont.pl has same license but different owner. -- Jonas Smedegaard Sun, 16 Jul 2006 19:28:07 +0200 libgd-gd2-perl (1:2.30-1) unstable; urgency=low * New upstream release. -- Jonas Smedegaard Sun, 30 Oct 2005 13:13:09 +0100 libgd-gd2-perl (1:2.28-1) unstable; urgency=low * New upstream release. * Raise to standards version 3.6.2 (no changes needed). * Use cdbs auto-update feature (enabled only when environment includes DEB_BUILD_OPTIONS=update). * Auto-update build-dependencies (and manually rip out build-essential buggily sneaking in). -- Jonas Smedegaard Wed, 14 Sep 2005 13:24:44 +0200 libgd-gd2-perl (1:2.23-1) unstable; urgency=low * New upstream release. -- Jonas Smedegaard Sat, 26 Mar 2005 04:07:10 +0100 libgd-gd2-perl (1:2.19-1) unstable; urgency=low * New upstream release. + Tests updated, which closes: Bug#282370 (thanks to Kurt Roeckx ). * Build-depend on libxpm-dev and libx11-dev, and on xlibs-dev only as fallback. * Improve debian/rules: + Correctly install docs and example code. + Invoke dh-buildinfo from cdbs snippet (included locally for now). + Clean temporary files slightly more agressively. + Install bdf2gdfont.pl only as example script (not below /usr/bin). + Add more comments. + Make it generic: same file for both libgd-gd2-noxpm-perl and libgd-gd2-perl. * Tighten build-dependency on debhelper to please linda. * Rewrite long description: Mention some of the features and supported graphics formats. -- Jonas Smedegaard Fri, 26 Nov 2004 15:47:08 +0100 libgd-gd2-perl (1:2.16-1) unstable; urgency=low * New upstream release. -- Jonas Smedegaard Thu, 2 Sep 2004 11:56:50 +0200 libgd-gd2-perl (1:2.15-1) unstable; urgency=low * New upstream source. * This release supports GIF (the LZW patent has expired). Closes: Bug#260885 (thanks to Kilian Krause - and sorry for misunderstanding: I thought the bugreport related to the core libgd2 library). * Tighten dependency on libgd2 to ensure GIF support gets compiled in. * Stop explicit setting configure options (libgd-config is used now). * Cleaned up debian/copyright: + Replace info contained in changelog with note on "GNU systems". + Declare each topic more strictly. + Mention "licensing info" together with copyright. * Improved long descriptions: + General introduction to GD in all (non-transitional) packages + Website URL added * Standards-Version: 3.6.1. * Add more comments to debian/rules. * Improve watch file: + Add hint on usage + Use web URL (instead of ftp) + Tweak regex slightly -- Jonas Smedegaard Fri, 23 Jul 2004 23:21:50 +0200 libgd-gd2-perl (1:2.12-1) unstable; urgency=low * New upstream release. Closes: Bug#227307 (anyhow, thanks to Daniel Schepler , Bencsath Boldizsar , and Marc 'HE' Brockschmidt for their efforts). * Add epoch to get back to sane version number again. * Use "debian" as current version in watch file. -- Jonas Smedegaard Fri, 16 Apr 2004 18:14:03 +0200 libgd-gd2-perl (2.110-2.1) unstable; urgency=low * Non-maintainer upload. * Fixed FTBFS failure caused by the new gd lib. Patch based on patch by Bencsath Boldizsar (Thanks!). Closes: #227307. -- Marc 'HE' Brockschmidt Fri, 19 Mar 2004 20:53:43 +0100 libgd-gd2-perl (2.110-2) unstable; urgency=low * This is not a native package. Source is now correctly upstream tarball + diff. -- Jonas Smedegaard Sun, 19 Oct 2003 23:09:40 +0200 libgd-gd2-perl (2.110-1) unstable; urgency=low * New upstream release. * Update watch file. -- Jonas Smedegaard Sun, 19 Oct 2003 22:56:19 +0200 libgd-gd2-perl (2.070-2) unstable; urgency=low * Rebuild against latest libpng12. * Switch to packaging using cdbs. * Hack watch file to avoid not-newer 2.041. * Standards version 3.6.0 (no changes needed). * Include (and build-depend on) dh_buildinfo. * Add bdf_scripts as example files. -- Jonas Smedegaard Thu, 24 Jul 2003 13:19:26 +0200 libgd-gd2-perl (2.070-1) unstable; urgency=low * New upstream release. * Tighten build-dependency on libgd2 (required by new features in this release). * All tests succeed now compiled against libgd2 2.0.12, which closes: Bug#191888 (thanks to Daniel Schepler ). * Use new command-line options instead of patching Makefile.PL. * Use debhelper v4. Tighten build-dependency, switch debhelper hint from DH_COMPAT to debian/compat, and include ${misc:Depends}. * Avoid including -g build option twice. * Lower build-dependency on perl as described in perl-policy 3.3 to allow building on woody. * Bump up Standards-Version to 3.5.9. * Change section to perl. -- Jonas Smedegaard Sun, 4 May 2003 22:55:40 +0200 libgd-gd2-perl (2.060-1) unstable; urgency=low * New upstream release (append a zero to avoid using an epoch). * Build-depend on libgd-gd2-perl at least version 2.0.5 to pass all tests (and because it claims to require it ;-) ). * Reenable test 8 (it is relaxed upstream now). * Update Makefile.PL patch(es). * Install qd.pl only as example. -- Jonas Smedegaard Sun, 16 Feb 2003 04:30:52 +0100 libgd-gd2-perl (2.041-3) unstable; urgency=low * Claim to be in compliance with policy 3.5.8.0. + Stricten build-dependency on debhelper to at least 3.0.18. + Include debug info and respect noopt option at build time. -- Jonas Smedegaard Sun, 1 Dec 2002 01:36:42 +0100 libgd-gd2-perl (2.041-2) unstable; urgency=low * Change wording in copyright about location of Artstic License to silence lintian (it was in fact correct already as it was). -- Jonas Smedegaard Wed, 6 Nov 2002 05:03:17 +0100 libgd-gd2-perl (2.041-1) unstable; urgency=low * New upstream release. * Remove free -> gd_free patch now corrected upstream. * Enable all tests (except test 8, probably failing because of Debian-specific FreeType patches) again - tests corrected/updated upstream. * Tighten build-depends on libgd2-xpm-dev to at least 2.0.4-4 (which has a proper shlibs file and correct dependencies). * Add watch file. * Change build-depends to only the virtual libz-dev and libpng12-dev (not their real counterparts as well). * Tighten build-dependencies on perl and debhelper. * Rewrite debian/rules inspired by newer dh-make-perl template: + Credit where credit is due. + Use debhelper v3 + Support DESTDIR and DEB_BUILD_OPTIONS debug. + Separate install target. + Remove unnecessary debhelper calls. * Remove virtual package libgd-perl (now provided as a transitional package by source-package libgd-perl (>= 1.41-3)). * Mention in description that this package is built with Xpm support. * Conflict on all other libgd-*-perl variants. -- Jonas Smedegaard Wed, 6 Nov 2002 03:45:02 +0100 libgd-gd2-perl (2.02-1) unstable; urgency=low * New upstream release. * Patch GD.xs to follow libgd2 2.0.4 free -> gdFree change, and build- depend on libgd2-dev 2.0.4 or newer. * Build-depend on new libpng12-0-dev and on zlib1g-dev, with fallback to their virtual packages. -- Jonas Smedegaard Tue, 29 Oct 2002 03:39:17 +0100 libgd-gd2-perl (2.01-2) unstable; urgency=low * Add build-dependency on perl (>= 5.8) to force building against new perl on all platforms. * Update debian/copyright (closes: #157587). -- Jonas Smedegaard Thu, 29 Aug 2002 06:11:31 +0200 libgd-gd2-perl (2.01-1) unstable; urgency=low * New upstream release. * Change source URL to use cpan.org. -- Jonas Smedegaard Mon, 19 Aug 2002 21:45:38 +0200 libgd-gd2-perl (1.40-3) unstable; urgency=low * Tighten ependency on libgd2-xpm-dev to ensure libpng3-only build environment. -- Jonas Smedegaard Sun, 18 Aug 2002 22:52:31 +0200 libgd-gd2-perl (1.40-2) unstable; urgency=low * Build against libpng3 (thanks to Junichi Uekawa for cleaning up the mess finally!). * Conflict with new package libgd-gd2-noxpm-perl. -- Jonas Smedegaard Sun, 18 Aug 2002 18:47:29 +0200 libgd-gd2-perl (1.40-1) unstable; urgency=low * New variant of libgd-perl, built against libgd2 (Closes: #151240). * disable tests 2, 3, 6 and 10 and get in touch with upstream... * See libgd-perl for older changes. -- Jonas Smedegaard Tue, 23 Jul 2002 15:40:37 +0200 debian/README.source0000644000000000000000000000056312162124101011337 0ustar CDBS+git-buildpackage --------------------- This source package uses CDBS and git-buildpackage. NMUs need not (but are encouraged to) make special use of these tools. In particular, the debian/control.in file can be completely ignored. More info here: http://wiki.debian.org/CDBS+git-buildpackage -- Jonas Smedegaard Mon, 18 Feb 2013 12:55:37 +0100 debian/compat0000644000000000000000000000000212162124101010352 0ustar 8 debian/watch0000644000000000000000000000030112172702464010216 0ustar # Run the "uscan" command to check for upstream updates and more. version=3 http://www.cpan.org/authors/id/L/LD/LDS/GD-([\d.]+)\.tar\.gz http://search.cpan.org/dist/GD/ .*/GD-([\d.]+)\.tar\.gz debian/copyright_hints0000644000000000000000000000362412172704136012336 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: FIXME Upstream-Contact: FIXME Source: FIXME Disclaimer: Autogenerated by CDBS Files: ChangeLog GD/Group.pm MANIFEST META.json META.yml Makefile.PL README.QUICKDRAW README.unix bdf_scripts/README debian/README.source debian/compat debian/control debian/control.in debian/gbp.conf debian/patches/disable-jpeg-test10.patch debian/patches/pod-errors.patch debian/patches/series debian/source/format debian/source/include-binaries debian/watch demos/brushes.pl demos/copies.pl demos/fills.pl demos/fonttest demos/gd_example.cgi demos/polyline.pl demos/polys.pl demos/shapes.pl demos/tile.png demos/transform.pl demos/truetype_test demos/ttf.pl qd.pl t/GD.t t/Generic.ttf t/Polyline.t t/frog.jpg t/frog.xpm t/palettemap.png t/tile.gif t/tile.jpeg t/tile.png typemap Copyright: *No copyright* License: UNKNOWN FIXME Files: GD/Polygon.pm GD/Simple.pm Copyright: 1995-2005, Lincoln D. Stein. It is 2004, Lincoln D. Stein. It is License: UNKNOWN FIXME Files: debian/rules Copyright: 2002-2008, 2010-2011, 2013 License: GPL-3+ FIXME Files: bdf_scripts/bdftogd Copyright: = $value; } License: UNKNOWN FIXME Files: bdf_scripts/bdf2gdfont.PLS Copyright: 2004, Cold Spring Harbor Laboratory = $value; } License: UNKNOWN FIXME Files: GD/Polyline.pm Copyright: 2002, Daniel J. Harasty. It is License: UNKNOWN FIXME Files: GD/Image.pm.PLS Copyright: 1995, Lincoln D. Stein. See accompanying README file for 1995-2005, Lincoln D. Stein. It is License: UNKNOWN FIXME Files: GD.xs Copyright: 1995, - 1998, Lincoln D. Stein. See accompanying README file for License: UNKNOWN FIXME Files: GD.pm Copyright: 1995, Lincoln D. Stein. See accompanying README file for 1995-2010, Lincoln D. Stein. This License: UNKNOWN FIXME Files: README Copyright: 1995-2010, Lincoln D. Stein. This License: UNKNOWN FIXME debian/copyright0000644000000000000000000002567312162124101011124 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: GD Upstream-Contact: Lincoln D. Stein Source: http://search.cpan.org/dist/GD/ git://github.com/lstein/Perl-GD Files: * Copyright: 1995-2010, Lincoln D. Stein License: Artistic-2.0 or GPL-1+ Comment: License: . The GD.pm interface is copyright 1995-2010, Lincoln D. Stein. This package and its accompanying libraries is free software; you can redistribute it and/or modify it under the terms of the GPL (either version 1, or at your option, any later version) or the Artistic License 2.0. Refer to LICENSE for the full license text. Files: bdf_scripts/* Copyright: 2004, Cold Spring Harbor Laboratory License: Artistic or GPL-1+ Files: GD/Polyline.pm Copyright: 2002, Daniel J. Harasty License: Artistic or GPL-1+ Comment: License: . The Polyline.pm module is copyright 2002, Daniel J. Harasty. It is distributed under the same terms as Perl itself. See the "Artistic License" in the Perl source code distribution for licensing terms. . Comment: . Perl is licensed under either the "Artistic license" or the "GNU General Public License" version 1 or later. Files: debian/* Copyright: 2003-2008,2010-2011,2013, Jonas Smedegaard License: GPL-3+ License: Artistic-2.0 Artistic License 2.0 . Copyright (c) 2000-2006, The Perl Foundation. . Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. . .Preamble This license establishes the terms under which a given free software Package may be copied, modified, distributed, and/or redistributed. The intent is that the Copyright Holder maintains some artistic control over the development of that Package while still keeping the Package available as open source and free software. . You are always permitted to make arrangements wholly outside of this license directly with the Copyright Holder of a given Package. If the terms of this license do not permit the full use that you propose to make of the Package, you should contact the Copyright Holder and seek a different licensing arrangement. . Definitions "Copyright Holder" means the individual(s) or organization(s) named in the copyright notice for the entire Package. . "Contributor" means any party that has contributed code or other material to the Package, in accordance with the Copyright Holder's procedures. . "You" and "your" means any person who would like to copy, distribute, or modify the Package. . "Package" means the collection of files distributed by the Copyright Holder, and derivatives of that collection and/or of those files. A given Package may consist of either the Standard Version, or a Modified Version. . "Distribute" means providing a copy of the Package or making it accessible to anyone else, or in the case of a company or organization, to others outside of your company or organization. . "Distributor Fee" means any fee that you charge for Distributing this Package or providing support for this Package to another party. It does not mean licensing fees. . "Standard Version" refers to the Package if it has not been modified, or has been modified only in ways explicitly requested by the Copyright Holder. . "Modified Version" means the Package, if it has been changed, and such changes were not explicitly requested by the Copyright Holder. . "Original License" means this Artistic License as Distributed with the Standard Version of the Package, in its current version or as it may be modified by The Perl Foundation in the future. . "Source" form means the source code, documentation source, and configuration files for the Package. . "Compiled" form means the compiled bytecode, object code, binary, or any other form resulting from mechanical transformation or translation of the Source form. . Permission for Use and Modification Without Distribution (1) You are permitted to use the Standard Version and create and use Modified Versions for any purpose without restriction, provided that you do not Distribute the Modified Version. . Permissions for Redistribution of the Standard Version (2) You may Distribute verbatim copies of the Source form of the Standard Version of this Package in any medium without restriction, either gratis or for a Distributor Fee, provided that you duplicate all of the original copyright notices and associated disclaimers. At your discretion, such verbatim copies may or may not include a Compiled form of the Package. . (3) You may apply any bug fixes, portability changes, and other modifications made available from the Copyright Holder. The resulting Package will still be considered the Standard Version, and as such will be subject to the Original License. . Distribution of Modified Versions of the Package as Source (4) You may Distribute your Modified Version as Source (either gratis or for a Distributor Fee, and with or without a Compiled form of the Modified Version) provided that you clearly document how it differs from the Standard Version, including, but not limited to, documenting any non-standard features, executables, or modules, and provided that you do at least ONE of the following: . (a) make the Modified Version available to the Copyright Holder of the Standard Version, under the Original License, so that the Copyright Holder may include your modifications in the Standard Version. (b) ensure that installation of your Modified Version does not prevent the user installing or running the Standard Version. In addition, the Modified Version must bear a name that is different from the name of the Standard Version. (c) allow anyone who receives a copy of the Modified Version to make the Source form of the Modified Version available to others under (i) the Original License or (ii) a license that permits the licensee to freely copy, modify and redistribute the Modified Version using the same licensing terms that apply to the copy that the licensee received, and requires that the Source form of the Modified Version, and of any works derived from it, be made freely available in that license fees are prohibited but Distributor Fees are allowed. . Distribution of Compiled Forms of the Standard Version or Modified Versions without the Source . (5) You may Distribute Compiled forms of the Standard Version without the Source, provided that you include complete instructions on how to get the Source of the Standard Version. Such instructions must be valid at the time of your distribution. If these instructions, at any time while you are carrying out such distribution, become invalid, you must provide new instructions on demand or cease further distribution. If you provide valid instructions or cease distribution within thirty days after you become aware that the instructions are invalid, then you do not forfeit any of your rights under this license. . (6) You may Distribute a Modified Version in Compiled form without the Source, provided that you comply with Section 4 with respect to the Source of the Modified Version. . Aggregating or Linking the Package (7) You may aggregate the Package (either the Standard Version or Modified Version) with other packages and Distribute the resulting aggregation provided that you do not charge a licensing fee for the Package. Distributor Fees are permitted, and licensing fees for other components in the aggregation are permitted. The terms of this license apply to the use and Distribution of the Standard or Modified Versions as included in the aggregation. . (8) You are permitted to link Modified and Standard Versions with other works, to embed the Package in a larger work of your own, or to build stand-alone binary or bytecode versions of applications that include the Package, and Distribute the result without restriction, provided the result does not expose a direct interface to the Package. . Items That are Not Considered Part of a Modified Version (9) Works (including, but not limited to, modules and scripts) that merely extend or make use of the Package, do not, by themselves, cause the Package to be a Modified Version. In addition, such works are not considered parts of the Package itself, and are not subject to the terms of this license. . General Provisions (10) Any use, modification, and distribution of the Standard or Modified Versions is governed by this Artistic License. By using, modifying or distributing the Package, you accept this license. Do not use, modify, or distribute the Package, if you do not accept this license. . (11) If your Modified Version has been derived from a Modified Version made by someone other than you, you are nevertheless required to ensure that your Modified Version complies with the requirements of this license. . (12) This license does not grant you the right to use any trademark, service mark, tradename, or logo of the Copyright Holder. . (13) This license includes the non-exclusive, worldwide, free-of-charge patent license to make, have made, use, offer to sell, sell, import and otherwise transfer the Package with respect to any patent claims licensable by the Copyright Holder that are necessarily infringed by the Package. If you institute patent litigation (including a cross-claim or counterclaim) against any party alleging that the Package constitutes direct or contributory patent infringement, then this Artistic License to you shall terminate on the date that such litigation is filed. . (14) Disclaimer of Warranty: THE PACKAGE IS PROVIDED BY THE COPYRIGHT HOLDER AND CONTRIBUTORS "AS IS' AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES. THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT ARE DISCLAIMED TO THE EXTENT PERMITTED BY YOUR LOCAL LAW. UNLESS REQUIRED BY LAW, NO COPYRIGHT HOLDER OR CONTRIBUTOR WILL BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING IN ANY WAY OUT OF THE USE OF THE PACKAGE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. License: Artistic Comment: . On Debian systems the "Artistic License" is located in '/usr/share/common-licenses/Artistic'. License: GPL-1+ Comment: . On Debian systems the "GNU General Public License" version 1 is located in '/usr/share/common-licenses/GPL-1'. License: GPL-3+ 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 3, 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 3 is located in '/usr/share/common-licenses/GPL-3'. . You should have received a copy of the "GNU General Public License" along with this program. If not, see . debian/gbp.conf0000644000000000000000000000014612162124101010574 0ustar # Configuration file for git-buildpackage and friends [DEFAULT] pristine-tar = True sign-tags = True debian/rules0000755000000000000000000000507112172702472010255 0ustar #!/usr/bin/make -f # -*- mode: makefile; coding: utf-8 -*- # Copyright © 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2010, 2011, 2013 # Jonas Smedegaard # Description: Main Debian packaging script for GD # # 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 3, 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. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . include /usr/share/cdbs/1/rules/upstream-tarball.mk include /usr/share/cdbs/1/rules/utils.mk include /usr/share/cdbs/1/class/perl-makemaker.mk include /usr/share/cdbs/1/rules/debhelper.mk pkg = $(DEB_SOURCE_PACKAGE) DEB_UPSTREAM_PACKAGE = GD DEB_UPSTREAM_URL = http://www.cpan.org/authors/id/L/LD/LDS # Needed by upstream build process CDBS_BUILD_DEPENDS +=, libgd2-dev | libgd2-xpm-dev, libjpeg-dev CDBS_BUILD_DEPENDS +=, libpng12-dev, libz-dev, libfreetype6-dev CDBS_BUILD_DEPENDS +=, libxpm-dev, libx11-dev # Transitional quirk: libgd-gd2-perl and libgd-gd2-noxpm-perl merged # TODO: drop after Jessie+1 (was introduced before Jessie) CDBS_PROVIDES_$(pkg) = libgd-gd2-perl, libgd-gd2-noxpm-perl oldpkgs-versioned = libgd-gd2-perl (<= 1:2.46-3.1), libgd-gd2-noxpm-perl (<= 1:2.46-2.1) CDBS_BREAKS_$(pkg) = $(oldpkgs-versioned) CDBS_REPLACES_$(pkg) = $(oldpkgs-versioned) # Suppress some graphics (in addition to default stuff) DEB_COPYRIGHT_CHECK_IGNORE_REGEX = ^(demos/font_list\.png|t/test.out.*|debian/(changelog|copyright(|_hints|_newhints)))$ DEB_INSTALL_DOCS_ALL += README.unix README.QUICKDRAW DEB_INSTALL_EXAMPLES_ALL = demos bdf_scripts qd.pl # qd.pl and bdf2gdfont.pl are installed as example scripts instead binary-post-install/$(pkg):: find "$(DEB_DESTDIR)" -type f '(' -name '*qd.pl*' -or -name '*bdf2gdfont.pl*' ')' '!' -path '*/usr/share/doc/*' -delete # Remove stray empty dirs (due to MakeMaker stupidity and above cleanup) binary-post-install/$(pkg):: find "$(DEB_DESTDIR)" -depth -type d -empty -delete find "$(DEB_DESTDIR)" -type f -exec sed -i 's,/usr/local/bin/perl,/usr/bin/perl,' '{}' ';' # Manually clean leftovers clean:: rm -f GD.html pod2html* pod2htmd.tmp pod2htmi.tmp .config.cache GD/Image.pm bdf_scripts/bdf2gdfont.pl Makefile.old debian/control.in0000644000000000000000000000330612162124101011166 0ustar Source: libgd-perl Section: perl Priority: extra Maintainer: Debian Perl Group Uploaders: Jonas Smedegaard , Dominic Hargreaves , Xavier Guimard , Vasudev Kamath Build-Depends: @cdbs@ Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libgd-perl Vcs-Browser: http://anonscm.debian.org/?p=pkg-perl/packages/libgd-perl.git Standards-Version: 3.9.4 Homepage: http://search.cpan.org/dist/GD/ Package: libgd-perl Architecture: any Depends: ${shlibs:Depends}, ${perl:Depends}, ${misc:Depends} Provides: ${cdbs:Provides} Replaces: ${cdbs:Replaces} Conflicts: ${cdbs:Conflicts} Description: Perl module wrapper for libgd - gd2 variant This is a autoloadable interface module for libgd, a popular library for creating and manipulating PNG files. With this library you can create PNG images on the fly or modify existing files. Features include: . * Lines, polygons, rectangles and arcs, both filled and unfilled * Flood fills * The use of arbitrary images as brushes and as tiled fill patterns * Line styling (dashed lines and the like) * Horizontal and vertical text rendering * Support for transparency and interlacing * Support for TrueType font rendering, via libfreetype. * Support for spline curves, via GD::Polyline * Support for symbolic font names, such as "helvetica:italic" * Support for symbolic color names, such as "green", via GD::Simple * Produces output in png, gif, jpeg and xbm format * Produces output in svg format via GD::SVG. . Included with the example code is the perl script qd.pl with QuickDraw routines for generating PICT2 files (used on Apple Macintosh). t/test.out.2.png-20000644000000000000000000000241312162124101010767 0ustar PNG  IHDR,,SFPLTEܸ L$} pHYs+IDATxڽn@`R5q EԜիo7{g490$%!Mp8Sv܆)˴m4mQ#Q\U._U+T_+\vq+R1b\c*j S+.ڐJT >qa*R+.|\ ڸr[V(kǕ K/1~\`e̥₶5F5 kU.֠2ӏNN\,R`2,Z\ -JXӈ,ѡ]EXNÜXɰhVkaɸ`ZqXaMq[X,HXS\XѰƸ˕ӡhQƸȲ7>"rua q鰒aqYZ,r!bth`6{:ºX?,R\Vji2:ZڬE=du˳\dZr;u:d:v_Xټ!,?#Y'gyF"tYpKYded},:miec?'uez J 2vx27~sV`%Y;b5v۫U)S2{o&K!vZU X{Ed%KVaCn{)vvz$+٢ZY;/W VEZ`V4.,w1VzVEW>kX.xJ`;ldZ"Xru3 %° %| m-?z8oэK իd\^Xfen?z?'_XErTk˪ѩ \EenS8Vy2k z i< 55ĺbc,Ea]p̸31WeX{7Ч70Y@UyVb!nnO?$ ǯ mǤL/6MJ_mش/ߦ?l6MٞB۟mm*i킏͟c¶uWC`ۮm/ `~Xo;wƦ`AcSz&l B~E~LmL-{c[mJǶ?mKېn6NE9g|uo{<ۚ{ͤۑYζFw yxhS(% PYa3َlʳiMr!uTAL8VjL8n/Ϲ)OϹ69 J97㕺u;u[ֻJܴ 877ҧ7o ݕ )7jo}ss fz?7B; v\ZDn%n[̾ESsktR n»n0`IsmdJL v[Ŝ[pW䶉9)鶉nӏW;B#m1=mg9f_ (;77oj仩%znsob-qt[Dnv^mp.Kƹ%p%vc^pnT%#tZF?v{dns27ILW8[^Qj$`P-ź$Xtw]˕W9׷{ȔylkTmw\ci2ćnSQԻQ5R*:8sJ[TӸ͇KyS[j!rSvVx77ylmdn?CM"s֍TMa7Ÿi.hn r-Uo#/즻uZ듛X-KQ[9: VI%*TsZ;EkU"i*S>B- Y0gj4UL h!c(}stN--,dV~JχUwք2˞v5٭ B m` Ǻ302JlY9Kk jh§HUxkeOH՝?^UZUghUejE*?c5}kS\}kZgVtRKT2-@ :fkR}ޏf-Z@*>dR|ڢS"'W:.jj opߏN&޶XCf2fZgsvZKk @ViO9/UZgr-lnR^i%]j׺ke{DT{xr'#-f?2X+߻Vw%jP!%ɴpT?|OMFHGjnZ!oR(׋D4H !}VNmϞ\JO_EZ|ZܵZ={ܚTXc4hiҳE+L| ZD_VXuժ :~J-觵7FZޫqhc.i-F ==L k%DosZL*eZ}UWk-٣Yg]t V!u`ma0%Ʋ 72D1e -ߍEm_}7V0Mk|X.%QR. &aSt@-~t%dknX_Z/ >j5'L.K9KOiŕNJlGre*Ł\9,EPQܹF<,d{=peh*ŝj,*(I/L cҋJЏ0rX8b2XڣJt E(2XdEQ<]i,v(.,?ݓ>ppX"N(&r1ExV6Ʈ V&CߋXϋ?brTQr+,5 nx'b,"D2߆x 0R?XpC,ocFXmXrlac62GF)uXz^!y  xkQr=/ؗ'q{ VY/H*⥻%Q 0]7C65_%M |\(Wcɦ .]Nrm>{ЃNUDÁO[sXwwQ|LX?V&;qX,9-&o F`1\8Xjl~p1V؄wNt[ϩ T5xZGyVhr呑6_$oR[dv7-? nJ{aխznX XfXK,XUW]ɱ*frfDՀ1V4٫OV;1]ðj^QK#V>QX]~<9X[(ao߃q[(V`ݾKb,+=CڣXuPW[ @2,Gjb`5E XEW `5EK ZXXQE9Gj0(|*VCaEK˱(ł(j+`Dq,VueXUEVL%jH(`a*>*c18]oaaQ?/R1s:zIENDB`t/test.out.4.png-30000644000000000000000000000044212162124101010772 0ustar PNG  IHDRd2[- PLTE3J pHYs+IDAT8 0 E ̓z =0@6ʊD&?cۘKjGUOςx|pvrՑ3 9l`deVM2lh8ceB{"r{ܩ?Oy(k> S϶M(IENDB`t/test.out.5.png-20000644000000000000000000000122212162124101010767 0ustar PNG  IHDRV PLTE͠?[; pHYs+)IDATxIn0 ᤹@}'( t=n)~K`xe~0^ms :AԩSRę {Suw;uCN꜇"ߛEJek87}]lcٌ ]%+naj5K]:&5)0L]M&ǧIf 4йT?3ԭ اbS1f3LvS3f|F9O͉u-@o}Y;5rf\yOऱ*3k3K<52#%|fS#3D@OH3`=0ǣY2\{Qt{5c!2po)Xvm@=tr(zQ#tNBTm]/q9̖ dqfosC< ql Yy Fx)mv 2H3j3{pfsqfM9YIf +7{̔@3ʚIT0{f0O]శmp2=콥܇j; &?ҎgOxYz,"W%l3K<411 Rh80")3Z3'4<6}H!@W3\"-yf\f@d{3zDYEH̼Q*ѶcEQ̤{-T?iS\b[ˬp)b&(MܥZVԨ`}f_zYW k]$t)2㺈Q뷂\4 tL1XJ'a:' VbY,ku f)F,$Z<9asus K9YՆI>:H}%V;Iǎ6,Xm.Y[jr[o@sN29 x^<sL+,e'S>BXb,%,JĢ8Y+bIV%,e$^%'IXh'Xy'K1,$1 VI"/lvB*BCa!abapN"PNgT,Bb ,M|mXdkf¦Y>XoU]kX73n9^ުeL`!܋nگ> ϗ" *uOA|uH"\c%Zyc%UC:v(Cl?8_WֱrwNy9'f S3G/|]Q a9{SH,'KXR;9mW$KFXcQܰ4Ywִc{_SM6, `f>VU잙Xwf󰪂cߎXXu(EEjZ@՝?vZXU]kV͹h,99MŢ&*~X3$L(P9,ߛ`^< >|+!$|;EJW[R^Z,(`pc<ޟۖf5>\<:}K Fϱ'}&K o+ۑNr-~2_8WWIbm1)<,-X=ZRX=&,bQV*V,Ja*E,%,J+j"jQH~N V,Bċ"d+GBZ*īt͊{5+V>XXxᓢoݭX3 >+|ZN$c^H"V.V:`- `B Xp ,LpX۱Rw"B,ہCbskFdo4lDˆIw >p$õ߻oiʴncw6ZAZ olno,CVI SQEhE-Ii%´xh"G+pjBT6Rn&&l2ks9Gʄ;{{,A .s2|c"?LU\x5>U/Gc9Jk U"VVňר~M/ HXYC^3FqY{!}h]@ZPQJGԯ JLk=TQDL f娨y%Vb;+P1^JHxt<OWL+,䄫'~rO+a_}Z`E*.V6X'+ I/_ꨢKaOZ`uTQ띧OŀVUbZأ ^i3ߤ˧Ub%ׇ ΟBkXZi*~3-D'xb7O؅RDK$Vu6?Қ*Nl,W fASW~Q:b+)^NcТm#b@hU<e՞Sv7Ͼ^*ޣہϮ5S++w;F;~Go)فדh`&osNG&7,ڍA~wS>D| G%lh3=f%x|dD}L}<A ~@W8rܨ7';H[dwabGݍ#L'z&"#1{GKֻA=8~TGOakN>6uM>]c/œV XO$w+C䂢 -x[map{ R?ѩ { , ~8thrkW\j 5Ov罃Oz{Mى-.f݀w'=xh7B=W0t62b-QovW{h;o#qptN?PEdoA/}&{clzkI3Cm@]v;tKSWCnG7RKiZ՛G _zcT uw]WnrwtՎf_\i^f=W9ir~KNݨN5,ˢVk.A]'v.kIKP}$׫k4v*>_"&W,} w7|-B+-kL= dp]KVv{nj_즋I]OYvv?۰KulSV˛j;N/{*b? of%rʮV4Kھ٥% .I yCtʼnr$^/_o=mpy=O\פnV?2&۷kbWx]ˊ3',=/e߯ھU{3Xg?"ras=({m:ꃽlj{j{wK5nti?>|g6/".>n͛cnqX`W+.\`˖ ɦR;!B!B!B!B!B!B!B!vRdT3^IENDB`t/test.out.9.png-30000644000000000000000000000541112162124101011000 0ustar PNG  IHDR00` PLTE@LG32(0ߊ pHYs+IDATHmT XS>Ŀ:U~$2 hpg ▌ECb"nOhtZnSeb)86թ-s}}{~}<Zv}WIyV+y=|mV,l LaO N[:v6f;npjn7nhj˳4h_mOlX-]ugrlVr46]/"rsBP}˅!lq1ONˆgMC=77n$:yr[@!E|VVVkVA]yMúp&"ȠLN '5 VU&|{kVʦ[8}:y]ܼJ 궶ի>-b<ص!E6\w`iK9r:qۍZn0VmMujv!l=ޑv#7{7p3Zc-qn㍖~/۞(Ε46G{n7Yw{7n}w-їaa {7w3qjI D&9]uu/y'x/OsXtiX bO f4׮31Ղ׳'ZPa<&)b|T#ˉT=nt΄WɟffS8^!ݝ =j^$ǣ~9իǛ%8pv{{ཁ13PbԦj!0(ynNǯF C {` Ff2 L Ё+0yGH,bEqqTh&xAzRuzσpyU&65Cű9_I`c$l#  #r@e-ǎ5/<֘_HgI6l% ¬^V߯psv疔@% "4V4pK`J%'0QrSX3I#RL& KL$U_xU߈B` ȷW2`N. *6 @xL N:2 $=^Z"u(e b9?\^Nc~Cr/;^82)| N u2!׵x|ba7Ѝw}sW7pN%gIm oX*~,0!S|^4|( >Nu/0_T[/JaːX ݇K47'\c(dKSBWǒP 3p}2s_& /&)dnTsJpϰKv=^ܤ;QQ!$PoG}h<`ĥJ)tśVK\+ܷ&wŹm\wЮ{ S r0c0_)xR)1J R6EmUT5f؝ )йvsoc杊]ko5|pgެKe"Mt‚Ec VT_\P(hZϐд"D*+];?%.nE-rj E94]VUfPt33sپf`8RTԟ37tNΓxdeo\S54T4jhpUU`QE1:*)PH'$ ,*,^UV&eeejDkGi ͗Х,  PC(zE{/ZLW4tict4X*IMezTﺯ^7lY1i²KsB5?XTD2茜aQ.!!9Aij3,H$'FϠ