[SCM] Debian packaging of libthrowable-perl branch, master, updated. 4d3f48c0f2fe6ae534f126c18f8d897fc4260645

gregor herrmann gregoa at debian.org
Thu Jul 5 21:04:04 UTC 2012


The following commit has been merged in the master branch:
commit b7a12e770feb09dade5a0d8524c0de163afd7663
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Jul 5 13:02:30 2012 -0600

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

diff --git a/debian/control b/debian/control
index 6365b0d..12bb8e8 100644
--- a/debian/control
+++ b/debian/control
@@ -1,21 +1,26 @@
 Source: libthrowable-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jonathan Yu <jawnsy at cpan.org>,
+           Ansgar Burchardt <ansgar at debian.org>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl, libdevel-stacktrace-perl (>= 1.21),
- libmoose-perl (>= 0.87)
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Jonathan Yu <jawnsy at cpan.org>, Ansgar Burchardt <ansgar at debian.org>
+Build-Depends-Indep: perl,
+                     libdevel-stacktrace-perl,
+                     libmoose-perl
 Standards-Version: 3.9.1
-Homepage: http://search.cpan.org/dist/Throwable/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libthrowable-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libthrowable-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libthrowable-perl.git
+Homepage: http://search.cpan.org/dist/Throwable/
 
 Package: libthrowable-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, libdevel-stacktrace-perl (>= 1.21),
- libmoose-perl (>= 0.87)
+Depends: ${perl:Depends},
+         ${misc:Depends},
+         libdevel-stacktrace-perl,
+         libmoose-perl
 Description: Moose role for classes that can be thrown
  Throwable is a Moose role for classes that are intended to be thrown as
  exceptions to standard program flow. It automatically saves any previous
  value for $@ and calls die $self.
+

-- 
Debian packaging of libthrowable-perl



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