Package: release.debian.org Severity: normal Tags: stretch User: release.debian....@packages.debian.org Usertags: pu
Let's fix the python3 dependencies in stretch: #867403 $ debdiff python3-django-xmlrpc_0.1.5-6_all.deb python3-django-xmlrpc_0.1.5-6+deb9u1_all.deb File lists identical (after any substitutions) Control files: lines which differ (wdiff format) ------------------------------------------------ Depends: [-python-django-] {+python3:any (>= 3.3.2-2~), python3-django+} (>= 1.4.5) Version: [-0.1.5-6-] {+0.1.5-6+deb9u1+} Andreas
diff -Nru django-xmlrpc-0.1.5/debian/changelog django-xmlrpc-0.1.5/debian/changelog --- django-xmlrpc-0.1.5/debian/changelog 2015-10-12 22:16:02.000000000 +0200 +++ django-xmlrpc-0.1.5/debian/changelog 2018-01-14 17:41:35.000000000 +0100 @@ -1,3 +1,14 @@ +django-xmlrpc (0.1.5-6+deb9u1) stretch; urgency=medium + + [ Andreas Beckmann ] + * Non-maintainer upload. + * Backport fix from 0.1.7-1 to stretch. + + [ Brian May ] + * Fix Python 3 depends. Closes: #867403. + + -- Andreas Beckmann <a...@debian.org> Sun, 14 Jan 2018 17:41:35 +0100 + django-xmlrpc (0.1.5-6) unstable; urgency=medium * Add VCS-* headers. diff -Nru django-xmlrpc-0.1.5/debian/control django-xmlrpc-0.1.5/debian/control --- django-xmlrpc-0.1.5/debian/control 2015-10-12 08:44:47.000000000 +0200 +++ django-xmlrpc-0.1.5/debian/control 2018-01-14 17:39:43.000000000 +0100 @@ -23,7 +23,7 @@ Package: python3-django-xmlrpc Architecture: all -Depends: ${misc:Depends}, ${python:Depends}, python-django (>= 1.4.5) +Depends: ${misc:Depends}, ${python3:Depends}, python3-django (>= 1.4.5) Replaces: django-xmlrpc (<< 0.1.5) Breaks: django-xmlrpc (<< 0.1.5) Description: XMLRPC library for Django