summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Shadura <andrewsh@debian.org>2018-04-25 15:00:57 +0200
committerAndrew Shadura <andrewsh@debian.org>2018-04-25 15:39:12 +0200
commit56b571f20c61da6c447e28632db7dc88203b3238 (patch)
treef7e287296a6c8af687223b989486d2fd0c9b4ce2
parent01522f068cec8b01bfbb83f060ad0b58aab56204 (diff)
Depend on libssl-dev again.
-rw-r--r--debian/changelog6
-rw-r--r--debian/control4
2 files changed, 8 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index fceb191..3bb328b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libdigidoc (3.10.4+ds1-1) UNRELEASED; urgency=medium
+
+ * New upstream version 3.10.4+ds1 (Closes: #853778).
+
+ -- Andrej Shadura <andrewsh@debian.org> Wed, 25 Apr 2018 14:59:36 +0200
+
libdigidoc (3.10.1.1208+ds1-2.1) unstable; urgency=medium
* Non-maintainer upload.
diff --git a/debian/control b/debian/control
index 15e449c..d7b14a0 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Andrew Shadura <andrewsh@debian.org>
Build-Depends:
debhelper (>= 9),
cmake,
- libssl1.0-dev | libssl-dev (<< 1.1.0~),
+ libssl-dev,
libxml2-dev,
zlib1g-dev
Standards-Version: 3.9.6
@@ -80,7 +80,7 @@ Architecture: any
Section: libdevel
Depends:
libdigidoc2 (= ${binary:Version}),
- libssl1.0-dev | libssl-dev (<< 1.1.0~),
+ libssl-dev,
libxml2-dev,
${misc:Depends}
Description: DigiDoc digital signature development files