[libjson-xs-perl] 03/06: Add (build) dependency on libtypes-serialiser-perl.

gregor herrmann gregoa at debian.org
Wed Dec 11 18:44:51 UTC 2013


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

gregoa pushed a commit to branch master
in repository libjson-xs-perl.

commit b30fbb84b5dcddd84efca36dc0d8ccdb4fe64de5
Author: gregor herrmann <gregoa at debian.org>
Date:   Wed Dec 11 19:40:14 2013 +0100

    Add (build) dependency on libtypes-serialiser-perl.
---
 debian/control | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index f9c0ce6..a3df7ae 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,8 @@ Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 9.20120312),
                perl,
-               libcommon-sense-perl
+               libcommon-sense-perl,
+               libtypes-serialiser-perl
 Standards-Version: 3.9.4
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libjson-xs-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libjson-xs-perl.git
@@ -24,7 +25,8 @@ Architecture: any
 Depends: ${misc:Depends},
          ${perl:Depends},
          ${shlibs:Depends},
-         libcommon-sense-perl
+         libcommon-sense-perl,
+         libtypes-serialiser-perl
 Description: module for manipulating JSON-formatted data (C/XS-accelerated)
  JSON::XS is a module for manipulating data stored in the JavaScript Object 
  Notation (JSON) serialization format (defined in RFC 4627), which serves as 

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



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