summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
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.