Skip to content

Commit 1293688

Browse files
committed
cleaning up debian python3
1 parent c402e29 commit 1293688

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

debian/control.python3

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ Section: python
33
Priority: optional
44
Maintainer: Grigori Fursin, <[email protected]>
55
Build-Depends: debhelper (>= 7),
6-
python3-all (>= 3.0),
6+
python3-all,
77
python3-setuptools
88
Standards-Version: 3.9.2
99
X-Python3-Version: >= 3.0
1010

1111
Package: python3-ck
1212
Architecture: all
13-
Depends: ${python3:Depends}, ${misc:Depends}
13+
Depends: ${misc:Depends}, ${python3:Depends}
1414
Description: Collective Knowledge (Python 3)
1515
Collective Knowledge (CK) is a light-weight, portable, modular
1616
and python-based framework, repository, web service and SDK

debian/rules

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,3 @@
55

66
%:
77
dh $@ --with python2 --buildsystem=python_distutils
8-
9-

debian/rules.python3

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,4 @@
44
# Tue, 15 Sep 2015 17:13:49 +0200
55

66
%:
7-
dh $@ --with python3 --buildsystem=python_distutils
8-
9-
7+
dh $@ --with python3 --buildsystem=pybuild

0 commit comments

Comments
 (0)