summaryrefslogtreecommitdiff
path: root/ping-0.2/debian/python-ping/DEBIAN/control
diff options
context:
space:
mode:
authork clair <kclair@riseup.net>2012-10-09 12:55:01 -0700
committerk clair <kclair@riseup.net>2012-10-09 12:55:01 -0700
commitdeeb9c4852c699ad26a5d81cdf13176cb6c2e114 (patch)
treee77c87015b276f80f9d727ffeb7e9904adc74dbd /ping-0.2/debian/python-ping/DEBIAN/control
parente7f841ebffe2a1631a3bd8056b2aa2182184fc8a (diff)
add previously generated debian packaging files
Diffstat (limited to 'ping-0.2/debian/python-ping/DEBIAN/control')
-rw-r--r--ping-0.2/debian/python-ping/DEBIAN/control20
1 files changed, 20 insertions, 0 deletions
diff --git a/ping-0.2/debian/python-ping/DEBIAN/control b/ping-0.2/debian/python-ping/DEBIAN/control
new file mode 100644
index 0000000..b97ec21
--- /dev/null
+++ b/ping-0.2/debian/python-ping/DEBIAN/control
@@ -0,0 +1,20 @@
+Package: python-ping
+Version: 0.2-1
+Architecture: all
+Maintainer: Kristina Clair <kclair@leap.se>
+Installed-Size: 76
+Depends: python, python-support (>= 0.90.0)
+Provides: python2.5-ping, python2.6-ping
+Section: python
+Priority: optional
+Description: An implementation of ICMP ping in Python
+ This library is a fork of George Notaras' python-ping library, which is
+ an implementation of the standard ICMP ping in pure Python.
+ .
+ As it uses raw ICMP sockets, you need to be root to use the functions
+ exported by the ping module.
+ .
+ This fork by Pierre Bourdon adds a setup.py file in order to permit an
+ easier distribution of the package. The license of the library remains
+ unchanged (GPLv2), see COPYING.
+Python-Version: 2.5, 2.6