[Python-modules-commits] r9366 - in packages/python-dpkt/trunk/debian (control)
nion at users.alioth.debian.org
nion at users.alioth.debian.org
Sun Aug 16 12:11:23 UTC 2009
Date: Sunday, August 16, 2009 @ 12:11:21
Author: nion
Revision: 9366
add myself as uploader, update the homepage, polish the description
Modified:
packages/python-dpkt/trunk/debian/control
Modified: packages/python-dpkt/trunk/debian/control
===================================================================
--- packages/python-dpkt/trunk/debian/control 2009-08-16 11:29:24 UTC (rev 9365)
+++ packages/python-dpkt/trunk/debian/control 2009-08-16 12:11:21 UTC (rev 9366)
@@ -2,17 +2,28 @@
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Uploaders: Luciano Bello <luciano at debian.org>
+Uploaders: Luciano Bello <luciano at debian.org>, Nico Golde <nion at debian.org>
Build-Depends: debhelper (>= 5.0.38), python-all, dpatch
Build-Depends-Indep: python-support (>= 0.6.4)
Standards-Version: 3.8.2
-Homepage: http://monkey.org/~dugsong/dpkt/
+Homepage: http://code.google.com/p/dpkt/
XS-Python-Version: all
Package: python-dpkt
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
XB-Python-Version: ${python:Versions}
-Description: Python packet creation / parsing module
- Python module for fast, simple packet creation / parsing, with definitions for
- the basic TCP/IP protocols.
+Description: Python packet creation / parsing module for basic TCP/IP protocols
+ Python module for fast, simple packet creation / parsing, with support for
+ basic protocols often related to TCP/IP protocols. This includes (but is not
+ limited to):
+ - ethernet
+ - HTTP
+ - ICMP
+ - UDP
+ - TCP/IP (v4 and v6)
+ - BGP
+ - radius
+ - ssl
+ and many other protocols as well as support for parsing pcap files.
+
More information about the Python-modules-commits
mailing list