libcairo-perl 1.071-1 source package in Ubuntu

Changelog

libcairo-perl (1.071-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.

  [ gregor herrmann ]
  * New upstream release.
  * Remove upstream patch, included in this release.
  * debian/copyright: update years of upstream and packaging copyright:
    update license stanzas.
  * Bump debhelper compatibility level to 8.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  17 Oct 2011 11:02:52 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Precise
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libcairo-perl_1.071.orig.tar.gz 103.8 KiB 610b80fa54c21d4a6753e593b4ca632b80e4446636d4f2d18d92cec96b7acfec
libcairo-perl_1.071-1.debian.tar.gz 3.0 KiB 5191bae8b5d0fa72603032085f2ece4b2d2a757efd4261ef3f4de881257da1ca
libcairo-perl_1.071-1.dsc 2.1 KiB 6c6d8ae40e7bd3cccecfbe38f05f1cf4885ea385a09c84d6eb14098330ed384c

Available diffs

View changes file

Binary packages built by this source

libcairo-perl: Perl interface to the Cairo graphics library

 libcairo-perl provides access to the Cairo library.
 .
 Cairo is a 2D graphics library with support for multiple
 output devices. It is designed to produce consistent output
 on all output media while taking advantage of display hardware
 acceleration when available (eg. through the X Render Extension).
 .
 The cairo API provides operations similar to the drawing
 operators of PostScript and PDF. Operations in cairo including
 stroking and filling cubic Bézier splines, transforming and compositing
 translucent images, and antialiased text rendering. All drawing
 operations can be transformed by any affine transformation (scale,
 rotation, shear, etc.)
 .
 Find out more about Cairo at http://www.cairographics.org/.