Package: release.debian.org Severity: normal Tags: stretch User: release.debian....@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 <a...@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