diff options
author | Russ Allbery <rra@dropbox.com> | 2015-08-18 09:44:31 -0700 |
---|---|---|
committer | Russ Allbery <rra@dropbox.com> | 2015-08-18 09:44:31 -0700 |
commit | 9bbb7d497d3ad31888fc31ba4c9602f622c21b23 (patch) | |
tree | 9dd558458f4bca781e98a44c45c9b0ec9afd165d | |
parent | 475b12f5e426c98ac79d822011fa6f8d0ba2a37a (diff) |
Drop build dependency on libnet-duo-perl
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 90e2d0b..7d8ecaf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ wallet (1.2-1~ebp12.04+1) precise; urgency=medium * Backport to precise. + * Drop build dependency on libnet-duo-perl, not available in precise. -- Russ Allbery <rra@debian.org> Tue, 18 Aug 2015 09:41:24 -0700 diff --git a/debian/control b/debian/control index 0baddec..312e112 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ 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-duo-perl, libnet-ldap-perl, libremctl-dev, + libnet-dns-perl, libnet-ldap-perl, libremctl-dev, libsql-translator-perl, libtest-minimumversion-perl, libtest-pod-perl, libtest-strict-perl, libtimedate-perl, libwebauth-perl, perl, sqlite3 Standards-Version: 3.9.6 |