r67269 - in /trunk/libconfig-merge-perl/debian: ./ changelog compat control copyright libconfig-merge-perl.examples rules source/ source/format watch

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Mon Jan 10 19:19:55 UTC 2011


Author: periapt-guest
Date: Mon Jan 10 19:19:44 2011
New Revision: 67269

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

Added:
    trunk/libconfig-merge-perl/debian/
    trunk/libconfig-merge-perl/debian/changelog
    trunk/libconfig-merge-perl/debian/compat
    trunk/libconfig-merge-perl/debian/control
    trunk/libconfig-merge-perl/debian/copyright
    trunk/libconfig-merge-perl/debian/libconfig-merge-perl.examples
    trunk/libconfig-merge-perl/debian/rules   (with props)
    trunk/libconfig-merge-perl/debian/source/
    trunk/libconfig-merge-perl/debian/source/format
    trunk/libconfig-merge-perl/debian/watch

Added: trunk/libconfig-merge-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-merge-perl/debian/changelog?rev=67269&op=file
==============================================================================
--- trunk/libconfig-merge-perl/debian/changelog (added)
+++ trunk/libconfig-merge-perl/debian/changelog Mon Jan 10 19:19:44 2011
@@ -1,0 +1,5 @@
+libconfig-merge-perl (1.01-1) UNRELEASED; urgency=low
+
+  * Initial Release. (Closes: #609562)
+
+ -- Nicholas Bamber <nicholas at periapt.co.uk>  Mon, 10 Jan 2011 17:28:53 +0000

Added: trunk/libconfig-merge-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-merge-perl/debian/compat?rev=67269&op=file
==============================================================================
--- trunk/libconfig-merge-perl/debian/compat (added)
+++ trunk/libconfig-merge-perl/debian/compat Mon Jan 10 19:19:44 2011
@@ -1,0 +1,1 @@
+8

Added: trunk/libconfig-merge-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-merge-perl/debian/control?rev=67269&op=file
==============================================================================
--- trunk/libconfig-merge-perl/debian/control (added)
+++ trunk/libconfig-merge-perl/debian/control Mon Jan 10 19:19:44 2011
@@ -1,0 +1,24 @@
+Source: libconfig-merge-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 8)
+Build-Depends-Indep: perl, libconfig-any-perl (>= 0.07), libyaml-perl,
+ libjson-perl, libyaml-syck-perl, libjson-xs-perl, libxml-simple-perl,
+ libconfig-tiny-perl, libconfig-general-perl, libtest-pod-perl,
+ libtest-pod-coverage-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Nicholas Bamber <nicholas at periapt.co.uk>
+Standards-Version: 3.9.1
+Homepage: http://search.cpan.org/dist/Config-Merge/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libconfig-merge-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libconfig-merge-perl/
+
+Package: libconfig-merge-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}, libconfig-any-perl (>= 0.07)
+Recommends: libyaml-perl, libjson-perl, libjson-xs-perl, libyaml-syck-perl, 
+ libxml-simple-perl, libconfig-tiny-perl, libconfig-general-perl
+Description: umbrella interface to configuration modules 
+ Config::Merge allows one to load a configuration directory tree containing
+ YAML, JSON, XML, Perl, INI or Config::General files. The interface can be
+ used in either a functional or an object oriented way.

Added: trunk/libconfig-merge-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-merge-perl/debian/copyright?rev=67269&op=file
==============================================================================
--- trunk/libconfig-merge-perl/debian/copyright (added)
+++ trunk/libconfig-merge-perl/debian/copyright Mon Jan 10 19:19:44 2011
@@ -1,0 +1,28 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Clinton Gormley <drtech at cpan.org>
+Source: http://search.cpan.org/dist/Config-Merge/
+Name: Config-Merge
+
+Files: *
+Copyright: 2007-2010, Clinton Gormley <drtech at cpan.org>
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2011, Nicholas Bamber <nicholas at periapt.co.uk>
+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 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 systems, the complete text of version 1 of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-1'.

Added: trunk/libconfig-merge-perl/debian/libconfig-merge-perl.examples
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-merge-perl/debian/libconfig-merge-perl.examples?rev=67269&op=file
==============================================================================
--- trunk/libconfig-merge-perl/debian/libconfig-merge-perl.examples (added)
+++ trunk/libconfig-merge-perl/debian/libconfig-merge-perl.examples Mon Jan 10 19:19:44 2011
@@ -1,0 +1,1 @@
+examples/*

Added: trunk/libconfig-merge-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-merge-perl/debian/rules?rev=67269&op=file
==============================================================================
--- trunk/libconfig-merge-perl/debian/rules (added)
+++ trunk/libconfig-merge-perl/debian/rules Mon Jan 10 19:19:44 2011
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

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

Added: trunk/libconfig-merge-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-merge-perl/debian/source/format?rev=67269&op=file
==============================================================================
--- trunk/libconfig-merge-perl/debian/source/format (added)
+++ trunk/libconfig-merge-perl/debian/source/format Mon Jan 10 19:19:44 2011
@@ -1,0 +1,1 @@
+3.0 (quilt)

Added: trunk/libconfig-merge-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-merge-perl/debian/watch?rev=67269&op=file
==============================================================================
--- trunk/libconfig-merge-perl/debian/watch (added)
+++ trunk/libconfig-merge-perl/debian/watch Mon Jan 10 19:19:44 2011
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Config-Merge/   .*/Config-Merge-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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