1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
|
Source: django-xmlrpc
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Brian May <bam@debian.org>
Build-Depends: debhelper (>=8.1.0), dh-python,
python-all (>= 2.6.6-3~), python-setuptools,
python3-all, python3-setuptools
Standards-Version: 3.9.6
X-Python-Version: >= 2.6
Homepage: https://github.com/Fantomas42/django-xmlrpc
Vcs-Git: git://anonscm.debian.org/python-modules/packages/django-xmlrpc.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/django-xmlrpc.git
Package: python-django-xmlrpc
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, python-django (>= 1.4.5)
Replaces: django-xmlrpc (<< 0.1.5)
Breaks: django-xmlrpc (<< 0.1.5)
Description: XMLRPC library for Django
django_xmlrpc offers a means by which a Django developer can expose their
views (or indeed any other function) using XML-RPC.
Package: python3-django-xmlrpc
Architecture: all
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
django_xmlrpc offers a means by which a Django developer can expose their
views (or indeed any other function) using XML-RPC.
Package: django-xmlrpc
Depends: python-django-xmlrpc, ${misc:Depends}
Architecture: all
Priority: extra
Section: oldlibs
Description: XMLRPC library for Django (transitional package)
This is a dummy package to aid switching to python-django-xmlrpc.
|