From 6248e2a8327790cd5f9d2a8446061e4f534387c3 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 30 Oct 2016 09:22:03 +0200 Subject: Depend on gpg --- NEWS | 1 + debian/changelog | 2 ++ debian/control | 2 ++ 3 files changed, 5 insertions(+) diff --git a/NEWS b/NEWS index 7f05f684..1e868c74 100644 --- a/NEWS +++ b/NEWS @@ -11,6 +11,7 @@ warning. DO NOT USE it unless you're willing to lose your backup. Version 1.20+git, not yet released ---------------------------------- +* Debian packaging change: add dependency on gpg. Version 1.20, released 2016-10-29 --------------------------------- diff --git a/debian/changelog b/debian/changelog index e31fff00..0c6c2bae 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ obnam (1.20+git-1) UNRELEASED; urgency=medium * New upstream version. + * Add build and runtime dependency on gpg, since gpg doesn't seem to + be effectively build-essential anymore in unstable. -- Lars Wirzenius Sat, 29 Oct 2016 12:25:38 +0300 diff --git a/debian/control b/debian/control index 11cb17e7..bbd03eca 100644 --- a/debian/control +++ b/debian/control @@ -20,6 +20,7 @@ Build-Depends: debhelper (>= 9), python-fuse, pandoc, git, + gpg, pep8 Homepage: http://obnam.org/ X-Python-Version: >= 2.7 @@ -28,6 +29,7 @@ Package: obnam Provides: python-obnam Architecture: linux-any Depends: ${shlibs:Depends}, ${python:Depends}, ${misc:Depends}, + gpg, python-larch (>= 1.20131130~), python-ttystatus (>= 0.23~), python-paramiko, -- cgit v1.2.1