[libcatmandu-store-mongodb-perl] 01/02: Add missing (build) dependency on libjson-perl.

gregor herrmann gregoa at debian.org
Sat May 16 22:40:02 UTC 2015


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

gregoa pushed a commit to branch master
in repository libcatmandu-store-mongodb-perl.

commit 02e7afa9dc76ca09f2cd8af3f621d22a6ea2f16e
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun May 17 00:37:04 2015 +0200

    Add missing (build) dependency on libjson-perl.
    
    Detected by the reproducible-build team.
---
 debian/control | 1 +
 debian/rules   | 1 +
 2 files changed, 2 insertions(+)

diff --git a/debian/control b/debian/control
index d32aae8..599ac57 100644
--- a/debian/control
+++ b/debian/control
@@ -10,6 +10,7 @@ Build-Depends: cdbs,
  libcatmandu-perl,
  libmongodb-perl (>= 0.705.0.0),
  libmoo-perl (>= 1.006000),
+ libjson-perl,
  perl (>= 5.11.4) | libmodule-build-perl,
  libsoftware-license-perl,
  libtest-simple-perl (>= 1.001003) | perl (>= 5.21.1),
diff --git a/debian/rules b/debian/rules
index 2ad1529..a957fc4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -30,6 +30,7 @@ DEB_UPSTREAM_URL = http://www.cpan.org/authors/id/N/NI/NICS
 deps = libcatmandu-perl
 deps +=, libmongodb-perl (>= 0.705.0.0)
 deps +=, libmoo-perl (>= 1.006000)
+deps +=, libjson-perl
 
 # Needed by upstream build
 bdeps = perl (>= 5.11.4) | libmodule-build-perl

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



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