summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuss Allbery <eagle@eyrie.org>2014-07-16 13:55:57 -0700
committerRuss Allbery <eagle@eyrie.org>2014-07-16 13:55:57 -0700
commitf1a643df9ce0a2c1966f949a8b584bb19e88cb21 (patch)
tree8700c5c34ab13014de81bf483891d677e461b1eb
parentcd13060d541fd6ba00ae2dd4fb03b8f9c5d01e8e (diff)
Add new dependencies and build dependencies
Also, Document in the wallet-server package description that a DBD::* module and corresponding DateTime::Format::* module are required. (There isn't a way to fully represent the required dependency.) Change-Id: I7c888319bfd85e7e65a55272cad3bc5444ac30e2
-rw-r--r--debian/changelog3
-rw-r--r--debian/control14
2 files changed, 13 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index 0da7702..98254ad 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -24,6 +24,9 @@ wallet (1.1-1) UNRELEASED; urgency=medium
- Fix ordering of table drops during wallet-admin destroy to honor
foreign key reference constraints.
- The initial ADMIN ACL creation is no longer documented in history.
+ * Document in the wallet-server package description that a DBD::* module
+ and corresponding DateTime::Format::* module are required. (There
+ isn't a way to fully represent the required dependency.)
-- Russ Allbery <rra@debian.org> Wed, 16 Jul 2014 13:51:23 -0700
diff --git a/debian/control b/debian/control
index b156421..08e0198 100644
--- a/debian/control
+++ b/debian/control
@@ -4,8 +4,10 @@ Priority: extra
Maintainer: Russ Allbery <rra@debian.org>
Build-Depends: debhelper (>= 9), libauthen-sasl-perl,
libdatetime-format-sqlite-perl, libdbd-sqlite3-perl, libdbi-perl,
- libdbix-class-perl, libkrb5-dev, libnet-ldap-perl, libremctl-dev,
- libsql-translator-perl, libtest-pod-perl, libwebauth-perl, perl
+ libdbix-class-perl, libdatetime-perl, libdatetime-format-sqlite-perl,
+ libkrb5-dev, libnet-duo-perl, libnet-ldap-perl, libremctl-dev,
+ libsql-translator-perl, libtest-minimumversion-perl, libtest-pod-perl,
+ libtest-strict-perl, libtimedate-perl, libwebauth-perl, perl
Standards-Version: 3.9.4
Homepage: http://www.eyrie.org/~eagle/software/wallet/
Vcs-Git: git://git.eyrie.org/kerberos/wallet.git -b debian
@@ -50,8 +52,8 @@ Depends: ${misc:Depends}, ${perl:Depends},
libdbd-sqlite3-perl | libdbd-mysql-perl | libdbd-pg-perl,
libdbix-class-perl, libsql-translator-perl, remctl-server
Recommends: krb5-user | libheimdal-kadm5-perl, remctl-server (>= 2.14)
-Suggests: libauthen-sasl-perl, libnet-ldap-perl, libnet-remctl-perl,
- libwebauth-perl (>= 4.4.0)
+Suggests: libauthen-sasl-perl, libnet-duo-perl, libnet-ldap-perl,
+ libnet-remctl-perl, libwebauth-perl (>= 4.4.0)
Description: Kerberos-authenticated secure data management server
The wallet is a system for managing secure data, authorization rules to
retrieve or change that data, and audit rules for documenting actions
@@ -65,3 +67,7 @@ Description: Kerberos-authenticated secure data management server
This package contains the wallet server, which runs under remctl,
maintains the database of object metadata and secure objects, and
responds to requests from the wallet client.
+ .
+ This package requires a DBD::* module (libdbd-*-perl) and corresponding
+ DateTime::Format::* module (libdatetime-format-*-perl) for the same
+ underlying database driver.