r58081 - in /trunk/libclass-container-perl/debian: changelog control

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Wed May 19 16:37:33 UTC 2010


Author: gregoa
Date: Wed May 19 16:37:21 2010
New Revision: 58081

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=58081
Log:
Add build dependency on Module::Build; remove version from (build)
dependency on libparams-validate-perl.

Modified:
    trunk/libclass-container-perl/debian/changelog
    trunk/libclass-container-perl/debian/control

Modified: trunk/libclass-container-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-container-perl/debian/changelog?rev=58081&op=diff
==============================================================================
--- trunk/libclass-container-perl/debian/changelog (original)
+++ trunk/libclass-container-perl/debian/changelog Wed May 19 16:37:21 2010
@@ -1,5 +1,6 @@
 libclass-container-perl (0.12-3) unstable; urgency=low
 
+  [ Ansgar Burchardt ]
   * Now maintained by the Debian Perl Group. (Closes: #569472)
     + Add myself to Uploaders.
   * debian/control: Add Vcs-*, Homepage fields.
@@ -14,6 +15,10 @@
   * debian/watch: Use extended regular expression to match upstream releases.
   * Remove Emacs mode settings from debian/changelog.
   * Bump Standards-Version to 3.8.4.
+
+  [ gregor herrmann ]
+  * Add build dependency on Module::Build; remove version from (build)
+    dependency on libparams-validate-perl.
 
  -- Ansgar Burchardt <ansgar at 43-1.org>  Wed, 19 May 2010 21:53:29 +0900
 

Modified: trunk/libclass-container-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-container-perl/debian/control?rev=58081&op=diff
==============================================================================
--- trunk/libclass-container-perl/debian/control (original)
+++ trunk/libclass-container-perl/debian/control Wed May 19 16:37:21 2010
@@ -1,8 +1,8 @@
 Source: libclass-container-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7.3.7~)
-Build-Depends-Indep: perl, libparams-validate-perl (>= 0.23)
+Build-Depends: debhelper (>= 7.3.7~), perl (>= 5.10) | libmodule-build-perl
+Build-Depends-Indep: perl, libparams-validate-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Ansgar Burchardt <ansgar at 43-1.org>
 Standards-Version: 3.8.4
@@ -12,7 +12,7 @@
 
 Package: libclass-container-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libparams-validate-perl (>= 0.23)
+Depends: ${misc:Depends}, ${perl:Depends}, libparams-validate-perl
 Description: Perl module to glue object frameworks together transparently
  The Class::Container module facilitates building frameworks of several classes
  that inter-operate. It was first designed and built for HTML::Mason, in which




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