summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-10-30 09:22:03 +0200
committerLars Wirzenius <liw@liw.fi>2016-10-30 09:22:03 +0200
commit6248e2a8327790cd5f9d2a8446061e4f534387c3 (patch)
treed1304d192ed8925da04464f126630e7d7c90ad48
parentf251a2b1751b4ee1d2d86c733b44531bc4d2be4c (diff)
downloadobnam-6248e2a8327790cd5f9d2a8446061e4f534387c3.tar.gz
Depend on gpg
-rw-r--r--NEWS1
-rw-r--r--debian/changelog2
-rw-r--r--debian/control2
3 files changed, 5 insertions, 0 deletions
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 <liw@liw.fi> 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,