debian/0002755000000000000000000000000012141507023007163 5ustar debian/compat0000644000000000000000000000000212134617300010361 0ustar 8 debian/rules0000755000000000000000000000003612134617300010242 0ustar #!/usr/bin/make -f %: dh $@ debian/source/0002755000000000000000000000000012134617300010465 5ustar debian/source/format0000644000000000000000000000001412134617300011671 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000024412134617300010214 0ustar version=3 # URL to the package page followed by a regex to search http://search.cpan.org/dist/GraphViz/ .*/GraphViz-v?(\d[\d_.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) debian/changelog0000644000000000000000000000252712141507023011041 0ustar libgraphviz-perl (2.14-1) unstable; urgency=low * New upstream release -- Dominic Hargreaves Sun, 05 May 2013 17:51:30 +0100 libgraphviz-perl (2.10-1) unstable; urgency=low * Add Vcs-* fields * Switch to dpkg-source 3.0 (quilt) format * Update to minimal rules file and dh compat level 8 * Update Standards-Version (no changes) * New upstream release -- Dominic Hargreaves Tue, 03 Apr 2012 00:04:41 +0100 libgraphviz-perl (2.04-1) unstable; urgency=low * New upstream release * Fix interpreter in example program primes_aux.pl (closes: #544537) * Update debhelper compat to 5 * Update Standards-Version (no changes) -- Dominic Hargreaves Fri, 04 Sep 2009 12:26:57 +0100 libgraphviz-perl (2.03-2) unstable; urgency=low * Fix debian/rules rmdir bug (closes: #468040) * Standardize debian/watch format * debian/control: add Homepage field * Fix make distclean lintian warning -- Dominic Hargreaves Thu, 28 Feb 2008 00:27:51 +0000 libgraphviz-perl (2.03-1) unstable; urgency=low * New upstream release * Update Standards-Version (no changes) -- Dominic Hargreaves Sun, 30 Dec 2007 13:53:41 +0000 libgraphviz-perl (2.02-1) unstable; urgency=low * Initial Release. -- Dominic Hargreaves Thu, 24 Mar 2005 01:26:46 +0000 debian/patches/0002755000000000000000000000000012134617300010614 5ustar debian/patches/series0000644000000000000000000000002112134617300012020 0ustar primes_path.diff debian/patches/primes_path.diff0000644000000000000000000000044412134617300013761 0ustar diff --git a/examples/primes_aux.pl b/examples/primes_aux.pl index 2540bef..e7222de 100755 --- a/examples/primes_aux.pl +++ b/examples/primes_aux.pl @@ -1,4 +1,4 @@ -#!/usr/local/bin/perl -w +#!/usr/bin/perl -w # badly written program in the hopes it would sound nice # - Greg McCarroll # debian/control0000644000000000000000000000217112134617300010567 0ustar Source: libgraphviz-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl (>= 5.8.0-7), libipc-run-perl, libxml-twig-perl (>= 1:3.39), libxml-xpath-perl, graphviz, libparse-recdescent-perl, libtest-pod-perl, perl (>= 5.14.0) | libmodule-build-perl (>= 0.3800) Maintainer: Dominic Hargreaves Standards-Version: 3.9.3 Homepage: http://search.cpan.org/dist/GraphViz/ Vcs-Git: git://anonscm.debian.org/users/dom/libgraphviz-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=users/dom/libgraphviz-perl.git Package: libgraphviz-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, libipc-run-perl, libxml-twig-perl (>= 1:3.39), libxml-xpath-perl, graphviz, libparse-recdescent-perl Description: Perl interface to the GraphViz graphing tool This module provides an interface to layout and image generation of directed and undirected graphs in a variety of formats (PostScript, PNG, etc.) using the "dot", "neato", "twopi", "circo" and "fdp" programs from the GraphViz project (http://www.graphviz.org/ or http://www.research.att.com/sw/tools/graphviz/). debian/examples0000644000000000000000000000001312134617300010716 0ustar examples/* debian/copyright0000644000000000000000000000127212134617300011120 0ustar This is the debian package for the GraphViz module. It was created by Dominic Hargreaves using dh-make-perl. The source was downloaded from CPAN . The upstream author is: Leon Brocard . Copyright (C) 2000-4, Leon Brocard This module is free software; you can redistribute it or modify it under the same terms as Perl itself. Perl is distributed under your choice of the GNU General Public License or the Artistic License. On Debian GNU/Linux systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL' and the Artistic Licence in `/usr/share/common-licenses/Artistic'.