[libcryptx-perl] 01/01: Add JSON dependencies as recommended

Lucas Kanashiro kanashiro at moszumanska.debian.org
Thu Jul 6 20:16:27 UTC 2017


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

kanashiro pushed a commit to branch master
in repository libcryptx-perl.

commit 1e1011a97a15e86b2448af479c41ca64c827dfdb
Author: Lucas Kanashiro <kanashiro at debian.org>
Date:   Thu Jul 6 17:09:51 2017 -0300

    Add JSON dependencies as recommended
---
 debian/changelog | 7 +++++++
 debian/control   | 2 ++
 2 files changed, 9 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index c12cf05..30d85fa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libcryptx-perl (0.048-2) UNRELEASED; urgency=medium
+
+  * Add JSON dependencies as recommended: libjson-xs-perl | libjson-pp-perl |
+    libcpanel-json-xs-perl
+
+ -- Lucas Kanashiro <kanashiro at debian.org>  Thu, 06 Jul 2017 17:13:42 -0300
+
 libcryptx-perl (0.048-1) unstable; urgency=low
 
   * Initial Release. (Closes: #865828)
diff --git a/debian/control b/debian/control
index 9af7a10..29531d8 100644
--- a/debian/control
+++ b/debian/control
@@ -4,6 +4,7 @@ Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Lucas Kanashiro <kanashiro at debian.org>
 Build-Depends: debhelper (>= 10),
+               libjson-xs-perl | libjson-pp-perl | libcpanel-json-xs-perl,
                perl
 Standards-Version: 4.0.0
 Homepage: https://metacpan.org/release/CryptX
@@ -14,6 +15,7 @@ Testsuite: autopkgtest-pkg-perl
 Package: libcryptx-perl
 Architecture: any
 Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}
+Recommends: libjson-xs-perl | libjson-pp-perl | libcpanel-json-xs-perl
 Description: Perl module that provides a self-contained crypto toolkit
  Crypt is a self-contained crypto toolkit based on
  https://github.com/libtom/libtomcrypt. It provides cyphers, block cipher

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



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