debian/0000755000000000000000000000000011642022105007157 5ustar debian/watch0000644000000000000000000000023311642017327010220 0ustar version=3 http://search.cpan.org/dist/Graphics-Primitive-Driver-Cairo/ .*/Graphics-Primitive-Driver-Cairo-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/rules0000755000000000000000000000003611642017442010246 0ustar #!/usr/bin/make -f %: dh $@ debian/changelog0000644000000000000000000000165611642022105011041 0ustar libgraphics-primitive-driver-cairo-perl (0.44-1) unstable; urgency=low * Team upload. [ Ansgar Burchardt ] * New upstream release. * Use source format 3.0 (quilt). * Drop patch fix-pod-errors.patch: fixed upstream. * Add build-dep on libgraphics-color-perl (for Graphics::Color::RGB). * debian/control: Convert Vcs-* fields to Git. * debian/copyright: Update for new release, minor changes. * Add whatis entry to Graphics::Primitive::Driver::Cairo::TextLayout. + new patch: whatis.diff * Bumped Standards-Version to 3.9.2. [ Salvatore Bonaccorso ] * debian/copyright: Replace DEP5 Format-Specification URL from svn.debian.org to anonscm.debian.org URL. -- Ansgar Burchardt Sun, 02 Oct 2011 10:43:24 +0200 libgraphics-primitive-driver-cairo-perl (0.43-1) unstable; urgency=low * Initial Release (Closes: #568172) -- Jonathan Yu Mon, 15 Feb 2010 18:40:55 -0500 debian/control0000644000000000000000000000244111642021143010564 0ustar Source: libgraphics-primitive-driver-cairo-perl Section: perl Priority: optional Build-Depends: debhelper (>= 7.0.8) Build-Depends-Indep: perl (>= 5.10.1), libcairo-perl (>= 1.061), libgraphics-color-perl, libgeometry-primitive-perl, libgraphics-primitive-perl, libtext-flow-perl, libmoose-perl (>= 0.76) Maintainer: Debian Perl Group Uploaders: Jonathan Yu Standards-Version: 3.9.2 Homepage: http://search.cpan.org/dist/Graphics-Primitive-Driver-Cairo/ Vcs-Git: git://git.debian.org/pkg-perl/packages/libgraphics-primitive-driver-cairo-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libgraphics-primitive-driver-cairo-perl.git Package: libgraphics-primitive-driver-cairo-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, perl (>= 5.10.1), libcairo-perl (>= 1.061), libmoose-perl (>= 0.76), libgraphics-primitive-perl, libgeometry-primitive-perl, libtext-flow-perl Description: backend providing graphics support using Cairo Graphics::Primitive::Driver::Cairo is a backend implementation using Cairo that draws Graphics::Primitive objects (see libgraphics-primitive-perl). In most cases, this module will not be used directly, but rather as part of your application using Graphics::Primitive. debian/compat0000644000000000000000000000000211642017327010367 0ustar 7 debian/source/0000755000000000000000000000000011642017447010474 5ustar debian/source/format0000644000000000000000000000001411642017447011702 0ustar 3.0 (quilt) debian/patches/0000755000000000000000000000000011642021772010617 5ustar debian/patches/series0000644000000000000000000000001411642021674012030 0ustar whatis.diff debian/patches/whatis.diff0000644000000000000000000000102411642021772012745 0ustar From: Ansgar Burchardt Date: Sun, 02 Oct 2011 10:42:07 +0200 Subject: add missing whatis entry Origin: vendor Forwarded: no --- libgraphics-primitive-driver-cairo-perl.orig/lib/Graphics/Primitive/Driver/Cairo/TextLayout.pm +++ libgraphics-primitive-driver-cairo-perl/lib/Graphics/Primitive/Driver/Cairo/TextLayout.pm @@ -135,7 +135,7 @@ =head1 NAME -Graphics::Primitive::Driver::Cairo::TextLayout +Graphics::Primitive::Driver::Cairo::TextLayout - implementation of TextLayout for Cairo =head1 VERSION debian/copyright0000644000000000000000000000207511642020574011126 0ustar Format-Specification: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?view=markup&pathrev=135 Maintainer: Cory G Watson Source: http://search.cpan.org/dist/Graphics-Primitive-Driver-Cairo/ Name: Graphics-Primitive-Driver-Cairo Files: * Copyright: 2011, Cold Hard Code, LLC. License: Artistic or GPL-1+ Files: debian/* Copyright: 2010, Jonathan Yu License: Artistic or GPL-1+ 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'.