r40415 - in /trunk/libconfig-jfdi-perl/debian: ./ changelog compat control copyright libconfig-jfdi-perl.docs rules watch

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Tue Jul 21 14:11:18 UTC 2009


Author: jawnsy-guest
Date: Tue Jul 21 14:11:07 2009
New Revision: 40415

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

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

Added: trunk/libconfig-jfdi-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-jfdi-perl/debian/changelog?rev=40415&op=file
==============================================================================
--- trunk/libconfig-jfdi-perl/debian/changelog (added)
+++ trunk/libconfig-jfdi-perl/debian/changelog Tue Jul 21 14:11:07 2009
@@ -1,0 +1,5 @@
+libconfig-jfdi-perl (0.063-1) UNRELEASED; urgency=low
+
+  * Initial Release.
+
+ -- Jonathan Yu <frequency at cpan.org>  Sun, 19 Jul 2009 19:19:51 -0400

Added: trunk/libconfig-jfdi-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-jfdi-perl/debian/compat?rev=40415&op=file
==============================================================================
--- trunk/libconfig-jfdi-perl/debian/compat (added)
+++ trunk/libconfig-jfdi-perl/debian/compat Tue Jul 21 14:11:07 2009
@@ -1,0 +1,1 @@
+7

Added: trunk/libconfig-jfdi-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-jfdi-perl/debian/control?rev=40415&op=file
==============================================================================
--- trunk/libconfig-jfdi-perl/debian/control (added)
+++ trunk/libconfig-jfdi-perl/debian/control Tue Jul 21 14:11:07 2009
@@ -1,0 +1,31 @@
+Source: libconfig-jfdi-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl (>= 5.6.0-12), libtest-most-perl, libmoose-perl,
+ libcarp-clan-share-perl, libdata-visitor-perl (>= 0.24), libconfig-any-perl,
+ libhash-merge-simple-perl, libmoosex-attributehelpers-perl, libclone-perl,
+ libsub-install-perl, libpath-class-perl, liblist-moreutils-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jonathan Yu <frequency at cpan.org>
+Standards-Version: 3.8.2
+Homepage: http://search.cpan.org/dist/Config-JFDI/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libconfig-jfdi-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libconfig-jfdi-perl/
+
+Package: libconfig-jfdi-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, libmoosex-attributehelpers-perl,
+ libcarp-clan-share-perl, libdata-visitor-perl (>= 0.24), libsub-install-perl,
+ libhash-merge-simple-perl, liblist-moreutils-perl, libpath-class-perl,
+ libconfig-any-perl, libmoose-perl, libclone-perl
+Description: Perl module to load any configuration files
+ Config::JFDI scans a directory for files matching a certain name. If such a
+ file is found, and it matches an extension that Config::Any can read, then
+ the configuration from that file will be loaded. It also looks for special
+ files that end with a "_local" suffix, which take precedence over any other
+ configuration files. The precedence takes place by merging the local config
+ with the standard file using Hash::Merge::Simple (libhash-merge-simple-perl).
+ .
+ Essentially, this is an implementation of Catalyst::Plugin::ConfigLoader that
+ exists outside of Catalyst.

Added: trunk/libconfig-jfdi-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-jfdi-perl/debian/copyright?rev=40415&op=file
==============================================================================
--- trunk/libconfig-jfdi-perl/debian/copyright (added)
+++ trunk/libconfig-jfdi-perl/debian/copyright Tue Jul 21 14:11:07 2009
@@ -1,0 +1,35 @@
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Robert Krimen <rkrimen at cpan.org>
+Upstream-Source: http://search.cpan.org/dist/Config-JFDI/
+Upstream-Name: Config-JFDI
+
+Files: *
+Copyright: 2008, Robert Krimen <rkrimen at cpan.org>
+License-Alias: Perl
+License: Artistic | GPL-1+
+
+Files: debian/*
+Copyright: 2009, Jonathan Yu <frequency at cpan.org>
+License: Artistic | GPL-1+
+
+Files: inc/Module/*
+Copyright: 2002-2009, Adam Kennedy <adamk at cpan.org>
+ 2002-2009, Audrey Tang <autrijus at autrijus.org>
+ 2002-2009, Brian Ingerson <ingy at cpan.org>
+License-Alias: Perl
+License: Artistic | 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/libconfig-jfdi-perl/debian/libconfig-jfdi-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-jfdi-perl/debian/libconfig-jfdi-perl.docs?rev=40415&op=file
==============================================================================
--- trunk/libconfig-jfdi-perl/debian/libconfig-jfdi-perl.docs (added)
+++ trunk/libconfig-jfdi-perl/debian/libconfig-jfdi-perl.docs Tue Jul 21 14:11:07 2009
@@ -1,0 +1,1 @@
+README

Added: trunk/libconfig-jfdi-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-jfdi-perl/debian/rules?rev=40415&op=file
==============================================================================
--- trunk/libconfig-jfdi-perl/debian/rules (added)
+++ trunk/libconfig-jfdi-perl/debian/rules Tue Jul 21 14:11:07 2009
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

Propchange: trunk/libconfig-jfdi-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libconfig-jfdi-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-jfdi-perl/debian/watch?rev=40415&op=file
==============================================================================
--- trunk/libconfig-jfdi-perl/debian/watch (added)
+++ trunk/libconfig-jfdi-perl/debian/watch Tue Jul 21 14:11:07 2009
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Config-JFDI/   .*/Config-JFDI-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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