[SCM] Debian packaging of libclass-handle-perl branch, master, updated. d1611413f1b1345300eff526cf60a9f1c438e575

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


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

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

diff --git a/debian/control b/debian/control
index 9911ae8..a9500a4 100644
--- a/debian/control
+++ b/debian/control
@@ -1,23 +1,27 @@
 Source: libclass-handle-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jonathan Yu <jawnsy at cpan.org>,
+           gregor herrmann <gregoa at debian.org>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: libclass-inspector-perl, perl,
- libclass-isa-perl | perl (<< 5.10.1-13)
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Jonathan Yu <jawnsy at cpan.org>, gregor herrmann <gregoa at debian.org>
+Build-Depends-Indep: libclass-inspector-perl,
+                     perl
 Standards-Version: 3.9.1
-Homepage: http://search.cpan.org/dist/Class-Handle/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libclass-handle-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libclass-handle-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libclass-handle-perl.git
+Homepage: http://search.cpan.org/dist/Class-Handle/
 
 Package: libclass-handle-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libclass-inspector-perl,
- libclass-isa-perl | perl (<< 5.10.1-13)
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libclass-inspector-perl,
+         perl
 Description: module to create objects which are handles to classes
  Class::Handle is a Perl module that attempts to provide a convenient object
  wrapper around the various different types of functions that can be performed
  on a class. It provides what is effectively a combined API from UNIVERSAL,
  Class::ISA and Class::Inspector for obtaining information about a class, and
  some additional task methods.
+

-- 
Debian packaging of libclass-handle-perl



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