r49729 - in /trunk/libgraphics-primitive-perl/debian: ./ changelog compat control copyright libgraphics-primitive-perl.docs rules watch

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Fri Jan 1 02:55:51 UTC 2010


Author: jawnsy-guest
Date: Fri Jan  1 02:55:45 2010
New Revision: 49729

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=49729
Log:
[svn-inject] Applying Debian modifications to trunk

Added:
    trunk/libgraphics-primitive-perl/debian/
    trunk/libgraphics-primitive-perl/debian/changelog
    trunk/libgraphics-primitive-perl/debian/compat
    trunk/libgraphics-primitive-perl/debian/control
    trunk/libgraphics-primitive-perl/debian/copyright
    trunk/libgraphics-primitive-perl/debian/libgraphics-primitive-perl.docs
    trunk/libgraphics-primitive-perl/debian/rules   (with props)
    trunk/libgraphics-primitive-perl/debian/watch

Added: trunk/libgraphics-primitive-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgraphics-primitive-perl/debian/changelog?rev=49729&op=file
==============================================================================
--- trunk/libgraphics-primitive-perl/debian/changelog (added)
+++ trunk/libgraphics-primitive-perl/debian/changelog Fri Jan  1 02:55:45 2010
@@ -1,0 +1,5 @@
+libgraphics-primitive-perl (0.48-1) UNRELEASED; urgency=low
+
+  * Initial Release.
+
+ -- Jonathan Yu <jawnsy at cpan.org>  Thu, 31 Dec 2009 21:20:45 -0500

Added: trunk/libgraphics-primitive-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgraphics-primitive-perl/debian/compat?rev=49729&op=file
==============================================================================
--- trunk/libgraphics-primitive-perl/debian/compat (added)
+++ trunk/libgraphics-primitive-perl/debian/compat Fri Jan  1 02:55:45 2010
@@ -1,0 +1,1 @@
+7

Added: trunk/libgraphics-primitive-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgraphics-primitive-perl/debian/control?rev=49729&op=file
==============================================================================
--- trunk/libgraphics-primitive-perl/debian/control (added)
+++ trunk/libgraphics-primitive-perl/debian/control Fri Jan  1 02:55:45 2010
@@ -1,0 +1,33 @@
+Source: libgraphics-primitive-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl (>= 5.8.9), libmoosex-clone-perl (>= 0.04),
+  libgeometry-primitive-perl (>= 0.16), libforest-perl (>= 0.06),
+  libgraphics-color-perl (>= 0.20),
+  libmoosex-attributehelpers-perl (>= 0.17),
+  libmoosex-storage-perl (>= 0.17), libjson-any-perl (>= 1.22),
+  libmoose-perl (>= 0.79)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jonathan Yu <jawnsy at cpan.org>
+Standards-Version: 3.8.3
+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 (>= 0.04),
+  libgeometry-primitive-perl (>= 0.16), libforest-perl (>= 0.06),
+  libgraphics-color-perl (>= 0.20),
+  libmoosex-attributehelpers-perl (>= 0.17),
+  libmoosex-storage-perl (>= 0.17), libjson-any-perl (>= 1.22),
+  libmoose-perl (>= 0.79)
+Description: Device and library agnostic graphic primitives
+ Graphics::Primitive is library agnostic system for drawing things.
+ .
+ The idea is to allow you to create and manipulate graphical components and
+ then pass them off to a Driver|Graphics::Primitive::Driver for actual
+ drawing.
+ .
+ This description was automagically extracted from the module by dh-make-perl.

Added: trunk/libgraphics-primitive-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgraphics-primitive-perl/debian/copyright?rev=49729&op=file
==============================================================================
--- trunk/libgraphics-primitive-perl/debian/copyright (added)
+++ trunk/libgraphics-primitive-perl/debian/copyright Fri Jan  1 02:55:45 2010
@@ -1,0 +1,36 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=59
+Maintainer: Cory G Watson <gphat at cpan.org>
+Source: http://search.cpan.org/dist/Graphics-Primitive/
+Name: Graphics-Primitive
+Disclaimer: This copyright info was automatically extracted 
+ from the perl module. It may not be accurate, so you better 
+ check the module sources in order to ensure the module for its 
+ inclusion in Debian or for general legal information. Please, 
+ if licensing information is incorrectly generated, file a bug 
+ on dh-make-perl.
+ NOTE: Don't forget to remove this disclaimer once you are happy
+ with this file.
+
+Files: *
+Copyright: Cory G Watson <gphat at cpan.org>
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2009, Jonathan Yu <jawnsy at cpan.org>
+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 GNU/Linux 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 GNU/Linux systems, the complete text of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL'

Added: trunk/libgraphics-primitive-perl/debian/libgraphics-primitive-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgraphics-primitive-perl/debian/libgraphics-primitive-perl.docs?rev=49729&op=file
==============================================================================
--- trunk/libgraphics-primitive-perl/debian/libgraphics-primitive-perl.docs (added)
+++ trunk/libgraphics-primitive-perl/debian/libgraphics-primitive-perl.docs Fri Jan  1 02:55:45 2010
@@ -1,0 +1,1 @@
+README

Added: trunk/libgraphics-primitive-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgraphics-primitive-perl/debian/rules?rev=49729&op=file
==============================================================================
--- trunk/libgraphics-primitive-perl/debian/rules (added)
+++ trunk/libgraphics-primitive-perl/debian/rules Fri Jan  1 02:55:45 2010
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

Propchange: trunk/libgraphics-primitive-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libgraphics-primitive-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgraphics-primitive-perl/debian/watch?rev=49729&op=file
==============================================================================
--- trunk/libgraphics-primitive-perl/debian/watch (added)
+++ trunk/libgraphics-primitive-perl/debian/watch Fri Jan  1 02:55:45 2010
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Graphics-Primitive/   .*/Graphics-Primitive-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




More information about the Pkg-perl-cvs-commits mailing list