[SCM] Debian packaging of libcheck-isa-perl branch, master, updated. 23ffa9440a5f084eee3ce508a6f9ddd919cf3795

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


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

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

diff --git a/debian/control b/debian/control
index f89ae41..aa6122d 100644
--- a/debian/control
+++ b/debian/control
@@ -1,21 +1,27 @@
 Source: libcheck-isa-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Peter Pentchev <roam at ringlet.net>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: libsub-exporter-perl, libtest-use-ok-perl,
-  perl, libmoose-perl (>= 0.52), libasa-perl
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Peter Pentchev <roam at ringlet.net>
+Build-Depends-Indep: libsub-exporter-perl,
+                     libtest-use-ok-perl,
+                     perl,
+                     libmoose-perl,
+                     libasa-perl
 Standards-Version: 3.8.1
-Homepage: http://search.cpan.org/dist/Check-ISA/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libcheck-isa-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcheck-isa-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libcheck-isa-perl.git
+Homepage: http://search.cpan.org/dist/Check-ISA/
 
 Package: libcheck-isa-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libsub-exporter-perl
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libsub-exporter-perl
 Description: Perl module for correct checking of an object's class
  The Check::ISA module provides several functions to assist in testing
  whether a value is an object, and if so asking about its class.
  It allows an object to be examined using various methods provided by
  Perl's UNIVERSAL class.
+

-- 
Debian packaging of libcheck-isa-perl



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