[SCM] Debian packaging of libexception-class-trycatch-perl branch, master, updated. a9ff8fafac1bc085b80613b69bd4093871576c54

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


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

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

diff --git a/debian/control b/debian/control
index 65af48f..afc0119 100644
--- a/debian/control
+++ b/debian/control
@@ -1,19 +1,25 @@
 Source: libexception-class-trycatch-perl
-Section: perl
-Priority: optional
-Build-Depends: debhelper (>= 7), libmodule-build-perl, libexception-class-perl, libtest-pod-coverage-perl (>= 1.08), libtest-pod-perl (>= 1.22)
-Build-Depends-Indep: perl (>= 5.005)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jaldhar H. Vyas <jaldhar at debian.org>,
- Jose Luis Rivas <ghostbar38 at gmail.com>
+           Jose Luis Rivas <ghostbar38 at gmail.com>
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7),
+               perl,
+               libexception-class-perl,
+               libtest-pod-coverage-perl,
+               libtest-pod-perl
+Build-Depends-Indep: perl
 Standards-Version: 3.8.0
-Homepage: http://search.cpan.org/dist/Exception-Class-TryCatch/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libexception-class-trycatch-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libexception-class-trycatch-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libexception-class-trycatch-perl.git
+Homepage: http://search.cpan.org/dist/Exception-Class-TryCatch/
 
 Package: libexception-class-trycatch-perl
 Architecture: all
-Depends: perl (>= 5.005), ${misc:Depends}, libexception-class-perl (>= 1.2)
+Depends: perl,
+         ${misc:Depends},
+         libexception-class-perl
 Description: syntactic try/catch sugar for use with Exception::Class
  Exception::Class::TryCatch provides syntactic sugar for use with
  Exception::Class using the familiar keywords try and catch.  Its
@@ -26,3 +32,4 @@ Description: syntactic try/catch sugar for use with Exception::Class
  In addition, this module provides for a method to push errors onto a hidden
  error stack immediately after an eval so that cleanup code or other error
  handling may also call eval without the original error in $@ being lost.
+

-- 
Debian packaging of libexception-class-trycatch-perl



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