From deeb9c4852c699ad26a5d81cdf13176cb6c2e114 Mon Sep 17 00:00:00 2001 From: k clair Date: Tue, 9 Oct 2012 12:55:01 -0700 Subject: add previously generated debian packaging files --- ping-0.2/debian/control | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 ping-0.2/debian/control (limited to 'ping-0.2/debian/control') diff --git a/ping-0.2/debian/control b/ping-0.2/debian/control new file mode 100644 index 0000000..48c946b --- /dev/null +++ b/ping-0.2/debian/control @@ -0,0 +1,23 @@ +Source: python-ping +Maintainer: Kristina Clair +Section: python +Priority: optional +Build-Depends: debhelper (>= 7), python-support (>= 0.8.4) +Standards-Version: 3.8.4 + +Package: python-ping +Architecture: all +Depends: ${misc:Depends}, ${python:Depends} +XB-Python-Version: ${python:Versions} +Provides: ${python:Provides} +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. + . -- cgit v1.2.3