55Build-Depends: debhelper (>= 7), python-support,
66 python-all-dev, python3-all-dev, python-setuptools, python3-setuptools,
77 libxqilla-dev, libxerces-c-dev
8- Standards-Version: 3.9.1
8+ Standards-Version: 3.9.2
99XS-Python-Version: 2.6, 2.7, 3.1, 3.2
1010Homepage: http://github.com/bellbind/python-simplexquery
1111
1212Package: python-simplexquery
1313Architecture: any
1414Replaces: python2.6-simplexquery (<< 1.0.5.2-1), python2.7-simplexquery (<< 1.0.5.2-1)
1515Provides: python2.6-simplexquery, python2.7-simplexquery
16- Depends: ${shlibs:Depends}, ${misc:Depends}, python2.6 | python2.7 , libxqilla5
17- Description: A simple native XQuery processing module using xqilla.
16+ Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends} , libxqilla5
17+ Description: Simple native XQuery processing module using xqilla.
1818 Usage:
1919 .
2020 import simplexquery as sxq
@@ -28,10 +28,10 @@ Description: A simple native XQuery processing module using xqilla.
2828
2929Package: python3-simplexquery
3030Architecture: any
31- Depends: ${shlibs:Depends}, ${misc:Depends}, python3.1 | python3.2 , libxqilla5
31+ Depends: ${shlibs:Depends}, ${misc:Depends}, ${ python3:Depends} , libxqilla5
3232Replaces: python3.1-simplexquery (<< 1.0.5.2)
3333Provides: python3.1-simplexquery
34- Description: A simple native XQuery processing module using xqilla.
34+ Description: Simple native XQuery processing module using xqilla.
3535 Usage:
3636 .
3737 import simplexquery as sxq
0 commit comments