[SCM] Debian packaging of libtry-tiny-perl branch, master, updated. debian/0.14-1-4-g3f72046

Salvatore Bonaccorso carnil at debian.org
Thu Jul 11 21:15:09 UTC 2013


The following commit has been merged in the master branch:
commit 43da2356eb7bb43a9a9d92935f1121d69c029c52
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Thu Jul 11 23:06:27 2013 +0200

    Add (build-)dependency for Sub::Name
    
    Add Build-Depends-Indep and Suggests on libsub-name-perl.

diff --git a/debian/control b/debian/control
index 1cb8c53..c6dde66 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: libtry-tiny-perl
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl
+Build-Depends-Indep: perl, libsub-name-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Ansgar Burchardt <ansgar at debian.org>, Jonathan Yu <jawnsy at cpan.org>,
  Salvatore Bonaccorso <carnil at debian.org>,
@@ -15,6 +15,7 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtry-tiny-p
 Package: libtry-tiny-perl
 Architecture: all
 Depends: ${perl:Depends}, ${misc:Depends}
+Suggests: libsub-name-perl
 Description: module providing minimalistic try/catch
  Try::Tiny is a Perl module that provides bare bones try/catch statements. It
  is designed to eliminate common mistakes with eval blocks, and NOTHING else.

-- 
Debian packaging of libtry-tiny-perl



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