[SCM] Debian packaging of Class-Mix CPAN distribution branch, master, updated. upstream/0.005-12-g7e2c071

Xavier Guimard x.guimard at free.fr
Sun Dec 23 15:44:47 UTC 2012


The following commit has been merged in the master branch:
commit 7e2c07116e9357caff3c1afa679778b0755e02fd
Author: Xavier Guimard <x.guimard at free.fr>
Date:   Sun Dec 23 16:44:03 2012 +0100

    Update dependencies and description

diff --git a/debian/changelog b/debian/changelog
index 8487a04..e4ca8fb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,12 +1,4 @@
-libclass-mix-perl (0.005-1) UNRELEASED; urgency=low
-
-  TODO:
-  - d/control: as far as I see, upstream _used_ M::B 0.38 but only _requires_
-    M::B 0 --> drop build dependency
-    (as a side note, it would need to be in B-D instead of B-D-I)
-  - d/control: mention module name in long description
-  - d/control: missing build dependency on perl
-  - d/control: libtest-pod-perl, libtest-pod-coverage-perl
+libclass-mix-perl (0.005-1) unstable; urgency=low
 
   * Take over for the Debian Perl Group on maintainer's request
     (http://bugs.debian.org/677732#10)
@@ -18,8 +10,10 @@ libclass-mix-perl (0.005-1) UNRELEASED; urgency=low
   * Update debian/copyright (years and format)
   * Add libparams-classify-perl in dependencies
   * Update description
+  * Add libtest-pod-perl and libtest-pod-coverage-perl in dependencies
+  * Remove libmodule-build dependency
 
- -- Xavier Guimard <x.guimard at free.fr>  Sun, 23 Dec 2012 14:27:09 +0100
+ -- Xavier Guimard <x.guimard at free.fr>  Sun, 23 Dec 2012 16:43:28 +0100
 
 libclass-mix-perl (0.003-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index f96eb0b..f7867fc 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,9 @@ Uploaders: Ivan Kohler <ivan-debian at 420.am>,
  Xavier Guimard <x.guimard at free.fr>
 Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: libparams-classify-perl,
-                     perl (>= 5.13.11) | libmodule-build-perl (>= 0.380000)
+                     libtest-pod-perl,
+                     libtest-pod-coverage-perl,
+                     perl
 Standards-Version: 3.9.4
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libclass-mix-perl.git
 Vcs-Git: git://git.debian.org/pkg-perl/packages/libclass-mix-perl.git
@@ -17,6 +19,6 @@ Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends},
  libparams-classify-perl
 Description: dynamic class mixing
- The mix_class function provided by this module dynamically generates
- `anonymous' classes with specified inheritance. This is useful where an
- incomplete class requires use of a mixin in order to become instantiable.
+ Class::Mix dynamically generates `anonymous' classes with specified
+ inheritance. This is useful where an incomplete class requires use
+ of a mixin in order to become instantiable.

-- 
Debian packaging of Class-Mix CPAN distribution



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