summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorChristoph Egger <christoph@debian.org>2011-11-15 15:57:37 +0100
committerChristoph Egger <christoph@debian.org>2011-11-15 15:57:37 +0100
commit3ca6188d7900d6e96c22b027d7e58abb8bc78bcb (patch)
tree773d3c49c61d09906ed4ebb12ef7b5726284717a /debian/control
parent7a63889ff41abe5075b7ca8a9e35b0fde19560da (diff)
parent122bb8ba0b15478112fec10ebb3c0abf546d7fee (diff)
python-enet (0.0~svn24-1) unstable; urgency=low
* Updated to svn revision 24 [dgit import unpatched python-enet 0.0~svn24-1]
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control23
1 files changed, 23 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..6df869e
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,23 @@
+Source: python-enet
+Section: python
+Priority: optional
+Maintainer: Christoph Egger <christoph@debian.org>
+Build-Depends: debhelper (>= 7.0.50~),
+ python-all-dev,
+ cython,
+ libenet-dev
+Standards-Version: 3.9.2
+Homepage: http://code.google.com/p/pyenet/
+#Vcs-Git: git://git.debian.org/collab-maint/python-enet.git
+#Vcs-Browser: http://git.debian.org/?p=collab-maint/python-enet.git;a=summary
+
+Package: python-enet
+Architecture: any
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ ${python:Depends}
+Breaks: ${python:Breaks}
+Description: 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.