[liblocale-subcountry-perl] 03/04: Add JSON dependency

Nuno Carvalho smash at cpan.org
Fri Aug 26 09:53:20 UTC 2016


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

mestre-guest pushed a commit to branch master
in repository liblocale-subcountry-perl.

commit 70dc44971173a03f6481f4fd56912cf8b834fada
Author: Nuno Carvalho <smash at cpan.org>
Date:   Fri Aug 26 10:43:54 2016 +0100

    Add JSON dependency
---
 debian/changelog | 8 ++++++--
 debian/control   | 4 +++-
 2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d3162f0..ffd1f60 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,12 @@
-liblocale-subcountry-perl (1.66-2) UNRELEASED; urgency=medium
+liblocale-subcountry-perl (2.01-1) UNRELEASED; urgency=medium
 
+  [ gregor herrmann ]
   * Remove Jonathan Yu from Uploaders. Thanks for your work!
 
- -- gregor herrmann <gregoa at debian.org>  Sat, 20 Aug 2016 02:53:05 +0200
+  [ Nuno Carvalho ]
+  * d/control: add new dependency libjson-perl.
+
+ -- Nuno Carvalho <smash at cpan.org>  Fri, 26 Aug 2016 10:16:52 +0100
 
 liblocale-subcountry-perl (1.66-1) unstable; urgency=medium
 
diff --git a/debian/control b/debian/control
index e29bd15..9b2f118 100644
--- a/debian/control
+++ b/debian/control
@@ -10,6 +10,7 @@ Priority: optional
 Build-Depends: debhelper (>= 9),
                libmodule-build-perl
 Build-Depends-Indep: perl,
+                     libjson-perl,
                      libtest-pod-perl,
                      libtest-pod-coverage-perl
 Standards-Version: 3.9.8
@@ -20,7 +21,8 @@ Homepage: https://metacpan.org/release/Locale-SubCountry
 Package: liblocale-subcountry-perl
 Architecture: all
 Depends: ${misc:Depends},
-         ${perl:Depends}
+         ${perl:Depends},
+         libjson-perl
 Description: module for converting state/province names to/from code
  Locale::SubCountry is a collection of Perl modules for converting the full
  name for a countries' administrative region to the code commonly used for

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



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