debian/0000755000000000000000000000000012235431224007164 5ustar debian/control0000644000000000000000000000156512235431210010571 0ustar Source: libpgplot-perl Section: contrib/perl Priority: optional Maintainer: Debian Perl Group Uploaders: Carlo Segre , gregor herrmann Homepage: http://search.cpan.org/dist/PGPLOT/ Build-Depends: debhelper (>= 8), perl, gfortran, libextutils-f77-perl, libpng-dev, libx11-dev, pgplot5, x11proto-core-dev, chrpath Standards-Version: 3.9.2 XS-Autobuild: yes Vcs-Git: git://git.debian.org/pkg-perl/packages/libpgplot-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libpgplot-perl.git Package: libpgplot-perl Architecture: any Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends} Description: perl interface to the pgplot plotting library The PGPLOT module provides a perl interface to the pgplot libraries used for plotting and visualizing scientific data. debian/watch0000644000000000000000000000015111677166647010241 0ustar version=3 http://search.cpan.org/dist/PGPLOT/ .*/PGPLOT-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/source/0000755000000000000000000000000011677166647010513 5ustar debian/source/format0000644000000000000000000000001411677166647011721 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000037111677166647010274 0ustar #!/usr/bin/make -f %: dh $@ override_dh_auto_test: # either is useless (without X) or interactive (with xvfb) # Strip RPATH from PGPLOT.so before installing override_dh_auto_install: chrpath -d blib/arch/auto/PGPLOT/PGPLOT.so dh_auto_install debian/patches/0000755000000000000000000000000011677166647010642 5ustar debian/patches/spelling.patch0000644000000000000000000000126011677166647013477 0ustar Description: fix a spelling mistake Origin: vendor Bug: https://rt.cpan.org/Ticket/Display.html?id=72447 Forwarded: https://rt.cpan.org/Ticket/Display.html?id=72447 Author: gregor herrmann Last-Update: 2011-11-15 --- a/PGPLOT.pm +++ b/PGPLOT.pm @@ -223,7 +223,7 @@ =head2 ARGUMENT MAPPING - GENERAL HANDLING OF BINARY DATA In addition to the implicit rules mentioned above PGPLOT now provides -a scheme for explictly handling binary data in all routines. +a scheme for explicitly handling binary data in all routines. If your scalar variable (e.g. C<$x>) holds binary data (i.e. 'packed') then simply pass PGPLOT a reference to it (e.g. C<\$x>). Thus one can debian/patches/series0000644000000000000000000000001711677166647012055 0ustar spelling.patch debian/libpgplot-perl.links0000644000000000000000000000010211677166647013202 0ustar /usr/share/man/man3/PGPLOT.3pm.gz /usr/share/man/man3/pgperl.3.gz debian/libpgplot-perl.doc0000644000000000000000000000000711677166647012633 0ustar README debian/copyright0000644000000000000000000000274211677166647011153 0ustar Format-Specification: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?view=markup&pathrev=135 Maintainer: Karl Glazebrook Source: http://search.cpan.org/dist/PGPLOT/ Name: PGPLOT Disclaimer: The package is in contrib because it (build) depends on non-free packages. Files: * Copyright: 2006, Karl Glazebrook License: Artistic or GPL-1+ Comment: Under the Berne convention it is assumed that the author is also the copyright holder. Files: debian/* Copyright: 1998, 1999, John Lapeyre 1999, 2000, 2001, 2002, Stephen Zander 2002, Ben Burton 2004, Martin Pitt 2005, Andrew Pollock 2009, Carlo Segre 2011, gregor herrmann License: Artistic or GPL-1+ License: Artistic This program is free software; you can redistribute it and/or modify it under the terms of the Artistic License, which comes with Perl. . On Debian systems, the complete text of the Artistic License can be found in `/usr/share/common-licenses/Artistic'. License: GPL-1+ 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 1, or (at your option) any later version. . On Debian systems, the complete text of version 1 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/compat0000644000000000000000000000000211677166647010411 0ustar 8 debian/changelog0000644000000000000000000001374712235431224011052 0ustar libpgplot-perl (1:2.21-3.1) unstable; urgency=low * Non-maintainer upload. * Rebuild against perl 5.18 (Closes: #721320) * Switch B-D: libpng12-dev to libpng-dev. (Closes: #662408) -- Andreas Beckmann Sun, 03 Nov 2013 12:25:08 +0100 libpgplot-perl (1:2.21-3) unstable; urgency=low [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Salvatore Bonaccorso ] * debian/copyright: Replace DEP5 Format-Specification URL from svn.debian.org to anonscm.debian.org URL. [ gregor herrmann ] * Spelling patch: forward and update DEP3 headers. [ Carlo Segre ] * Rebuild with perl 5.14 -- Carlo Segre Thu, 29 Dec 2011 19:39:42 -0600 libpgplot-perl (1:2.21-2) unstable; urgency=low * Add dependency on chrpath to remove RPATH from PGPLOT.so * Add XS-Autobuild: yes field in hope that non-free autobuilders will permit this package to be built. * Rebuild with perl 5.12 -- Carlo Segre Sun, 12 Jun 2011 17:00:15 -0500 libpgplot-perl (1:2.21-1) unstable; urgency=low * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser field (source stanza). Removed: XS-Vcs-Svn fields (source stanza). * debian/control: Added: ${misc:Depends} to Depends: field. * debian/watch: use dist-based URL. * debian/control: fix dependency on pgplot5. * Remove Conflicts:/Replaces: pgperl. * New upstream release. * Switch to source format 3.0 (quilt). * Use tiny dh debian/rules file. * Bump debhelper compatibility level to 8. * Remove versions from build dependencies that are already satisfied in oldstable. * debian/copyright: use DEP5 format, point to -GPL-1. * Set Standards-Version to 3.9.2 (no further changes). * Add /me to Uploaders. * Add a patch to fix a spelling mistake. -- gregor herrmann Sun, 24 Apr 2011 19:06:38 +0200 libpgplot-perl (1:2.20-1) unstable; urgency=low * New upstream release. * Reinsert into archive (Closes: #441034). * New maintainer - Debian Perl Group. * Rename to fit perl naming conventions, changing sections too. * Clean up debian/rules file a bit. * Fix debian/copyright to include upstream information. * Upgrade Standards-Version to 3.8.0 -- Carlo Segre Sun, 01 Feb 2009 15:36:49 -0600 pgperl (1:2.18-5) unstable; urgency=low * QA Group upload orphaning this package -- Andrew Pollock Thu, 3 Mar 2005 13:36:34 +1100 pgperl (1:2.18-4.1) unstable; urgency=low * Non-maintainer upload: I uploaded an unrelated source package that was also called pgperl (perl backend for PostgreSQL), which overwrote your package. Sorry for that! I renamed my source package and do this upload to restore your package. I did not change anything apart from the version number. -- Martin Pitt Wed, 11 Feb 2004 09:33:44 +0100 pgperl (2.18-4) unstable; urgency=low * Merge NMU into CVS repository, Closes: #158965 * Add -lpng et al to library list as pgplot now produces png images, Closes: #159229 -- Stephen Zander Tue, 3 Sep 2002 09:32:18 -0700 pgperl (2.18-3.1) unstable; urgency=low * NMU: Rebuilt against perl 5.8. -- Ben Burton Sat, 31 Aug 2002 11:15:24 +1000 pgperl (2.18-3) unstable; urgency=high * Rebuild against latest pgplot5 and add versioned build dependency to package, Closes: #109543, #112596 -- Stephen Zander Sat, 16 Feb 2002 11:37:52 -0800 pgperl (2.18-2) unstable; urgency=medium * Fixed missing build dependency, Closes: #99101 -- Stephen Zander Fri, 1 Jun 2001 14:29:13 -0700 pgperl (2.18-1) unstable; urgency=low * New upstream source. * Updated for policy 3.5.1 and the new perl packaging policy, Closes: #80701, #83671 -- Stephen Zander Sun, 4 Mar 2001 17:11:17 -0800 pgperl (2.17-1) unstable; urgency=low * New upstream source -- Stephen Zander Wed, 20 Sep 2000 21:41:39 -0700 pgperl (2.16-1) unstable; urgency=low * New upstream source. -- Stephen Zander Tue, 18 Apr 2000 22:43:23 -0700 pgperl (2.15-2) frozen unstable; urgency=low * Recompile to fix X library dependancy, closes #57228 -- Stephen Zander Sat, 12 Feb 2000 22:43:34 -0800 pgperl (2.15-1) unstable; urgency=low * New maintainer. * New version. * Changed build to non-native package, Closes: #44321 -- Stephen Zander Thu, 4 Nov 1999 23:17:51 -0800 pgperl (2.08-9) unstable; urgency=low * rebuild for perl 5.005 -- John Lapeyre Thu, 1 Jul 1999 19:03:41 -0700 pgperl (2.08-8) unstable; urgency=low * Fixed i386-centrisms * cleanup rules a bit -- John Lapeyre Wed, 7 Oct 1998 01:16:36 -0700 pgperl (2.08-7) unstable; urgency=low * Fixed misloading due to compiler problem -- John Lapeyre Fri, 14 Aug 1998 19:00:15 -0700 pgperl (2.08-6) unstable; urgency=low * fixed several lintian bugs, perms, description violations -- John Lapeyre Tue, 4 Aug 1998 15:55:44 -0700 pgperl (2.08-5) contrib; urgency=low * added pgplot to Dependencies -- John Lapeyre Tue, 28 Jul 1998 01:25:39 -0700 pgperl (2.08-4) contrib; urgency=low * fixed i-386 to any * removed package name from description body -- John Lapeyre Mon, 23 Mar 1998 18:03:01 -0700 pgperl (2.08-3) contrib; urgency=low * removed perllocal.pod; only for local build -- John Lapeyre Fri, 23 Jan 1998 22:08:53 -0700 pgperl (2.08-2) contrib; urgency=low * existed a debstd bug; upgraded debstd and repackaged. -- John Lapeyre Fri, 23 Jan 1998 21:09:05 -0700 pgperl (2.08-1) contrib; urgency=low * Initial Release. -- John Lapeyre Sat, 17 Jan 1998 19:27:22 -0700 debian/README.debian0000644000000000000000000000076511677166647011324 0ustar pgperl for DEBIAN ---------------------- This package consists of a perl module called PGPLOT. pgplot is a subroutine library, and PGPLOT is the corresponding perl module. Try "perldoc PGPLOT" to start learning about it. ( "man perldoc" for more on perldoc). Or try "man PGPLOT" . Also type "man pgplot" to get documentation on the FORTRAN and C interfaces to the library, much of which applies to the perl interface. John Lapeyre , Sat, 17 Jan 1998 19:27:22 -0700