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

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Tue Dec 22 17:58:19 UTC 2009


Author: gregoa
Date: Tue Dec 22 17:58:14 2009
New Revision: 49200

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

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

Added: trunk/libconfig-mvp-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-mvp-perl/debian/changelog?rev=49200&op=file
==============================================================================
--- trunk/libconfig-mvp-perl/debian/changelog (added)
+++ trunk/libconfig-mvp-perl/debian/changelog Tue Dec 22 17:58:14 2009
@@ -1,0 +1,5 @@
+libconfig-mvp-perl (0.093350-1) UNRELEASED; urgency=low
+
+  * Initial Release.
+
+ -- gregor herrmann <gregoa at debian.org>  Tue, 22 Dec 2009 16:13:18 +0100

Added: trunk/libconfig-mvp-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-mvp-perl/debian/compat?rev=49200&op=file
==============================================================================
--- trunk/libconfig-mvp-perl/debian/compat (added)
+++ trunk/libconfig-mvp-perl/debian/compat Tue Dec 22 17:58:14 2009
@@ -1,0 +1,1 @@
+7

Added: trunk/libconfig-mvp-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-mvp-perl/debian/control?rev=49200&op=file
==============================================================================
--- trunk/libconfig-mvp-perl/debian/control (added)
+++ trunk/libconfig-mvp-perl/debian/control Tue Dec 22 17:58:14 2009
@@ -1,0 +1,32 @@
+Source: libconfig-mvp-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl (>= 5.8.9), libtie-ixhash-perl, libmoose-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: gregor herrmann <gregoa at debian.org>
+Standards-Version: 3.8.3
+Homepage: http://search.cpan.org/dist/Config-MVP/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libconfig-mvp-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libconfig-mvp-perl/
+
+Package: libconfig-mvp-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, perl (>= 5.8.9),
+  libtie-ixhash-perl, libmoose-perl
+Description: multivalue-property package-oriented configuration
+ MVP is a mechanism for loading configuration (or other information) for
+ libraries. It doesn't read a file or a database. It's a helper for things
+ that do.
+ .
+ The idea is that you end up with a
+ Config::MVP::Sequence|Config::MVP::Sequence object, and that you can use that
+ object to fully configure your library or application. The sequence will
+ contain a bunch of Config::MVP::Section|Config::MVP::Section objects, each of
+ which is meant to provide configuration for a part of your program. Most of
+ these sections will be directly related to a Perl library that you'll use as
+ a plugin or helper. Each section will have a name, and every name in the
+ sequence will be unique.
+ .
+ This is a pretty abstract set of behaviors, so we'll provide some more
+ concrete examples that should help explain how things work.

Added: trunk/libconfig-mvp-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-mvp-perl/debian/copyright?rev=49200&op=file
==============================================================================
--- trunk/libconfig-mvp-perl/debian/copyright (added)
+++ trunk/libconfig-mvp-perl/debian/copyright Tue Dec 22 17:58:14 2009
@@ -1,0 +1,28 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=59
+Maintainer: Ricardo Signes <rjbs at cpan.org>
+Source: http://search.cpan.org/dist/Config-MVP/
+Name: Config-MVP
+
+Files: *
+Copyright: Ricardo Signes <rjbs at cpan.org>
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2009, gregor herrmann <gregoa at debian.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/libconfig-mvp-perl/debian/libconfig-mvp-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-mvp-perl/debian/libconfig-mvp-perl.docs?rev=49200&op=file
==============================================================================
--- trunk/libconfig-mvp-perl/debian/libconfig-mvp-perl.docs (added)
+++ trunk/libconfig-mvp-perl/debian/libconfig-mvp-perl.docs Tue Dec 22 17:58:14 2009
@@ -1,0 +1,1 @@
+README

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

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

Added: trunk/libconfig-mvp-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-mvp-perl/debian/watch?rev=49200&op=file
==============================================================================
--- trunk/libconfig-mvp-perl/debian/watch (added)
+++ trunk/libconfig-mvp-perl/debian/watch Tue Dec 22 17:58:14 2009
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Config-MVP/   .*/Config-MVP-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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