summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-10-30 10:46:18 +0200
committerLars Wirzenius <liw@liw.fi>2016-10-30 10:46:18 +0200
commitfec2389a6d0daeadf6b22d0c430a404dce4ae8bb (patch)
tree6c95bc226ab415b8eee04b02b37943be3716f3a0 /debian
parent6a623189b6f31415b9614abb9eb7db2f8a9dc6bf (diff)
downloadobnam-fec2389a6d0daeadf6b22d0c430a404dce4ae8bb.tar.gz
Prepare to release version 1.20.2obnam-1.20.2
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog5
-rw-r--r--debian/control4
2 files changed, 5 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index d3ab0f7c..13b3a138 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
-obnam (1.20.1+git-1) UNRELEASED; urgency=medium
+obnam (1.20.2-1) unstable; urgency=medium
* New upstream version.
+ * Bah. Depend on gnupg instead of gpg.
- -- Lars Wirzenius <liw@liw.fi> Sun, 30 Oct 2016 09:22:19 +0200
+ -- Lars Wirzenius <liw@liw.fi> Sun, 30 Oct 2016 10:46:18 +0200
obnam (1.20.1-1) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index bbd03eca..bae03e03 100644
--- a/debian/control
+++ b/debian/control
@@ -20,7 +20,7 @@ Build-Depends: debhelper (>= 9),
python-fuse,
pandoc,
git,
- gpg,
+ gnupg,
pep8
Homepage: http://obnam.org/
X-Python-Version: >= 2.7
@@ -29,7 +29,7 @@ Package: obnam
Provides: python-obnam
Architecture: linux-any
Depends: ${shlibs:Depends}, ${python:Depends}, ${misc:Depends},
- gpg,
+ gnupg,
python-larch (>= 1.20131130~),
python-ttystatus (>= 0.23~),
python-paramiko,