Skip to content

Commit 2a034ff

Browse files
committed
[fix] debian doc content list
1 parent 82b35b1 commit 2a034ff

4 files changed

Lines changed: 11 additions & 6 deletions

File tree

MANIFEST.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
include README.md
2+
include examples/*.py
3+
include test/*.py
24
graft debian
35
graft doc
4-
graft examples
5-
include test/*.py

debian/control

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ Source: python-simplexquery
22
Section: python
33
Priority: extra
44
Maintainer: ichiyama ryoichi <[email protected]>
5-
Build-Depends: cdbs, debhelper (>= 7), python-support,
6-
python2.6-dev, python3.1-dev,
5+
Build-Depends: debhelper (>= 7), python-support,
6+
python2.6-dev, python3.1-dev, python-setuptools, python3-setuptools,
77
libxqilla-dev, libxerces-c2-dev
88
Standards-Version: 3.8.4
99
XS-Python-Version: 2.6, 3.1

debian/python-simplexquery.docs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
README.md
2-
examples/*
2+
examples
3+
test
4+
5+

debian/python3-simplexquery.docs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
README.md
2-
examples/*
2+
examples
3+
test
4+

0 commit comments

Comments
 (0)