[SCM] Debian packaging of libcps-perl branch, master, updated. debian/0.17-1-6-g8801d7c

gregor herrmann gregoa at debian.org
Sat Dec 8 20:04:42 UTC 2012


The following commit has been merged in the master branch:
commit 9796923b3d919b0f97e34b4cbdaf32be745aca84
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Dec 8 21:03:31 2012 +0100

    Add (build) dependency on libfuture-perl.

diff --git a/debian/control b/debian/control
index 1a1ac8a..d8d64be 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,8 @@ Source: libcps-perl
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: libsub-name-perl,
+Build-Depends-Indep: libfuture-perl,
+ libsub-name-perl,
  libtest-fatal-perl,
  libtest-identity-perl,
  libtest-pod-perl,
@@ -19,7 +20,8 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcps-perl.g
 
 Package: libcps-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}
+Depends: ${misc:Depends}, ${perl:Depends},
+ libfuture-perl
 Recommends: libsub-name-perl
 Description: module to manage flow of control in Continuation Passing Style
  CPS is a Perl module that enables developers to write code in Continuation

-- 
Debian packaging of libcps-perl



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