[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#928271: stretch-pu: package resiprocate/1.11.0~beta1-3+deb9u1



Package: release.debian.org
Severity: normal
Tags: stretch
User: release.debian.org@packages.debian.org
Usertags: pu

Hi,

while analyzing piuparts stretch->buster upgrade logs I noticed an
installation problem of resiprocate in stretch with --install-recommends
enabled. Since the package has been removed from sid I didn't bother
filing a bug, but successfully tested a minimal patch (adding Breaks
against libssl-dev (>= 1.1)) to push apt towards the right choice in
favor of libssl1.0-dev. That I have just uploaded to stretch.


Andreas
diff -Nru resiprocate-1.11.0~beta1/debian/changelog resiprocate-1.11.0~beta1/debian/changelog
--- resiprocate-1.11.0~beta1/debian/changelog	2017-04-16 10:15:56.000000000 +0200
+++ resiprocate-1.11.0~beta1/debian/changelog	2019-04-30 13:53:04.000000000 +0200
@@ -1,3 +1,11 @@
+resiprocate (1:1.11.0~beta1-3+deb9u1) stretch; urgency=medium
+
+  * Non-maintainer upload.
+  * libresiprocate-1.11-dev: Add Breaks: libssl-dev (>= 1.1) to help apt
+    finding a valid installation set with --install-recommends enabled.
+
+ -- Andreas Beckmann <anbe@debian.org>  Tue, 30 Apr 2019 13:53:04 +0200
+
 resiprocate (1:1.11.0~beta1-3) unstable; urgency=high
 
   * control file: add breaks/replaces for librepro.
diff -Nru resiprocate-1.11.0~beta1/debian/control resiprocate-1.11.0~beta1/debian/control
--- resiprocate-1.11.0~beta1/debian/control	2017-04-16 10:14:58.000000000 +0200
+++ resiprocate-1.11.0~beta1/debian/control	2019-04-30 13:53:04.000000000 +0200
@@ -29,7 +29,7 @@
 Provides: libresiprocate-dev
 Conflicts: libresiprocate-dev, libresiprocate-1.8-dev
 Replaces: libresiprocate-dev, libresiprocate-1.8-dev, repro (<< 1:1.11.0~beta1-2)
-Breaks: repro (<< 1:1.11.0~beta1-2)
+Breaks: repro (<< 1:1.11.0~beta1-2), libssl-dev (>= 1.1)
 Description: reSIProcate SIP stack - development files
  reSIProcate is a framework that aims to fully implement the SIP protocol
  in first class C++.  It is intended for use in other applications,

Reply to: