summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog8
-rw-r--r--debian/control7
2 files changed, 12 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 4c093c3..90a9e49 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+python-enet (0.0~vcs.2017.05.26.git-2) unstable; urgency=medium
+
+ * Upload to unstable
+ * Enable Rules-Requires-Root: no
+ * Fix spelling in description
+
+ -- Christoph Egger <christoph@debian.org> Tue, 31 Oct 2017 13:55:02 +0100
+
python-enet (0.0~vcs.2017.05.26.git-1) experimental; urgency=medium
* New upstream snapshot
diff --git a/debian/control b/debian/control
index 80be44a..56e41c5 100644
--- a/debian/control
+++ b/debian/control
@@ -10,10 +10,11 @@ Build-Depends:
libenet-dev,
python-dev,
python3-dev
-Standards-Version: 3.9.8
+Standards-Version: 4.1.1
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
+Rules-Requires-Root: no
Package: python-enet
Architecture: any
@@ -25,7 +26,7 @@ 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
+ library. ENet is a thin layer to provide reliable communication over
UDP.
Package: python3-enet
@@ -38,5 +39,5 @@ 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
+ library. ENet is a thin layer to provide reliable communication over
UDP.