@@ -3,15 +3,17 @@ Section: python
33Priority: extra
44Maintainer: ichiyama ryoichi <
[email protected] >
55Build-Depends: debhelper (>= 7), python-support,
6- python2.6-dev, python2.7 -dev, python3-dev, python-setuptools, python3-setuptools,
6+ python-all -dev, python3-all -dev, python-setuptools, python3-setuptools,
77 libxqilla-dev, libxerces-c-dev
88Standards-Version: 3.9.1
99XS-Python-Version: 2.6, 2.7, 3.1, 3.2
1010Homepage: http://github.com/bellbind/python-simplexquery
1111
12- Package: python2.6 -simplexquery
12+ Package: python -simplexquery
1313Architecture: any
14- Depends: ${shlibs:Depends}, ${misc:Depends}, python2.6, libxqilla5,
14+ Replaces: python2.6-simplexquery (<< 1.0.5.2-1), python2.7-simplexquery (<< 1.0.5.2-1)
15+ Provides: python2.6-simplexquery, python2.7-simplexquery
16+ Depends: ${shlibs:Depends}, ${misc:Depends}, python2.6 | python2.7, libxqilla5
1517Description: A simple native XQuery processing module using xqilla.
1618 Usage:
1719 .
@@ -23,25 +25,10 @@ Description: A simple native XQuery processing module using xqilla.
2325 - only provides stateless functions which only use python builtins objects
2426 - ...
2527
26- Package: python2.7-simplexquery
27- Architecture: any
28- Replaces: python-simplexquery (<< 1.0.5.1)
29- Provides: python-simplexquery
30- Depends: ${shlibs:Depends}, ${misc:Depends}, python2.7, libxqilla5,
31- Description: A simple native XQuery processing module using xqilla.
32- Usage:
33- .
34- import simplexquery as sxq
35- print(sxq.execute("<body>{string(/user)}</body>", "<user>Taro</user>"))
36- .
37- This module is designed for using XQuery on python easily, so the module:
38- .
39- - only provides stateless functions which only use python builtins objects
40- - ...
4128
4229Package: python3-simplexquery
4330Architecture: any
44- Depends: ${shlibs:Depends}, ${misc:Depends}, python3, libxqilla5
31+ Depends: ${shlibs:Depends}, ${misc:Depends}, python3.1 | python3.2 , libxqilla5
4532Replaces: python3.1-simplexquery (<< 1.0.5.2)
4633Provides: python3.1-simplexquery
4734Description: A simple native XQuery processing module using xqilla.
0 commit comments