r49968 - in /trunk/libmoosex-simpleconfig-perl/debian: ./ changelog compat control copyright libmoosex-simpleconfig-perl.docs rules watch

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sat Jan 2 20:09:11 UTC 2010


Author: jawnsy-guest
Date: Sat Jan  2 20:09:06 2010
New Revision: 49968

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

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

Added: trunk/libmoosex-simpleconfig-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-simpleconfig-perl/debian/changelog?rev=49968&op=file
==============================================================================
--- trunk/libmoosex-simpleconfig-perl/debian/changelog (added)
+++ trunk/libmoosex-simpleconfig-perl/debian/changelog Sat Jan  2 20:09:06 2010
@@ -1,0 +1,5 @@
+libmoosex-simpleconfig-perl (0.04-1) UNRELEASED; urgency=low
+
+  * Initial Release.
+
+ -- Jonathan Yu <jawnsy at cpan.org>  Sat, 2 Jan 2010 15:09:10 -0500

Added: trunk/libmoosex-simpleconfig-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-simpleconfig-perl/debian/compat?rev=49968&op=file
==============================================================================
--- trunk/libmoosex-simpleconfig-perl/debian/compat (added)
+++ trunk/libmoosex-simpleconfig-perl/debian/compat Sat Jan  2 20:09:06 2010
@@ -1,0 +1,1 @@
+7

Added: trunk/libmoosex-simpleconfig-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-simpleconfig-perl/debian/control?rev=49968&op=file
==============================================================================
--- trunk/libmoosex-simpleconfig-perl/debian/control (added)
+++ trunk/libmoosex-simpleconfig-perl/debian/control Sat Jan  2 20:09:06 2010
@@ -1,0 +1,31 @@
+Source: libmoosex-simpleconfig-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl (>= 5.8.9),
+  libmoosex-configfromfile-perl (>= 0.02), libconfig-any-perl (>= 0.10),
+  libmoose-perl (>= 0.35)
+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/MooseX-SimpleConfig/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libmoosex-simpleconfig-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libmoosex-simpleconfig-perl/
+
+Package: libmoosex-simpleconfig-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends},
+  libmoosex-configfromfile-perl (>= 0.02), libconfig-any-perl (>= 0.10),
+  libmoose-perl (>= 0.35)
+Description: A Moose role for setting attributes from a simple configfile
+ This role loads simple configfiles to set object attributes. It is based on
+ the abstract role MooseX::ConfigFromFile, and uses Config::Any to load your
+ configfile. Config::Any will in turn support any of a variety of different
+ config formats, detected by the file extension. See Config::Any for more
+ details about supported formats.
+ .
+ Like all MooseX::ConfigFromFile -derived configfile loaders, this module is
+ automatically supported by the MooseX::Getopt role as well, which allows
+ specifying -configfile on the commandline.
+ .
+ This description was automagically extracted from the module by dh-make-perl.

Added: trunk/libmoosex-simpleconfig-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-simpleconfig-perl/debian/copyright?rev=49968&op=file
==============================================================================
--- trunk/libmoosex-simpleconfig-perl/debian/copyright (added)
+++ trunk/libmoosex-simpleconfig-perl/debian/copyright Sat Jan  2 20:09:06 2010
@@ -1,0 +1,36 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=59
+Maintainer: Brandon L. Black, <blblack at gmail.com>
+Source: http://search.cpan.org/dist/MooseX-SimpleConfig/
+Name: MooseX-SimpleConfig
+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: Brandon L. Black, <blblack at gmail.com>
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2010, 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/libmoosex-simpleconfig-perl/debian/libmoosex-simpleconfig-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-simpleconfig-perl/debian/libmoosex-simpleconfig-perl.docs?rev=49968&op=file
==============================================================================
--- trunk/libmoosex-simpleconfig-perl/debian/libmoosex-simpleconfig-perl.docs (added)
+++ trunk/libmoosex-simpleconfig-perl/debian/libmoosex-simpleconfig-perl.docs Sat Jan  2 20:09:06 2010
@@ -1,0 +1,1 @@
+README

Added: trunk/libmoosex-simpleconfig-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-simpleconfig-perl/debian/rules?rev=49968&op=file
==============================================================================
--- trunk/libmoosex-simpleconfig-perl/debian/rules (added)
+++ trunk/libmoosex-simpleconfig-perl/debian/rules Sat Jan  2 20:09:06 2010
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

Propchange: trunk/libmoosex-simpleconfig-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libmoosex-simpleconfig-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-simpleconfig-perl/debian/watch?rev=49968&op=file
==============================================================================
--- trunk/libmoosex-simpleconfig-perl/debian/watch (added)
+++ trunk/libmoosex-simpleconfig-perl/debian/watch Sat Jan  2 20:09:06 2010
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/MooseX-SimpleConfig/   .*/MooseX-SimpleConfig-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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