r48059 - in /trunk/libclass-handle-perl/debian: ./ changelog compat control copyright libclass-handle-perl.docs rules watch

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Tue Dec 1 17:10:28 UTC 2009


Author: jawnsy-guest
Date: Tue Dec  1 17:10:17 2009
New Revision: 48059

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

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

Added: trunk/libclass-handle-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-handle-perl/debian/changelog?rev=48059&op=file
==============================================================================
--- trunk/libclass-handle-perl/debian/changelog (added)
+++ trunk/libclass-handle-perl/debian/changelog Tue Dec  1 17:10:17 2009
@@ -1,0 +1,5 @@
+libclass-handle-perl (1.07-1) UNRELEASED; urgency=low
+
+  * Initial Release.
+
+ -- Jonathan Yu <jawnsy at cpan.org>  Tue, 1 Dec 2009 08:52:52 -0500

Added: trunk/libclass-handle-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-handle-perl/debian/compat?rev=48059&op=file
==============================================================================
--- trunk/libclass-handle-perl/debian/compat (added)
+++ trunk/libclass-handle-perl/debian/compat Tue Dec  1 17:10:17 2009
@@ -1,0 +1,1 @@
+7

Added: trunk/libclass-handle-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-handle-perl/debian/control?rev=48059&op=file
==============================================================================
--- trunk/libclass-handle-perl/debian/control (added)
+++ trunk/libclass-handle-perl/debian/control Tue Dec  1 17:10:17 2009
@@ -1,0 +1,31 @@
+Source: libclass-handle-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl (>= 5.5), libclass-inspector-perl (>= 1.12)
+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/Class-Handle/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libclass-handle-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libclass-handle-perl/
+
+Package: libclass-handle-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, perl (>= 5.5),
+  libclass-inspector-perl (>= 1.12)
+Description: Create objects that are handles to Classes
+ Class related functionality in Perl is broken up into a variety of different
+ modules. Class::Handle attempts to provide a convenient object wrapper around
+ the various different types of functions that can be performed on a class.
+ .
+ Please note that this is an initial non-production quality release, and
+ should be used as such. Functionality and API are subject to change without
+ notice.
+ .
+ Currently, Class::Handle provies what is effectively a combined API from
+ UNIVERSAL, Class::ISA and Class::Inspector for obtaining information about a
+ Class, and some additional task methods, such as load to common tasks
+ relating to classes.
+ .
+ This description was automagically extracted from the module by dh-make-perl.

Added: trunk/libclass-handle-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-handle-perl/debian/copyright?rev=48059&op=file
==============================================================================
--- trunk/libclass-handle-perl/debian/copyright (added)
+++ trunk/libclass-handle-perl/debian/copyright Tue Dec  1 17:10:17 2009
@@ -1,0 +1,36 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=59
+Maintainer: Adam Kennedy <adamk at cpan.org>, L<http://ali.as/>
+Source: http://search.cpan.org/dist/Class-Handle/
+Name: Class-Handle
+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: Adam Kennedy <adamk at cpan.org>, L<http://ali.as/>
+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/libclass-handle-perl/debian/libclass-handle-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-handle-perl/debian/libclass-handle-perl.docs?rev=48059&op=file
==============================================================================
--- trunk/libclass-handle-perl/debian/libclass-handle-perl.docs (added)
+++ trunk/libclass-handle-perl/debian/libclass-handle-perl.docs Tue Dec  1 17:10:17 2009
@@ -1,0 +1,1 @@
+README

Added: trunk/libclass-handle-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-handle-perl/debian/rules?rev=48059&op=file
==============================================================================
--- trunk/libclass-handle-perl/debian/rules (added)
+++ trunk/libclass-handle-perl/debian/rules Tue Dec  1 17:10:17 2009
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

Propchange: trunk/libclass-handle-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libclass-handle-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-handle-perl/debian/watch?rev=48059&op=file
==============================================================================
--- trunk/libclass-handle-perl/debian/watch (added)
+++ trunk/libclass-handle-perl/debian/watch Tue Dec  1 17:10:17 2009
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Class-Handle/   .*/Class-Handle-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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