Skip to content

Commit 1198e37

Browse files
committed
[fix] for ubuntu natty file layout
1 parent 7fd0213 commit 1198e37

7 files changed

Lines changed: 13 additions & 26 deletions

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
python-simplexquery (1.0.5.3-0nmu1) natty; urgency=low
2+
3+
* fix for pyshared conflicts on python file layout on natty
4+
5+
-- bellbind <[email protected]> Wed, 02 Mar 2011 17:48:21 +0900
6+
17
python-simplexquery (1.0.5.2-0nmu1) natty; urgency=low
28

39
* update for ubuntu natty

debian/control

Lines changed: 6 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,17 @@ Section: python
33
Priority: extra
44
Maintainer: ichiyama ryoichi <[email protected]>
55
Build-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
88
Standards-Version: 3.9.1
99
XS-Python-Version: 2.6, 2.7, 3.1, 3.2
1010
Homepage: http://github.com/bellbind/python-simplexquery
1111

12-
Package: python2.6-simplexquery
12+
Package: python-simplexquery
1313
Architecture: 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
1517
Description: 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

4229
Package: python3-simplexquery
4330
Architecture: any
44-
Depends: ${shlibs:Depends}, ${misc:Depends}, python3, libxqilla5
31+
Depends: ${shlibs:Depends}, ${misc:Depends}, python3.1 | python3.2, libxqilla5
4532
Replaces: python3.1-simplexquery (<< 1.0.5.2)
4633
Provides: python3.1-simplexquery
4734
Description: A simple native XQuery processing module using xqilla.

debian/python2.7-simplexquery.docs

Lines changed: 0 additions & 5 deletions
This file was deleted.

debian/python2.7-simplexquery.install

Lines changed: 0 additions & 1 deletion
This file was deleted.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252

5353
setup(
5454
name="python-simplexquery",
55-
version="1.0.5.2",
55+
version="1.0.5.3",
5656

5757
author="bellbind",
5858
author_email="[email protected]",

0 commit comments

Comments
 (0)