diff options
Diffstat (limited to 'ping-0.2/debian/python-ping/usr/share/doc')
4 files changed, 57 insertions, 0 deletions
diff --git a/ping-0.2/debian/python-ping/usr/share/doc/python-ping/README b/ping-0.2/debian/python-ping/usr/share/doc/python-ping/README new file mode 100644 index 0000000..b3cccd7 --- /dev/null +++ b/ping-0.2/debian/python-ping/usr/share/doc/python-ping/README @@ -0,0 +1,9 @@ +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. diff --git a/ping-0.2/debian/python-ping/usr/share/doc/python-ping/README.Debian b/ping-0.2/debian/python-ping/usr/share/doc/python-ping/README.Debian new file mode 100644 index 0000000..59e8175 --- /dev/null +++ b/ping-0.2/debian/python-ping/usr/share/doc/python-ping/README.Debian @@ -0,0 +1,6 @@ +python-ping for Debian +---------------------- + +<possible notes regarding this package - if none, delete this file> + + -- Kristina Clair <kclair@leap.se> Wed, 03 Oct 2012 11:59:08 -0700 diff --git a/ping-0.2/debian/python-ping/usr/share/doc/python-ping/changelog.Debian.gz b/ping-0.2/debian/python-ping/usr/share/doc/python-ping/changelog.Debian.gz Binary files differnew file mode 100644 index 0000000..5e6b245 --- /dev/null +++ b/ping-0.2/debian/python-ping/usr/share/doc/python-ping/changelog.Debian.gz diff --git a/ping-0.2/debian/python-ping/usr/share/doc/python-ping/copyright b/ping-0.2/debian/python-ping/usr/share/doc/python-ping/copyright new file mode 100644 index 0000000..a979dc1 --- /dev/null +++ b/ping-0.2/debian/python-ping/usr/share/doc/python-ping/copyright @@ -0,0 +1,42 @@ +This work was packaged for Debian by: + + Kristina Clair <kclair@leap.se> on Wed, 03 Oct 2012 11:45:53 -0700 + +It was downloaded from: + + http://pypi.python.org/pypi/ping/ + +Upstream Author(s): + + Pierre Bourdon + Georgi Kolev + +Copyright: + + Copyright (C) Pierre Bourdon + +License: + + This package is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License version 2 as + published by the Free Software Foundation. + + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see <http://www.gnu.org/licenses/> + +On Debian systems, the complete text of the GNU General +Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". + +The Debian packaging is: + + Copyright (C) 2012 Kristina Clair <kclair@leap.se> + + you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. |
