--- libgraphics-libplot-perl-2.2.2.orig/debian/watch +++ libgraphics-libplot-perl-2.2.2/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/Graphics-Libplot/ .+/Graphics-Libplot-v?(\d[\d.]*)\.tar\.gz --- libgraphics-libplot-perl-2.2.2.orig/debian/README.source +++ libgraphics-libplot-perl-2.2.2/debian/README.source @@ -0,0 +1,5 @@ +This package uses quilt to manage all modifications to the upstream +source. Changes are stored in the source package as diffs in +debian/patches and applied during the build. + +See /usr/share/doc/quilt/README.source for a detailed explanation. --- libgraphics-libplot-perl-2.2.2.orig/debian/TODO +++ libgraphics-libplot-perl-2.2.2/debian/TODO @@ -0,0 +1 @@ +Remove transitional dummy package and Provides after the release of squeeze. --- libgraphics-libplot-perl-2.2.2.orig/debian/rules +++ libgraphics-libplot-perl-2.2.2/debian/rules @@ -1,61 +1,10 @@ #! /usr/bin/make -f -# -*-makefile-*- -# debian/rules file for libplot-perl -export DH_COMPAT=4 +%: + dh --with quilt $@ -PERL ?= /usr/bin/perl +override_dh_auto_install: + dh_auto_install -- DESTDIR=debian/libgraphics-libplot-perl -package := $(firstword $(shell dh_listpackages)) -prefix := $(PWD)/debian/$(package)/usr - -version := $(shell dpkg-parsechangelog | \ - sed -ne 's/^Version: *\([0-9]\+:\)*//p') - -tag: - cvs tag -c -F $(subst .,_,debian_version_$(version)) -ifeq ($(findstring -,$(version)),) - cvs tag -c -F $(subst .,_,upstream_version_$(version)) -endif - -build: build-stamp -build-stamp: - dh_testdir - $(PERL) Makefile.PL INSTALLDIRS=vendor PERL=$(PERL) - $(MAKE) LD_RUN_PATH= - touch $@ - -clean: checkroot - rm -f build-stamp - -$(MAKE) distclean - dh_clean - -binary-indep: checkroot build - -binary-arch: checkroot build - dh_clean - dh_installdirs - - $(MAKE) pure_install PREFIX=$(prefix) - -rmdir -p $(prefix)/share/perl5 - dh_installdocs README - dh_installexamples examples/* - dh_installchangelogs Changes - - dh_strip - dh_compress - dh_fixperms - dh_perl - dh_shlibdeps - dh_installdeb - dh_gencontrol - dh_md5sums - dh_builddeb - -binary: binary-indep binary-arch - -checkroot: - dh_testdir - dh_testroot - -.PHONY: binary binary-arch binary-indep clean checkroot build +override_dh_auto_test: + xvfb-run dh_auto_test --- libgraphics-libplot-perl-2.2.2.orig/debian/copyright +++ libgraphics-libplot-perl-2.2.2/debian/copyright @@ -1,21 +1,37 @@ -This is the Debian GNU/Linux version of the Graphics::Libplot Perl module. - -From the README: - - libplot-perl is copyrighted by John Lapeyre - - - This program may be distributed only under the terms of the Gnu - General Public License or the perl Artistic License. - -The full text of the GPL is available on Debian systems in -/usr/share/common-licenses/GPL - -The full text of the Artistic Licence is available on Debian systems in -/usr/share/common-licenses/Artistic. - -This package has been through multiple maintainers (for a list see -/usr/share/doc/libplot-perl/changelog.Debian.gz). - -Current Debian specific changes are copyright (c) 1999-2002, -Stephen Zander +Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=59 +Maintainer: John Lapeyre +Name: Graphics-Libplot +Source: http://search.cpan.org/dist/Graphics-Libplot/ + +Files: * +Copyright: John Lapeyre +License: Perl + libplot-perl is copyrighted by John Lapeyre and may + be distributed only under the terms of either + the Gnu General Public License, or of the perl + Artistic License. + +Files: debian/* +Copyright: 1998, 1999, 2006, John Lapeyre + 1999, 2000, 2001, 2002, 2003, Stephen Zander + 2002, Joey Hess + 2005, Stephen Quinney + 2006, Carlo Segre + 2006, Laurent Fousse + 2006, Niko Tyni + 2008, Damyan Ivanov + 2009, Maximilian Gass +License: Perl + 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 GNU/Linux systems, the complete text of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL' + . + 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 GNU/Linux systems, the complete text of the Artistic License + can be found in `/usr/share/common-licenses/Artistic' --- libgraphics-libplot-perl-2.2.2.orig/debian/libgraphics-libplot-perl.examples +++ libgraphics-libplot-perl-2.2.2/debian/libgraphics-libplot-perl.examples @@ -0,0 +1 @@ +examples/* --- libgraphics-libplot-perl-2.2.2.orig/debian/compat +++ libgraphics-libplot-perl-2.2.2/debian/compat @@ -0,0 +1 @@ +7 --- libgraphics-libplot-perl-2.2.2.orig/debian/control +++ libgraphics-libplot-perl-2.2.2/debian/control @@ -1,15 +1,33 @@ -Source: libplot-perl +Source: libgraphics-libplot-perl Section: perl Priority: extra -Maintainer: Debian QA Group -Standards-Version: 3.5.9 -Build-Depends: debhelper (>> 4.1), perl (>> 5.8), libplot-dev +Maintainer: Debian Perl Group +Uploaders: Carlo Segre , Niko Tyni , + Damyan Ivanov , Maximilian Gass +Build-Depends: debhelper (>= 7.0.50~), perl, libplot-dev, + quilt (>= 0.46-7), xvfb, xauth, xfonts-base +Standards-Version: 3.8.3 +Homepage: http://search.cpan.org/dist/Graphics-Libplot/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libgraphics-libplot-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libgraphics-libplot-perl/ Package: libplot-perl +Architecture: all +Depends: libgraphics-libplot-perl, ${misc:Depends} +Description: Perl interface to libplot (transitional dummy package) + Graphics::Libplot provides a Perl interface to libplot from plotutils. + Only the C library routines are available with this package. + . + This is transitional dummy package to ensure migration to + libgraphics-libplot-perl. + +Package: libgraphics-libplot-perl Architecture: any -Depends: ${perl:Depends}, ${shlibs:Depends} -Description: perl interface to plot library - libplot is part of the plotutils package from the FSF. This package - allows the routines to be called from perl. Only the C library - routines are avaiable with this package. +Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends} +Conflicts: libplot-perl (<< 2.2.2-5) +Replaces: libplot-perl (<< 2.2.2-5) +Provides: libplot-perl +Description: Perl interface to libplot + Graphics::Libplot provides a Perl interface to libplot from plotutils. + Only the C library routines are available with this package. --- libgraphics-libplot-perl-2.2.2.orig/debian/changelog +++ libgraphics-libplot-perl-2.2.2/debian/changelog @@ -1,8 +1,101 @@ +libgraphics-libplot-perl (2.2.2-5build3) trusty; urgency=low + + * Rebuild for Perl 5.18. + + -- Colin Watson Mon, 21 Oct 2013 10:10:27 +0100 + +libgraphics-libplot-perl (2.2.2-5build2) precise; urgency=low + + * Rebuild for Perl 5.14. + + -- Colin Watson Tue, 15 Nov 2011 19:56:14 +0000 + +libgraphics-libplot-perl (2.2.2-5build1) oneiric; urgency=low + + * Rebuild for Perl 5.12. + + -- Colin Watson Sun, 08 May 2011 13:07:39 +0100 + +libgraphics-libplot-perl (2.2.2-5) unstable; urgency=low + + [ gregor herrmann ] + * Add debian/README.source to document quilt usage, as required by + Debian Policy since 3.8.0. + * debian/control: Changed: Switched Vcs-Browser field to ViewSVN + (source stanza). + * debian/control: Added: ${misc:Depends} to Depends: field. + + [ Carlo Segre ] + * debian/copyright: cite GPL-2 to remove lintian warning. + + [ Maximilian Gass ] + * Rename to libgraphics-libplot-perl (closes: #462363) + * Minimize debian/rules + * Bumped Standards-Version to 3.8.3 (no further changes) + * Remove version from build-dependency on perl + * Add myself to Uploaders + * Enable test using xvfb + * Add DEP3 headers and description to doc-location.patch + * Convert debian/copyright to DEP5 + * Remove README.Debian + * Remove debian/NOTES.debian + + -- Maximilian Gass Wed, 16 Dec 2009 15:44:30 +0100 + +libplot-perl (2.2.2-4) unstable; urgency=low + + [ Frank Lichtenheld ] + * Fix typo in Description + + [ gregor herrmann ] + * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser + field (source stanza); Homepage field (source stanza). Removed: XS- + Vcs-Svn fields. + * debian/rules: delete /usr/share/perl5 only if it exists. + + [ Damyan Ivanov ] + * debian/rules: overhaul + + drop tag target + + bring in sync with current dh-make-perl/rules.MakeMaker.xs template + + do not ship redundant README + * debian/watch: use dist-based URL + * add doc-location.patch that substituted /usr/doc with /usr/share/doc in + the POD where it points to the examples + + added quilt to debian/rules and Build-Depends + * debian/copyright: add usptream source location + * Standards-Version: 3.7.3 (no changes) + * debhelper compatibility level 6 + * add myself to Uploaders + + -- Damyan Ivanov Thu, 24 Jan 2008 12:46:01 +0200 + +libplot-perl (2.2.2-3) unstable; urgency=medium + + * Use $(CURDIR) [make] instead of $(PWD) [sh] to fix sudo issues. + (Closes: #389869) + * Urgency set to medium because of an RC bug fix. + * Don't ignore the result codes of 'make distclean' and 'rmdir'. + + -- Niko Tyni Thu, 28 Sep 2006 23:34:29 +0300 + +libplot-perl (2.2.2-2) unstable; urgency=low + + * Changed Maintainer to + Debian Perl Group + via Carlo Segre (Closes: #279800). + * Accepting QA upload for output device fix below (Closes: #313207). + * Upgrade to Standards Version 3.7.2 and Compatibility Level 5. + * Added watch file. + + -- Carlo Segre Fri, 4 Aug 2006 02:53:01 -0500 + libplot-perl (2.2.2-1) unstable; urgency=low - * New upstream (see Changes file there) + * QA upload. + * New upstream release. + * Output devices other than X work again (closes: #313207). - -- John Lapeyre Fri, 28 Jul 2006 22:34:15 -0700 + -- Laurent Fousse Wed, 2 Aug 2006 17:40:23 +0200 libplot-perl (2.2.1-1) unstable; urgency=low --- libgraphics-libplot-perl-2.2.2.orig/debian/patches/doc-location.patch +++ libgraphics-libplot-perl-2.2.2/debian/patches/doc-location.patch @@ -0,0 +1,19 @@ +Description: Fix location of example files +Author: Damyan Ivanov +Forwarded: http://rt.cpan.org/Public/Bug/Display.html?id=32613 + +The forwarded patch was based on the old package name, libplot-perl. The rename +was required by Debian policy. The updated patch therefore uses a different name +than upstream and should not be forwarded. + +--- a/Libplot.pm ++++ b/Libplot.pm +@@ -237,7 +237,7 @@ + =head1 EXAMPLES + + There are additional examples included in the source distribution. +-(They are in /usr/doc/libplot-perl/examples on debian systems.) ++(They are in /usr/share/doc/libgraphics-libplot-perl/examples on debian systems.) + This example draws a spiraling box pattern. + + use Graphics::Libplot ':ALL'; --- libgraphics-libplot-perl-2.2.2.orig/debian/patches/series +++ libgraphics-libplot-perl-2.2.2/debian/patches/series @@ -0,0 +1 @@ +doc-location.patch