[SCM] Debian packaging of libclass-meta-perl branch, master, updated. debian/0.65-1-3-g9dc2b83

gregor herrmann gregoa at debian.org
Thu Jul 5 20:16:37 UTC 2012


The following commit has been merged in the master branch:
commit 1a32ae02511aae547f59d7524c28574d980de85a
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Jul 5 12:20:05 2012 -0600

    debian/control: update {versioned,alternative} (build) dependencies.

diff --git a/debian/control b/debian/control
index 87c4268..39093f7 100644
--- a/debian/control
+++ b/debian/control
@@ -1,25 +1,30 @@
 Source: libclass-meta-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Krzysztof Krzyżaniak (eloy) <eloy at debian.org>,
+           gregor herrmann <gregoa at debian.org>,
+           Peter Pentchev <roam at ringlet.net>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl,
- libclass-isa-perl | perl (<< 5.10.1-13), libdata-types-perl,
- libtest-pod-perl (>= 1.41), libtest-pod-coverage-perl
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Krzysztof Krzyżaniak (eloy) <eloy at debian.org>,
- gregor herrmann <gregoa at debian.org>, Peter Pentchev <roam at ringlet.net>
+                     libdata-types-perl,
+                     libtest-pod-perl,
+                     libtest-pod-coverage-perl
 Standards-Version: 3.9.2
-Homepage: http://search.cpan.org/dist/Class-Meta/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libclass-meta-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libclass-meta-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libclass-meta-perl.git
+Homepage: http://search.cpan.org/dist/Class-Meta/
 
 Package: libclass-meta-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends},
- libclass-isa-perl | perl (<< 5.10.1-13), libdata-types-perl
+Depends: ${perl:Depends},
+         ${misc:Depends},
+         perl,
+         libdata-types-perl
 Description: class automation, introspection, and data validation module
  Class::Meta provides an interface for automating the creation of Perl classes
  with attribute data type validation. It differs from other such modules in
  that it includes an introspection API that can be used as a unified interface
  for all Class::Meta-generated classes. In this sense, it is an implementation
  of the "Facade" design pattern.
+

-- 
Debian packaging of libclass-meta-perl



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