summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorChristoph Egger <christoph@debian.org>2017-05-28 23:17:23 +0200
committerChristoph Egger <christoph@debian.org>2017-05-28 23:19:25 +0200
commit01faddebfc6905f3a8cbd53573f86e576ac9eb88 (patch)
tree17fa576388089c7850f311f76165409cacb2e63b /debian/control
parentdc49fbdade4f05ccccf67cfedad93d32d106ff2f (diff)
Moderinze package and build python3 version
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control35
1 files changed, 27 insertions, 8 deletions
diff --git a/debian/control b/debian/control
index 5cd3057..80be44a 100644
--- a/debian/control
+++ b/debian/control
@@ -2,22 +2,41 @@ Source: python-enet
Section: python
Priority: optional
Maintainer: Christoph Egger <christoph@debian.org>
-Build-Depends: debhelper (>= 7.0.50~),
- python-all-dev,
+Build-Depends:
cython,
- libenet-dev
-Standards-Version: 3.9.2
+ cython3,
+ debhelper (>= 10~),
+ dh-python,
+ libenet-dev,
+ python-dev,
+ python3-dev
+Standards-Version: 3.9.8
Homepage: https://github.com/aresch/pyenet
Vcs-Browser: https://browse.dgit.debian.org/python-enet.git/
Vcs-Git: https://git.dgit.debian.org/python-enet
Package: python-enet
Architecture: any
-Depends: ${shlibs:Depends},
+Depends:
${misc:Depends},
- ${python:Depends}
-Breaks: ${python:Breaks}
-Description: wrapper for the ENet library
+ ${python:Depends},
+ ${shlibs:Depends}
+Breaks:
+ ${python:Breaks}
+Description: Python2 wrapper for the ENet library
+ python-enet provides a thin wrapper around the enet networking
+ library. ENet is a thin layer to provide reliable comunication over
+ UDP.
+
+Package: python3-enet
+Architecture: any
+Depends:
+ ${misc:Depends},
+ ${python:Depends},
+ ${shlibs:Depends}
+Breaks:
+ ${python:Breaks}
+Description: Python3 wrapper for the ENet library
python-enet provides a thin wrapper around the enet networking
library. ENet is a thin layer to provide reliable comunication over
UDP.