debian/0000755000000000000000000000000011571737031007173 5ustar debian/patches/0000755000000000000000000000000011571737031010622 5ustar debian/patches/series0000644000000000000000000000001711455036656012043 0ustar spelling.patch debian/patches/spelling.patch0000644000000000000000000000143111571672601013460 0ustar Author: gregor herrmann Description: spelling fixes Forwarded: no --- a/lib/Graphics/Primitive/Container.pm +++ b/lib/Graphics/Primitive/Container.pm @@ -191,7 +191,7 @@ =item I -Optionally overriden by an implementation, allows it to deem a component as +Optionally overridden by an implementation, allows it to deem a component as invalid. If this sub returns false, the component won't be added. =back --- a/lib/Graphics/Primitive/Component.pm +++ b/lib/Graphics/Primitive/Component.pm @@ -466,7 +466,7 @@ =item I Method to prepare this component for drawing. This is an empty sub and is -meant to be overriden by a specific implemntation. +meant to be overridden by a specific implementation. =item I debian/source/0000755000000000000000000000000011571737031010473 5ustar debian/source/format0000644000000000000000000000001411455036656011707 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000003611455036656010260 0ustar #!/usr/bin/make -f %: dh $@ debian/changelog0000644000000000000000000000235411571736465011063 0ustar libgraphics-primitive-perl (0.61-1) unstable; urgency=low * Team upload. * New upstream release. * debian/copyright: Update for new upstream release. * Bump Standards-Version to 3.9.2 (no changes). -- Ansgar Burchardt Thu, 02 Jun 2011 18:41:24 +0200 libgraphics-primitive-perl (0.53-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release * Refresh copyright information * Standards-Version 3.9.1 (no changes) [ gregor herrmann ] * Refresh spelling.patch (offset). -- Jonathan Yu Sun, 20 Feb 2011 19:55:58 -0500 libgraphics-primitive-perl (0.51-1) unstable; urgency=low [ Brian Cassidy ] * New upstream release * debian/control: + Added myself to Uploaders + Remove dep on libmoosex-attributehelpers-perl + Update Standards-Version to 3.8.4 * debian/copyright: + Added myself to copyright for debian/* [ gregor herrmann ] * Add patch to fix spelling mistakes in POD. * Convert to source format 3.0 (quilt). -- Brian Cassidy Tue, 23 Mar 2010 13:55:57 -0300 libgraphics-primitive-perl (0.49-1) unstable; urgency=low * Initial Release (Closes: #566898) -- Jonathan Yu Mon, 25 Jan 2010 15:53:12 -0500 debian/copyright0000644000000000000000000000250211571736365011136 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=59 Maintainer: Cory G Watson Source: http://search.cpan.org/dist/Graphics-Primitive/ Name: Graphics-Primitive Files: * Copyright: 2008-2010, Cory G Watson License: Artistic or GPL-1+ Files: inc/Module/* Copyright: 2002-2011, Adam Kennedy 2002-2011, Audrey Tang 2002-2011, Brian Ingerson License: Artistic or GPL-1+ Files: debian/* Copyright: 2009-2011, Jonathan Yu 2010, Brian Cassidy 2010, gregor herrmann 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'. debian/compat0000644000000000000000000000000211455036656010377 0ustar 7 debian/watch0000644000000000000000000000020111455036656010223 0ustar version=3 http://search.cpan.org/dist/Graphics-Primitive/ .*/Graphics-Primitive-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/control0000644000000000000000000000246411571736412010606 0ustar Source: libgraphics-primitive-perl Section: perl Priority: optional Build-Depends: debhelper (>= 7) Build-Depends-Indep: perl, libmoosex-clone-perl, libgeometry-primitive-perl, libforest-perl, libgraphics-color-perl, libmoosex-storage-perl, libjson-any-perl (>= 1.22), libmoose-perl (>= 0.90) Maintainer: Debian Perl Group Uploaders: Jonathan Yu , Brian Cassidy Standards-Version: 3.9.2 Homepage: http://search.cpan.org/dist/Graphics-Primitive/ Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libgraphics-primitive-perl/ Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libgraphics-primitive-perl/ Package: libgraphics-primitive-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, libmoosex-clone-perl, libgeometry-primitive-perl, libgraphics-color-perl, libforest-perl, libmoosex-storage-perl, libjson-any-perl (>= 1.22), libmoose-perl (>= 0.90) Description: system to portably create and manipulate graphical components Graphics::Primitive is a Perl module that provides an abstraction layer for creating and manipulating graphical elements such as Borders, Fonts, Paths and the like. It provides mechanisms to create graphical layouts and pass it along to drivers for the actual on-screen rendering.