r49245 - in /trunk/libconfig-mvp-perl/debian: changelog control copyright libconfig-mvp-perl.docs rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Tue Dec 22 18:50:55 UTC 2009


Author: gregoa
Date: Tue Dec 22 18:50:49 2009
New Revision: 49245

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=49245
Log:
first round of upload preparation

Removed:
    trunk/libconfig-mvp-perl/debian/libconfig-mvp-perl.docs
Modified:
    trunk/libconfig-mvp-perl/debian/changelog
    trunk/libconfig-mvp-perl/debian/control
    trunk/libconfig-mvp-perl/debian/copyright
    trunk/libconfig-mvp-perl/debian/rules

Modified: trunk/libconfig-mvp-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-mvp-perl/debian/changelog?rev=49245&op=diff
==============================================================================
--- trunk/libconfig-mvp-perl/debian/changelog (original)
+++ trunk/libconfig-mvp-perl/debian/changelog Tue Dec 22 18:50:49 2009
@@ -1,5 +1,5 @@
 libconfig-mvp-perl (0.093350-1) UNRELEASED; urgency=low
 
-  * Initial Release.
+  * Initial release (cf. #562102).
 
  -- gregor herrmann <gregoa at debian.org>  Tue, 22 Dec 2009 16:13:18 +0100

Modified: trunk/libconfig-mvp-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-mvp-perl/debian/control?rev=49245&op=diff
==============================================================================
--- trunk/libconfig-mvp-perl/debian/control (original)
+++ trunk/libconfig-mvp-perl/debian/control Tue Dec 22 18:50:49 2009
@@ -1,8 +1,11 @@
 Source: libconfig-mvp-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl (>= 5.8.9), libtie-ixhash-perl, libmoose-perl
+Build-Depends: debhelper (>= 7.0.50)
+Build-Depends-Indep: perl, libtie-ixhash-perl, libmoose-perl,
+ perl (>= 5.8.9) | libmodule-pluggable-perl,
+ libtest-pod-perl
+Build-Conflicts: libtest-pod-coverage-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
@@ -12,21 +15,17 @@
 
 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
+Depends: ${perl:Depends}, ${misc:Depends}, libtie-ixhash-perl, libmoose-perl,
+ perl (>= 5.8.9) | libmodule-pluggable-perl
+Description: multivalue-property package-oriented configuration module
  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
+ The idea is that you end up with a 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 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.

Modified: trunk/libconfig-mvp-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-mvp-perl/debian/copyright?rev=49245&op=diff
==============================================================================
--- trunk/libconfig-mvp-perl/debian/copyright (original)
+++ trunk/libconfig-mvp-perl/debian/copyright Tue Dec 22 18:50:49 2009
@@ -4,7 +4,7 @@
 Name: Config-MVP
 
 Files: *
-Copyright: Ricardo Signes <rjbs at cpan.org>
+Copyright: 2009, Ricardo Signes <rjbs at cpan.org>
 License: Artistic or GPL-1+
 
 Files: debian/*

Modified: trunk/libconfig-mvp-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-mvp-perl/debian/rules?rev=49245&op=diff
==============================================================================
--- trunk/libconfig-mvp-perl/debian/rules (original)
+++ trunk/libconfig-mvp-perl/debian/rules Tue Dec 22 18:50:49 2009
@@ -2,3 +2,6 @@
 
 %:
 	dh $@
+
+override_dh_auto_test:
+	RELEASE_TESTING=1 dh_auto_test




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