diff options
author | Russ Allbery <rra@dropbox.com> | 2015-08-18 09:50:28 -0700 |
---|---|---|
committer | Russ Allbery <rra@dropbox.com> | 2015-08-18 09:50:28 -0700 |
commit | 52c058d4b2341c677410c54400bb3b554266f020 (patch) | |
tree | 07657b61f7925d8c34076b302bacab241eefccd2 | |
parent | 48fea28d346449e8799bc6ffdee42dd843dc35e6 (diff) |
Add libjson-perl build dependency
* Add explicit build dependency on libjson-perl, which wasn't part of
Perl core yet in precise.
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/control | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index fc1e321..76ef8bf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,8 @@ wallet (1.2-1~ebp12.04+1) precise; urgency=medium * Drop build dependency on libnet-duo-perl, not available in precise. * Drop build dependency on libwebauth-perl, which is much too old in precise for the functionality wallet needs. + * Add explicit build dependency on libjson-perl, which wasn't part of + Perl core yet in precise. -- Russ Allbery <rra@debian.org> Tue, 18 Aug 2015 09:41:24 -0700 diff --git a/debian/control b/debian/control index 77c9329..d377675 100644 --- a/debian/control +++ b/debian/control @@ -5,8 +5,8 @@ Maintainer: Russ Allbery <rra@debian.org> Bugs: mailto:rra@debian.org Build-Depends: debhelper (>= 9), dh-autoreconf, libauthen-sasl-perl, libdatetime-perl, libdatetime-format-sqlite-perl, libdbd-sqlite3-perl, - libdbi-perl, libdbix-class-perl, libheimdal-kadm5-perl, libkrb5-dev, - libnet-dns-perl, libnet-ldap-perl, libremctl-dev, + libdbi-perl, libdbix-class-perl, libheimdal-kadm5-perl, libjson-perl, + libkrb5-dev, libnet-dns-perl, libnet-ldap-perl, libremctl-dev, libsql-translator-perl, libtest-minimumversion-perl, libtest-pod-perl, libtest-strict-perl, libtimedate-perl, perl, sqlite3 Standards-Version: 3.9.6 |