--- Begin Message ---
- To: Debian Bug Tracking System <submit@bugs.debian.org>
- Subject: stretch-pu: package python-pysolr/3.3.3-1+deb9u1
- From: Andreas Beckmann <anbe@debian.org>
- Date: Sun, 14 Jan 2018 23:06:36 +0100
- Message-id: <151596759646.12996.11893448737376282519.reportbug@zam581.zam.kfa-juelich.de>
Package: release.debian.org
Severity: normal
Tags: stretch
User: release.debian.org@packages.debian.org
Usertags: pu
Let's fix the python/python3 dependencies, #867451
$ debdiff python-pysolr_3.3.3-1_all.deb python-pysolr_3.3.3-1+deb9u1_all.deb
File lists identical (after any substitutions)
Control files: lines which differ (wdiff format)
------------------------------------------------
Depends: {+python:any (<< 2.8), python:any (>= 2.7.5-5~),+} python-simplejson
Version: [-3.3.3-1-] {+3.3.3-1+deb9u1+}
$ debdiff python3-pysolr_3.3.3-1_all.deb python3-pysolr_3.3.3-1+deb9u1_all.deb
File lists identical (after any substitutions)
Control files: lines which differ (wdiff format)
------------------------------------------------
{+Depends: python3:any (>= 3.3.2-2~)+}
Version: [-3.3.3-1-] {+3.3.3-1+deb9u1+}
Andreas
diff -Nru python-pysolr-3.3.3/debian/changelog python-pysolr-3.3.3/debian/changelog
--- python-pysolr-3.3.3/debian/changelog 2016-01-02 00:00:00.000000000 +0100
+++ python-pysolr-3.3.3/debian/changelog 2018-01-14 22:38:36.000000000 +0100
@@ -1,3 +1,14 @@
+python-pysolr (3.3.3-1+deb9u1) stretch; urgency=medium
+
+ [ Andreas Beckmann ]
+ * Non-maintainer upload.
+ * Backport fix from 3.6.0-1 to stretch.
+
+ [ Ulises Vitulli ]
+ * Fix missing deps (Closes: 867451).
+
+ -- Andreas Beckmann <anbe@debian.org> Sun, 14 Jan 2018 22:38:36 +0100
+
python-pysolr (3.3.3-1) unstable; urgency=medium
* New upstream release.
diff -Nru python-pysolr-3.3.3/debian/control python-pysolr-3.3.3/debian/control
--- python-pysolr-3.3.3/debian/control 2016-01-02 00:16:44.000000000 +0100
+++ python-pysolr-3.3.3/debian/control 2018-01-14 22:37:13.000000000 +0100
@@ -9,7 +9,7 @@
Package: python-pysolr
Architecture: all
-Depends: ${misc:Depends}, ${shlibs:Depends},
+Depends: ${python:Depends}, ${misc:Depends}, ${shlibs:Depends},
python-simplejson
Recommends: python-httplib2
Suggests: python-beautifulsoup
@@ -26,7 +26,7 @@
Package: python3-pysolr
Architecture: all
-Depends: ${misc:Depends}, ${shlibs:Depends}
+Depends: ${python3:Depends}, ${misc:Depends}, ${shlibs:Depends}
Recommends: python3-httplib2
Description: lightweight Python wrapper for querying Apache Solr
This module provides an interface that queries the Apache Solr server using
--- End Message ---
--- Begin Message ---
- To: Andreas Beckmann <anbe@debian.org>, 887321-done@bugs.debian.org
- Subject: Re: Bug#887321: stretch-pu: package python-pysolr/3.3.3-1+deb9u1
- From: Julien Cristau <jcristau@debian.org>
- Date: Sun, 26 Apr 2020 17:29:00 +0200
- Message-id: <20200426152900.GA10794@chou>
- In-reply-to: <151596759646.12996.11893448737376282519.reportbug@zam581.zam.kfa-juelich.de>
- References: <151596759646.12996.11893448737376282519.reportbug@zam581.zam.kfa-juelich.de>
On Sun, Jan 14, 2018 at 11:06:36PM +0100, Andreas Beckmann wrote:
> Package: release.debian.org
> Severity: normal
> Tags: stretch
> User: release.debian.org@packages.debian.org
> Usertags: pu
>
> Let's fix the python/python3 dependencies, #867451
>
> $ debdiff python-pysolr_3.3.3-1_all.deb python-pysolr_3.3.3-1+deb9u1_all.deb
> File lists identical (after any substitutions)
>
> Control files: lines which differ (wdiff format)
> ------------------------------------------------
> Depends: {+python:any (<< 2.8), python:any (>= 2.7.5-5~),+} python-simplejson
> Version: [-3.3.3-1-] {+3.3.3-1+deb9u1+}
>
> $ debdiff python3-pysolr_3.3.3-1_all.deb python3-pysolr_3.3.3-1+deb9u1_all.deb
> File lists identical (after any substitutions)
>
> Control files: lines which differ (wdiff format)
> ------------------------------------------------
> {+Depends: python3:any (>= 3.3.2-2~)+}
> Version: [-3.3.3-1-] {+3.3.3-1+deb9u1+}
>
Sorry for the lack of replies here. As stretch is on its last legs and
this is mostly harmless (AFAICT), closing as wontfix.
Cheers,
Julien
--- End Message ---