diff options
Diffstat (limited to 'debian')
-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, |