Skip to content

Commit 43db2fe

Browse files
committed
[fix] lintian check for oneiric
1 parent 4db7612 commit 43db2fe

4 files changed

Lines changed: 14 additions & 8 deletions

File tree

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.4-0nmu1) oneiric; urgency=low
2+
3+
* fix debian/* files for lintian clean
4+
5+
-- bellbind <[email protected]> Fri, 02 Sep 2011 15:50:21 +0900
6+
17
python-simplexquery (1.0.5.3-0nmu1) natty; urgency=low
28

39
* fix for pyshared conflicts on python file layout on natty

debian/control

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@ Maintainer: ichiyama ryoichi <[email protected]>
55
Build-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
99
XS-Python-Version: 2.6, 2.7, 3.1, 3.2
1010
Homepage: http://github.com/bellbind/python-simplexquery
1111

1212
Package: python-simplexquery
1313
Architecture: any
1414
Replaces: python2.6-simplexquery (<< 1.0.5.2-1), python2.7-simplexquery (<< 1.0.5.2-1)
1515
Provides: 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

2929
Package: python3-simplexquery
3030
Architecture: any
31-
Depends: ${shlibs:Depends}, ${misc:Depends}, python3.1 | python3.2, libxqilla5
31+
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}, libxqilla5
3232
Replaces: python3.1-simplexquery (<< 1.0.5.2)
3333
Provides: 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

debian/copyright

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
This work was packaged for Debian by:
22

3-
ichiyama ryoichi <bellbindpgmail.com> on Sat, 17 Jul 2010 18:22:50 +0900
3+
ichiyama ryoichi <bellbind@gmail.com> on Sat, 17 Jul 2010 18:22:50 +0900
44

55
It was downloaded from http://github.com/bellbind/python-simplexquery
66

7-
Upstream Author(s):
7+
Upstream Author:
88

99
bellbind <[email protected]>
1010

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.3",
55+
version="1.0.5.4",
5656

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

0 commit comments

Comments
 (0)