summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2020-11-14 12:40:50 +0000
committerColin Watson <cjwatson@debian.org>2020-11-14 12:40:50 +0000
commit702adc78055ee7c0255d6ae66afd1ecd9cb4233b (patch)
tree1cfc442fdedae6689640fb824364848c324f23eb
parent9cbf6b2a828bdef0fa76ee560eeee4968af17121 (diff)
Add Breaks: python3-duniterpy (<< 0.60.1)
See: #974655
-rw-r--r--debian/changelog6
-rw-r--r--debian/control1
2 files changed, 7 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 0b1ea6e..0fdf2b5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-libnacl (1.7.2-2) UNRELEASED; urgency=medium
+
+ * Add Breaks: python3-duniterpy (<< 0.60.1) (see #974655).
+
+ -- Colin Watson <cjwatson@debian.org> Sat, 14 Nov 2020 12:40:05 +0000
+
python-libnacl (1.7.2-1) unstable; urgency=medium
[ Ondřej Nový ]
diff --git a/debian/control b/debian/control
index 1c56d79..961365b 100644
--- a/debian/control
+++ b/debian/control
@@ -23,6 +23,7 @@ Multi-Arch: foreign
Depends: ${libsodium:Depends},
${misc:Depends},
${python3:Depends}
+Breaks: python3-duniterpy (<< 0.60.1)
Description: Python 3 bindings for libsodium based on ctypes
This library is used to gain direct access to the functions exposed by
Daniel J. Bernstein's nacl library via libsodium. It has been constructed