[SCM] Debian packaging of libexception-class-perl branch, master, updated. debian/1.32-1-2-gbd7c6bf

gregor herrmann gregoa at debian.org
Thu Jul 5 20:26:28 UTC 2012


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

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

diff --git a/debian/control b/debian/control
index 05d2c29..54ed0b9 100644
--- a/debian/control
+++ b/debian/control
@@ -1,25 +1,27 @@
 Source: libexception-class-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jay Bonci <jaybonci at debian.org>,
+           gregor herrmann <gregoa at debian.org>,
+           Jose Luis Rivas <ghostbar38 at gmail.com>,
+           Ansgar Burchardt <ansgar at debian.org>,
+           Fabrizio Regalli <fabreg at fabreg.it>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl, perl (>= 5.10.1) | libtest-more-perl (>= 0.88),
- libclass-data-inheritable-perl (>= 0.02),
- libdevel-stacktrace-perl (>= 1.2000)
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Jay Bonci <jaybonci at debian.org>,
- gregor herrmann <gregoa at debian.org>,
- Jose Luis Rivas <ghostbar38 at gmail.com>,
- Ansgar Burchardt <ansgar at debian.org>,
- Fabrizio Regalli <fabreg at fabreg.it>
+Build-Depends-Indep: perl,
+                     libclass-data-inheritable-perl,
+                     libdevel-stacktrace-perl
 Standards-Version: 3.9.3
-Homepage: http://search.cpan.org/dist/Exception-Class/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libexception-class-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libexception-class-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libexception-class-perl.git
+Homepage: http://search.cpan.org/dist/Exception-Class/
 
 Package: libexception-class-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libclass-data-inheritable-perl (>= 0.02),
- libdevel-stacktrace-perl (>= 1.2000)
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libclass-data-inheritable-perl,
+         libdevel-stacktrace-perl
 Description: module that allows you to declare real exception classes in Perl
  Exception::Class allows you to declare exceptions in your modules in a
  manner similar to how exceptions are declared in Java.
@@ -32,3 +34,4 @@ Description: module that allows you to declare real exception classes in Perl
  It is designed to make structured exception handling simpler and
  better by encouraging people to use hierarchies of exceptions in their
  applications.
+

-- 
Debian packaging of libexception-class-perl



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