r24018 - in /trunk/libconfig-any-perl/debian: changelog control

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sat Aug 9 21:23:54 UTC 2008


Author: gregoa
Date: Sat Aug  9 21:23:45 2008
New Revision: 24018

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=24018
Log:
* debian/control:
  - add /me to Uploaders
  - add an alternative dependency on perl-modules (>= 5.10) to
    libversion-perl (which is now provided by the former)

Modified:
    trunk/libconfig-any-perl/debian/changelog
    trunk/libconfig-any-perl/debian/control

Modified: trunk/libconfig-any-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-any-perl/debian/changelog?rev=24018&op=diff
==============================================================================
--- trunk/libconfig-any-perl/debian/changelog (original)
+++ trunk/libconfig-any-perl/debian/changelog Sat Aug  9 21:23:45 2008
@@ -10,6 +10,10 @@
   [ gregor herrmann ]
   * debian/watch: use extended regexp for matching upstream releases.
   * Complete copyright stanza for debian/*.
+  * debian/control:
+    - add /me to Uploaders
+    - add an alternative dependency on perl-modules (>= 5.10) to
+      libversion-perl (which is now provided by the former)
 
  -- Ansgar Burchardt <ansgar at 43-1.org>  Thu, 07 Aug 2008 01:48:37 +0200
 

Modified: trunk/libconfig-any-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-any-perl/debian/control?rev=24018&op=diff
==============================================================================
--- trunk/libconfig-any-perl/debian/control (original)
+++ trunk/libconfig-any-perl/debian/control Sat Aug  9 21:23:45 2008
@@ -3,13 +3,14 @@
 Priority: optional
 Build-Depends: debhelper (>= 7.0.0)
 Build-Depends-Indep: perl (>= 5.8.0-7), libmodule-build-perl, 
- libmodule-pluggable-perl, libversion-perl, libtest-exception-perl, 
- libtest-pod-perl, libtest-pod-coverage-perl, libjson-perl, 
- libconfig-general-perl, libxml-simple-perl, libconfig-tiny-perl
+ libmodule-pluggable-perl, perl-modules (>= 5.10) | libversion-perl,
+ libtest-exception-perl, libtest-pod-perl, libtest-pod-coverage-perl,
+ libjson-perl, libconfig-general-perl, libxml-simple-perl, libconfig-tiny-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Krzysztof Krzyzaniak (eloy) <eloy at debian.org>,
  Damyan Ivanov <dmn at debian.org>, Gunnar Wolf <gwolf at debian.org>,
- Rene Mayorga <rmayorga at debian.org.sv>, Ansgar Burchardt <ansgar at 43-1.org>
+ Rene Mayorga <rmayorga at debian.org.sv>, Ansgar Burchardt <ansgar at 43-1.org>,
+ gregor herrmann <gregoa at debian.org>
 Standards-Version: 3.8.0
 Homepage: http://search.cpan.org/dist/Config-Any/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libconfig-any-perl/
@@ -17,7 +18,8 @@
 
 Package: libconfig-any-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, libmodule-pluggable-perl, libversion-perl
+Depends: ${perl:Depends}, ${misc:Depends}, libmodule-pluggable-perl,
+ perl-modules (>= 5.10) | libversion-perl
 Recommends: libjson-perl, libconfig-general-perl, libxml-simple-perl, libconfig-tiny-perl
 Description: Load configuration from different file formats, transparently
  Config::Any provides a facility for Perl applications and libraries to load 




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