libgraph-readwrite-perl 2.03-1 source package in Ubuntu

Changelog

libgraph-readwrite-perl (2.03-1) unstable; urgency=low


  [ gregor herrmann ]
  * debian/control: Added: ${misc:Depends} to Depends: field.
  * debian/control: remove DM-Upload-Allowed since Xavier Oswald is a DD
    now.

  [ Nathan Handler ]
  * debian/watch: Update to ignore development releases.

  [ Ansgar Burchardt ]
  * debian/control: Convert Vcs-* fields to Git.

  [ Fabrizio Regalli ]
  * Imported Upstream version 2.03
  * Added myself to Uploaders and Copyright
  * Updated d/compat to 8
  * Updated debhelper to (>= 8)
  * Bump Standards-Version to 3.9.2 (no changes needed)
  * Rewrited d/copyright using latest DEP5 format
  * Email change: Xavier Oswald -> <email address hidden>
  * Switch to dpkg-source 3.0 (quilt) format
  * Moved to three lines standard d/rules
  * Added libparse-yapp-perl to B-D-I and Depends
  * Removed perl version from B-D-I
  * Updated copyright years

  [ gregor herrmann ]
  * Improve short and long description.

 -- Fabrizio Regalli <email address hidden>  Fri, 17 Feb 2012 17:42:24 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Quantal: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libgraph-readwrite-perl_2.03-1.dsc 2.2 KiB 48c33ea39cca614f9f6306047ca4218d2f595d503855d3f1544076f04b514bc4
libgraph-readwrite-perl_2.03.orig.tar.gz 21.0 KiB 0becda9600dac3255e804e403d2ea6b930798e4882dcef380eb66bc00b2b0fef
libgraph-readwrite-perl_2.03-1.debian.tar.gz 2.0 KiB 21477bc986e414a527b61f0ad2c66d29b3eeb361c1578ee27bd41f1fd2b94fc7

Available diffs

No changes file available.

Binary packages built by this source

libgraph-readwrite-perl: module for reading and writing directed graphs

 Graph::ReadWrite is a collection of perl classes for reading and writing
 directed graphs in a variety of file formats. The graphs are represented in
 Perl using Jarkko Hietaniemi's Graph classes.
 .
 There are two base classes, Graph::Reader which is the Base class for classes
 which read a graph file and create an instance of the Graph class, and
 Graph::Writer which is the Base class for classes which take an instance of
 the Graph class and write it out in a specific file format.
 .
 Supported formats: XML, Dot, VCG, daVinci, HTK