diff options
author | Russ Allbery <eagle@eyrie.org> | 2014-01-06 21:24:25 -0800 |
---|---|---|
committer | Russ Allbery <eagle@eyrie.org> | 2014-01-06 21:27:53 -0800 |
commit | a56ad299f0b27de33d30ab06f8d811f8949308d5 (patch) | |
tree | a457474a00eadd538e88f87880088125dff95e74 | |
parent | 3f5c2f4176fddf112cc3de99f3e19c9df63a66bf (diff) |
Add additional dependencies for the test suite
* Add libauthen-sasl-perl and libnet-ldap-perl to Build-Depends for the
test suite.
-rw-r--r-- | debian/changelog | 4 | ||||
-rw-r--r-- | debian/control | 8 |
2 files changed, 7 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog index 01a362c..1b9e62e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,8 +2,10 @@ wallet (1.0-4) unstable; urgency=low * Cherry-pick upstream commit to fix wallet-rekey when used with keytabs that contain multiple principals. + * Add libauthen-sasl-perl and libnet-ldap-perl to Build-Depends for the + test suite. - -- Russ Allbery <rra@debian.org> Mon, 06 Jan 2014 21:16:36 -0800 + -- Russ Allbery <rra@debian.org> Mon, 06 Jan 2014 21:27:50 -0800 wallet (1.0-3) unstable; urgency=low diff --git a/debian/control b/debian/control index 7a9f965..b156421 100644 --- a/debian/control +++ b/debian/control @@ -2,10 +2,10 @@ Source: wallet Section: net Priority: extra Maintainer: Russ Allbery <rra@debian.org> -Build-Depends: debhelper (>= 9), libdatetime-format-sqlite-perl, - libdbd-sqlite3-perl, libdbi-perl, libdbix-class-perl, libkrb5-dev, - libremctl-dev, libsql-translator-perl, libtest-pod-perl, libwebauth-perl, - perl +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 Standards-Version: 3.9.4 Homepage: http://www.eyrie.org/~eagle/software/wallet/ Vcs-Git: git://git.eyrie.org/kerberos/wallet.git -b debian |