libgraph-writer-graphviz-perl 0.12-1 source package in Ubuntu

Changelog

libgraph-writer-graphviz-perl (0.12-1) unstable; urgency=medium

  [ Salvatore Bonaccorso ]
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ gregor herrmann ]
  * Change bugtracker URL(s) to HTTPS.
  * Remove Xavier Oswald from Uploaders. (Closes: #824317)
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org

  [ Laurent Baillet ]
  * fix lintian spelling-error-in-patch-description warning

  [ Debian Janitor ]
  * Bump debhelper from deprecated 8 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Add missing build dependency on libmodule-install-perl.

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

  [ Debian Janitor ]
  * Bump debhelper from old 12 to 13.

  [ gregor herrmann ]
  * Import upstream version 0.12.
  * Updated build system: reflect in debian/{copyright,control}.
  * Make some (build) dependencies versioned.
  * Annotate test-only build dependencies with <!nocheck>.
  * Add debian/upstream/metadata.
  * Update years of upstream and packaging copyright.
  * Declare compliance with Debian Policy 4.6.0.
  * Set Rules-Requires-Root: no.
  * Update fix-test-suite.patch.

 -- gregor herrmann <email address hidden>  Fri, 15 Apr 2022 20:13:06 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe perl
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libgraph-writer-graphviz-perl_0.12-1.dsc 2.6 KiB 91fc4010748226af08ed54127aa38b97928b0a5e984d7a9241eff98b3951097f
libgraph-writer-graphviz-perl_0.12.orig.tar.gz 9.7 KiB 74e82773547d228401413fd5f7d264e4561850b097182838813ef59b97053638
libgraph-writer-graphviz-perl_0.12-1.debian.tar.xz 3.6 KiB 2ccc17d70c89df5e89846ebb025f28ba57cdaae9f79f66a22620adeb0f6bbb49

Available diffs

No changes file available.

Binary packages built by this source

libgraph-writer-graphviz-perl: GraphViz Writer for Graph object

 Graph::Writer::GraphViz is a class for writing out a Graph object with GraphViz
 module. All GraphViz formats should be supported without a problem.
 .
 Unlike other Graph::Writer modules, this module provide an extra parameter
 '-format' to new() method, in order to save different format. Other supported
 GraphViz parameters are -layout, -ranksep, -shape, -fontsize, -arrowsize.