On Wed, Jan 09, 2019 at 05:55:47PM +0200, Adrian Bunk wrote:
> On Thu, Dec 13, 2018 at 11:21:35PM +0100, Jonas Smedegaard wrote:
> > Control: tags -1 help
> > 
> > Quoting Guido Günther (2018-12-13 19:21:45)
> > > On Thu, Dec 13, 2018 at 05:53:03PM +0100, Jonas Smedegaard wrote:
> > > > @Guido, could you please have a fresh look at this bug to see if it 
> > > > can either be lowered or fully solved, now that (I believe) all 
> > > > blocking bugs are addressed?
> > >  
> > > If you have some spare cycles it'd trust your judgement here. I have 
> > > this on my todo list since some time and it keeps slipping.
> > 
> > I would have acted already if I could: I don't really understand what 
> > the remaining bug _is_ here (as also indicated by how I earlier closed 
> > it in error).
> 
> The only potential issue here is adding Breaks against the older 
> versions of packages that were broken (not just build/test breakage).
> 
> This would help preventing problems during stretch->buster upgrades
> (or if python-dateutil gets backported to stretch).

The attached patch adds the necessary Breaks: against the versions from
the affected packages before they got fixed.

We could probably upload that and move on with dateutil in buster.
diff --git a/debian/control b/debian/control
index 7cef506..5bc440a 100644
--- a/debian/control
+++ b/debian/control
@@ -22,6 +22,8 @@ Package: python-dateutil
 Architecture: all
 Depends: ${python:Depends}, ${misc:Depends}, tzdata
 XB-Python-Version: ${python:Version}
+Breaks: python-icalendar (<< 4.0.3-2~),
+        python-vobject (<< 0.9.6.1-0.1~),
 Description: powerful extensions to the standard Python datetime module
  It features:
  .
@@ -45,6 +47,9 @@ Package: python3-dateutil
 Architecture: all
 Depends: ${python3:Depends}, ${misc:Depends}, tzdata
 XB-Python-Version: ${python3:Version}
+Breaks: khal (<< 1:0.9.10-0.1~),
+        python3-icalendar (<< 4.0.3-2~),
+        python3-vobject (<< 0.9.6.1-0.1~),
 Description: powerful extensions to the standard Python 3 datetime module
  It features:
  .

Attachment: signature.asc
Description: PGP signature

Reply via email to