Processed: Re: Bug#882836: stretch-pu: package doit/0.28.0-1+deb9u1

2017-11-29 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 + pending
Bug #882836 [release.debian.org] stretch-pu: package doit/0.28.0-1+deb9u1
Added tag(s) pending.

-- 
882836: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=882836
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#882836: stretch-pu: package doit/0.28.0-1+deb9u1

2017-11-29 Thread Adam D. Barratt

Control: tags -1 + pending

On 2017-11-28 21:30, Adam D. Barratt wrote:

Control: tags -1 + confirmed

On Mon, 2017-11-27 at 06:36 +0100, Andreas Beckmann wrote:

This update adds
  Breaks: nikola (<< 7.6.0-1~)
to python-doit, fixing #870162

nikola is neither part of stretch nor any longer in sid, but the
jessie
version will survive an upgrade to stretch, where it will fail due to
a
too new version of doit. For details see #870162.

Adding the Breaks will cause removal of the old nikola package.



Please go ahead.


Uploaded and flagged for acceptance.

Regards,

Adam



Bug#882836: stretch-pu: package doit/0.28.0-1+deb9u1

2017-11-28 Thread Adam D. Barratt
Control: tags -1 + confirmed

On Mon, 2017-11-27 at 06:36 +0100, Andreas Beckmann wrote:
> This update adds
>   Breaks: nikola (<< 7.6.0-1~)
> to python-doit, fixing #870162
> 
> nikola is neither part of stretch nor any longer in sid, but the
> jessie
> version will survive an upgrade to stretch, where it will fail due to
> a
> too new version of doit. For details see #870162.
> 
> Adding the Breaks will cause removal of the old nikola package.
> 

Please go ahead.

Regards,

Adam



Processed: Re: Bug#882836: stretch-pu: package doit/0.28.0-1+deb9u1

2017-11-28 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 + confirmed
Bug #882836 [release.debian.org] stretch-pu: package doit/0.28.0-1+deb9u1
Added tag(s) confirmed.

-- 
882836: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=882836
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#882836: stretch-pu: package doit/0.28.0-1+deb9u1

2017-11-26 Thread Andreas Beckmann
Package: release.debian.org
Severity: normal
Tags: stretch
User: release.debian@packages.debian.org
Usertags: pu

This update adds
  Breaks: nikola (<< 7.6.0-1~)
to python-doit, fixing #870162

nikola is neither part of stretch nor any longer in sid, but the jessie
version will survive an upgrade to stretch, where it will fail due to a
too new version of doit. For details see #870162.

Adding the Breaks will cause removal of the old nikola package.

There is no package left for fixing this in sid: doit is now python3
only.


Andreas
diff -Nru doit-0.28.0/debian/changelog doit-0.28.0/debian/changelog
--- doit-0.28.0/debian/changelog2015-06-20 21:27:14.0 +0200
+++ doit-0.28.0/debian/changelog2017-11-27 05:44:54.0 +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   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.0 +0200
+++ doit-0.28.0/debian/control  2017-11-27 05:44:54.0 +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.