diff options
author | Russ Allbery <eagle@eyrie.org> | 2016-01-17 20:11:36 -0800 |
---|---|---|
committer | Russ Allbery <eagle@eyrie.org> | 2016-01-17 20:12:05 -0800 |
commit | 7e68172bb8ab2b5971c086f7ddd2027a8fdfd44b (patch) | |
tree | 140affec2950a1a498b7b29dc5e27ecef3f9123d | |
parent | 80e7bad19aae861b2ffef135463ca76300bf9b8d (diff) |
Add explicit build dependency on libmodule-build-perl
* Add explicit build dependency on libmodule-build-perl, since it is no
no longer provided by the perl package.
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/control | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 8681c0d..23e5d76 100644 --- a/debian/changelog +++ b/debian/changelog @@ -23,6 +23,8 @@ wallet (1.3-1) UNRELEASED; urgency=medium - New report to list all ACLs that nest another ACL. - New report that dumps all object history. - Displays of ACLs and ACL entries are now sorted correctly. + * Add explicit build dependency on libmodule-build-perl, since it is no + no longer provided by the perl package. * Change the branch layout to follow DEP-14. * Run wrap-and-sort -ast on the package. * Remove explicit setting of xz as the Debian source package compression diff --git a/debian/control b/debian/control index d582008..4980aa3 100644 --- a/debian/control +++ b/debian/control @@ -16,6 +16,7 @@ Build-Depends: libheimdal-kadm5-perl, libjson-perl, libkrb5-dev, + libmodule-build-perl, libnet-dns-perl, libnet-duo-perl, libnet-ldap-perl, |