debian/0000755000000000000000000000000012150141601007155 5ustar debian/copyright0000644000000000000000000001003712150141601011111 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Graph-Easy Upstream-Contact: Tels Source: https://metacpan.org/release/Graph-Easy/ Files: * Copyright: 2004-2008, Tels License: GPL-2+ Comment: Graph::Easy contains colorschemes which are unter the following licence conditions by Cynthia Brewer (Apache-Style Software License for ColorBrewer Color Shemes): . This product includes color specifications and designs developed by Cynthia Brewer (http://colorbrewer.org/). The following license applies to them: . Apache-Style Software License for ColorBrewer Color Schemes v1.1 . Copyright (c) 2002 Cynthia Brewer, Mark Harrower, and The Pennsylvania State University. All rights reserved. . Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . 1. Redistributions as source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. The end-user documentation included with the redistribution, if any, must include the following acknowledgment: . This product includes color specifications and designs developed by Cynthia Brewer (http://colorbrewer.org/). . Alternately, this acknowledgment may appear in the software itself, if and wherever such third-party acknowledgments normally appear. . 3. The name "ColorBrewer" must not be used to endorse or promote products derived from this software without prior written permission. For written permission, please contact Cynthia Brewer at cbrewer at psu dot edu. 4. Products derived from this software may not be called "ColorBrewer", nor may "ColorBrewer" appear in their name, without prior written permission of Cynthia Brewer. . THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL CYNTHIA BREWER, MARK HARROWER, OR THE PENNSYLVANIA STATE UNIVERSITY BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Files: examples/wikicrawl.pl Copyright: 2008, integral 2008, Tels License: GPL-2+ Files: inc/Module/* Copyright: 2002-2012, Adam Kennedy 2002-2012, Audrey Tang 2002-2012, Brian Ingerson License: Artistic or GPL-1+ Files: debian/* Copyright: 2010-2012, Salvatore Bonaccorso License: GPL-2+ or Artistic 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'. 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; version 2 dated June, 1991, or (at your option) any later version. . On Debian systems, the complete text of version 2 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-2'. debian/libgraph-easy-perl.docs0000644000000000000000000000000512150141601013511 0ustar TODO debian/watch0000644000000000000000000000016212150141601010205 0ustar version=3 https://metacpan.org/release/Graph-Easy/ .*/Graph-Easy-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/control0000644000000000000000000000263112150141601010562 0ustar Source: libgraph-easy-perl Section: perl Priority: optional Build-Depends: debhelper (>= 9) Build-Depends-Indep: libtest-pod-perl, libtest-pod-coverage-perl, libpod-coverage-perl, perl Maintainer: Debian Perl Group Uploaders: Salvatore Bonaccorso Standards-Version: 3.9.4 Homepage: https://metacpan.org/release/Graph-Easy/ Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libgraph-easy-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libgraph-easy-perl.git Package: libgraph-easy-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Recommends: libgraph-easy-as-svg-perl Suggests: graphviz Description: Perl module to convert or render graphs (as ASCII, HTML, SVG or via Graphviz) Graph::Easy lets you generate graphs consisting of various shaped nodes connected by edges (with optional labels). . It can read and write graphs in a varity of formats, as well as render them via its own grid-based layouter. It has export filters for Graphviz, VCG (Visualizing Compiler Graphs), GDL (Graph Description Language) and GraphML. Import filters are for Graphviz, VCG and GDL. . Since the layouter works on a grid (manhattan layout), the output is most useful for flow charts, network diagrams, or hierarchy trees. . Graph::Easy has an easy-to-understand, compact and human readable graph description language. debian/changelog0000644000000000000000000000563512150141601011040 0ustar libgraph-easy-perl (0.73-1) unstable; urgency=low * Imported Upstream version 0.73 * Don't install manpage for Graph::Easy::Util. Graph::Easy::Util contains only convenience subroutines used and does not have a complete manpage. Remove it via an override target for dh_auto_install. -- Salvatore Bonaccorso Sat, 25 May 2013 15:58:19 +0200 libgraph-easy-perl (0.72-1) unstable; urgency=low * Imported Upstream version 0.72 * Update debian/copyright information. Update format to copyright-format 1.0 as released together with Debian policy 3.9.3. Update copyright years for included copy of Module::Install. Update copyright years for debian/* packaging. * Bump Debhelper compat level to 9. Adjust versioned Build-Depends on debhelper to (>= 9). * Bump Standards-Version to 3.9.4 * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs -- Salvatore Bonaccorso Sun, 05 May 2013 04:57:50 +0200 libgraph-easy-perl (0.71-1) 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. * Imported Upstream version 0.71 * Update copyright for included Module::Install copy. Update copyright years for files * Update copyright years for debian/* packaging * Bump Standards-Version to 3.9.2 -- Salvatore Bonaccorso Fri, 23 Dec 2011 20:38:35 +0100 libgraph-easy-perl (0.70-1) unstable; urgency=low * New upstream release * Update my email address. * debian/copyright: - Refer to GPL-1 license text in common-licenses. - Refer to Debian systems in general instead of only Debian GNU/Linux systems. * Bump Standards-Version to 3.9.1. * debian/control: Make versioned Build-Depends-Indep on libpod- coverage-perl unversioned as the required version is already satisfied in stable and oldstable is gone. -- Salvatore Bonaccorso Sat, 06 Nov 2010 22:01:45 +0100 libgraph-easy-perl (0.69-1) unstable; urgency=low * New upstream release -- Salvatore Bonaccorso Fri, 02 Jul 2010 08:05:20 +0200 libgraph-easy-perl (0.68-1) unstable; urgency=low * New upstream release * Bump Standards-Version to 3.9.0 (no changes needed). -- Salvatore Bonaccorso Tue, 29 Jun 2010 10:54:04 +0200 libgraph-easy-perl (0.67-1) unstable; urgency=low * New upstream release * Fix 'colorscheme' typo in debian/copyright. -- Salvatore Bonaccorso Sat, 29 May 2010 07:23:47 +0200 libgraph-easy-perl (0.66-1) unstable; urgency=low * Initial Release (Closes: #579738). -- Salvatore Bonaccorso Sun, 23 May 2010 20:48:45 +0200 debian/libgraph-easy-perl.examples0000644000000000000000000000001312150141601014376 0ustar examples/* debian/rules0000755000000000000000000000041012150141601010230 0ustar #!/usr/bin/make -f PACKAGE = $(shell dh_listpackages) TMP = $(CURDIR)/debian/$(PACKAGE) %: dh $@ override_dh_auto_install: dh_auto_install # Graph::Easy::Util contains only convenience subroutines used rm $(TMP)/usr/share/man/man3/Graph::Easy::Util.3pm debian/source/0000755000000000000000000000000012150141601010455 5ustar debian/source/format0000644000000000000000000000001412150141601011663 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212150141601010353 0ustar 9