r58134 - in /trunk/libgraph-easy-perl/debian: ./ changelog compat control copyright libgraph-easy-perl.docs libgraph-easy-perl.examples rules source/ source/format watch

carnil-guest at users.alioth.debian.org carnil-guest at users.alioth.debian.org
Thu May 20 11:50:01 UTC 2010


Author: carnil-guest
Date: Thu May 20 11:49:52 2010
New Revision: 58134

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=58134
Log:
[svn-inject] Applying Debian modifications to trunk

Added:
    trunk/libgraph-easy-perl/debian/
    trunk/libgraph-easy-perl/debian/changelog
    trunk/libgraph-easy-perl/debian/compat
    trunk/libgraph-easy-perl/debian/control
    trunk/libgraph-easy-perl/debian/copyright
    trunk/libgraph-easy-perl/debian/libgraph-easy-perl.docs
    trunk/libgraph-easy-perl/debian/libgraph-easy-perl.examples
    trunk/libgraph-easy-perl/debian/rules   (with props)
    trunk/libgraph-easy-perl/debian/source/
    trunk/libgraph-easy-perl/debian/source/format
    trunk/libgraph-easy-perl/debian/watch

Added: trunk/libgraph-easy-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgraph-easy-perl/debian/changelog?rev=58134&op=file
==============================================================================
--- trunk/libgraph-easy-perl/debian/changelog (added)
+++ trunk/libgraph-easy-perl/debian/changelog Thu May 20 11:49:52 2010
@@ -1,0 +1,5 @@
+libgraph-easy-perl (0.64-1) unstable; urgency=low
+
+  * Initial Release (Closes: #579738).
+
+ -- Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>  Thu, 20 May 2010 13:45:20 +0200

Added: trunk/libgraph-easy-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgraph-easy-perl/debian/compat?rev=58134&op=file
==============================================================================
--- trunk/libgraph-easy-perl/debian/compat (added)
+++ trunk/libgraph-easy-perl/debian/compat Thu May 20 11:49:52 2010
@@ -1,0 +1,1 @@
+7

Added: trunk/libgraph-easy-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgraph-easy-perl/debian/control?rev=58134&op=file
==============================================================================
--- trunk/libgraph-easy-perl/debian/control (added)
+++ trunk/libgraph-easy-perl/debian/control Thu May 20 11:49:52 2010
@@ -1,0 +1,24 @@
+Source: libgraph-easy-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>
+Standards-Version: 3.8.4
+Homepage: http://search.cpan.org/dist/Graph-Easy/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libgraph-easy-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libgraph-easy-perl/
+
+Package: libgraph-easy-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}, perl
+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.
+ .
+ Since the layouter works on a grid (manhattan layout), the output is
+ most usefull for flow charts, network diagrams, or hierarchy trees.

Added: trunk/libgraph-easy-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgraph-easy-perl/debian/copyright?rev=58134&op=file
==============================================================================
--- trunk/libgraph-easy-perl/debian/copyright (added)
+++ trunk/libgraph-easy-perl/debian/copyright Thu May 20 11:49:52 2010
@@ -1,0 +1,43 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Tels <nospam-abuse at bloodgate.com>
+Source: http://search.cpan.org/dist/Graph-Easy/
+Name: Graph-Easy
+
+Files: *
+Copyright: 2004-2008, Tels
+License: GPL-2+
+
+Files: inc/Module/*
+Copyright: 2002-2008, Adam Kennedy <adamk at cpan.org>
+ 2002-2008, Audrey Tang <autrijus at autrijus.org>
+ 2002-2008, Brian Ingerson <ingy at cpan.org>
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2010, Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>
+License: GPL-2+ or Artistic
+
+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 GNU/Linux systems, the complete text of version 2 of the GNU
+ General Public License can be found in `/usr/share/common-licenses/GPL-2'
+
+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 GNU/Linux 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 GNU/Linux systems, the complete text of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL'

Added: trunk/libgraph-easy-perl/debian/libgraph-easy-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgraph-easy-perl/debian/libgraph-easy-perl.docs?rev=58134&op=file
==============================================================================
--- trunk/libgraph-easy-perl/debian/libgraph-easy-perl.docs (added)
+++ trunk/libgraph-easy-perl/debian/libgraph-easy-perl.docs Thu May 20 11:49:52 2010
@@ -1,0 +1,1 @@
+TODO

Added: trunk/libgraph-easy-perl/debian/libgraph-easy-perl.examples
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgraph-easy-perl/debian/libgraph-easy-perl.examples?rev=58134&op=file
==============================================================================
--- trunk/libgraph-easy-perl/debian/libgraph-easy-perl.examples (added)
+++ trunk/libgraph-easy-perl/debian/libgraph-easy-perl.examples Thu May 20 11:49:52 2010
@@ -1,0 +1,1 @@
+examples/*

Added: trunk/libgraph-easy-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgraph-easy-perl/debian/rules?rev=58134&op=file
==============================================================================
--- trunk/libgraph-easy-perl/debian/rules (added)
+++ trunk/libgraph-easy-perl/debian/rules Thu May 20 11:49:52 2010
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

Propchange: trunk/libgraph-easy-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libgraph-easy-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgraph-easy-perl/debian/source/format?rev=58134&op=file
==============================================================================
--- trunk/libgraph-easy-perl/debian/source/format (added)
+++ trunk/libgraph-easy-perl/debian/source/format Thu May 20 11:49:52 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)

Added: trunk/libgraph-easy-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgraph-easy-perl/debian/watch?rev=58134&op=file
==============================================================================
--- trunk/libgraph-easy-perl/debian/watch (added)
+++ trunk/libgraph-easy-perl/debian/watch Thu May 20 11:49:52 2010
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Graph-Easy/   .*/Graph-Easy-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




More information about the Pkg-perl-cvs-commits mailing list