[SCM] Debian packaging of libclass-throwable-perl branch, master, updated. 67b2f64b0ba3d493ec041c6e7928ef24780fac0f

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


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

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

diff --git a/debian/control b/debian/control
index f8970b6..73ccbe1 100644
--- a/debian/control
+++ b/debian/control
@@ -1,22 +1,26 @@
 Source: libclass-throwable-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Krzysztof Krzyzaniak (eloy) <eloy at debian.org>,
+           gregor herrmann <gregoa at debian.org>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 5)
-Build-Depends-Indep: perl (>= 5.8.0-7), libtest-pod-perl, libtest-pod-coverage-perl
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Krzysztof Krzyzaniak (eloy) <eloy at debian.org>,
- gregor herrmann <gregoa at debian.org>
+Build-Depends-Indep: perl,
+                     libtest-pod-perl,
+                     libtest-pod-coverage-perl
 Standards-Version: 3.7.3
-Homepage: http://search.cpan.org/dist/Class-Throwable/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libclass-throwable-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libclass-throwable-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libclass-throwable-perl.git
+Homepage: http://search.cpan.org/dist/Class-Throwable/
 
 Package: libclass-throwable-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, 
-Description:  A minimal lightweight exception class
+Depends: ${perl:Depends},
+         ${misc:Depends}
+Description: A minimal lightweight exception class
  This module implements a minimal lightweight exception object. It is meant to 
  be a compromise between more basic solutions like Carp which can only print 
  information and cannot handle exception objects, and more complex 
  solutions like Exception::Class which can be used to define complex inline 
  exceptions and has a number of module dependencies.
+

-- 
Debian packaging of libclass-throwable-perl



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