Followup-For: Bug #870162

Will be fixed in the next stretch point release with the attached patch.


Andreas
diff -Nru doit-0.28.0/debian/changelog doit-0.28.0/debian/changelog
--- doit-0.28.0/debian/changelog        2015-06-20 21:27:14.000000000 +0200
+++ doit-0.28.0/debian/changelog        2017-11-27 05:44:54.000000000 +0100
@@ -1,3 +1,12 @@
+doit (0.28.0-1+deb9u1) stretch; urgency=medium
+
+  * Non-maintainer upload.
+  * python-doit: Add Breaks: nikola (<< 7.6.0-1~). nikola is not in stretch
+    (or even in sid any longer) and the jessie version needs doit <= 0.27.
+    (Closes: #870162)
+
+ -- Andreas Beckmann <a...@debian.org>  Mon, 27 Nov 2017 05:44:54 +0100
+
 doit (0.28.0-1) unstable; urgency=medium
 
   * Imported Upstream version 0.28.0
diff -Nru doit-0.28.0/debian/control doit-0.28.0/debian/control
--- doit-0.28.0/debian/control  2015-06-20 21:27:01.000000000 +0200
+++ doit-0.28.0/debian/control  2017-11-27 05:44:54.000000000 +0100
@@ -34,6 +34,7 @@
 Depends: ${python:Depends}, ${misc:Depends}, python-pyinotify, python-six
 Recommends: strace, python-gdbm
 Suggests: python-doit-doc
+Breaks: nikola (<< 7.6.0-1~)
 Description: Automation tool to execute any kind of task in a build-tools 
fashion
  doit is an automation tool that brings the power of build-tools to execute any
  kind of task.

Reply via email to