[libtangram-perl] 09/11: Add (optional) dependencies on DateTime and YAML

Florian Schlichting fsfs at moszumanska.debian.org
Mon Nov 9 22:01:34 UTC 2015


This is an automated email from the git hooks/post-receive script.

fsfs pushed a commit to branch master
in repository libtangram-perl.

commit 4a767dddda7449aef46e119c83b50b1a52433217
Author: Florian Schlichting <fsfs at debian.org>
Date:   Mon Nov 9 22:43:31 2015 +0100

    Add (optional) dependencies on DateTime and YAML
---
 debian/control | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 36a368e..9f1aac7 100644
--- a/debian/control
+++ b/debian/control
@@ -6,8 +6,10 @@ Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 9)
 Build-Depends-Indep: perl,
+                     libdatetime-perl,
+                     libdbi-perl,
                      libset-object-perl,
-                     libdbi-perl
+                     libyaml-perl
 Standards-Version: 3.9.6
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtangram-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtangram-perl.git
@@ -20,7 +22,9 @@ Depends: ${misc:Depends},
          ${perl:Depends},
          libset-object-perl,
          libdbi-perl
-Recommends: libdate-manip-perl
+Recommends: libdate-manip-perl,
+            libdatetime-perl,
+            libyaml-perl
 Description: Orthogonal Object Persistence in Relational Databases
  Tangram is an object-relational mapper. It makes objects persist in
  relational databases, and provides powerful facilities for retrieving

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtangram-perl.git



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