[Python-modules-commits] r1048 - in /packages/pcapy/trunk/debian:
control control.in
arnau-guest at users.alioth.debian.org
arnau-guest at users.alioth.debian.org
Sat Jun 24 15:15:46 UTC 2006
Author: arnau-guest
Date: Sat Jun 24 15:15:45 2006
New Revision: 1048
URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=1048
Log:
Fix description in debian/control*
Modified:
packages/pcapy/trunk/debian/control
packages/pcapy/trunk/debian/control.in
Modified: packages/pcapy/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/pcapy/trunk/debian/control?rev=1048&op=diff
==============================================================================
--- packages/pcapy/trunk/debian/control (original)
+++ packages/pcapy/trunk/debian/control Sat Jun 24 15:15:45 2006
@@ -16,7 +16,12 @@
XB-Python-Version: ${python:Versions}
Recommends: python-impacket
Description: Python interface to the libpcap packet capture library
- This is a "dummy" package that will cause the Pcapy package for Debian's
- default Python version to always be present on your system.
+ Pcapy is a Python extension module that interfaces with the libpcap
+ packet capture library.
+ .
+ Pcapy enables python scripts to capture packets on the network. Pcapy
+ is highly effective when used in conjunction with a packet-handling
+ package such as Impacket, which is a collection of Python classes for
+ constructing and dissecting network packets.
.
Homepage: http://oss.coresecurity.com/projects/pcapy.html
Modified: packages/pcapy/trunk/debian/control.in
URL: http://svn.debian.org/wsvn/python-modules/packages/pcapy/trunk/debian/control.in?rev=1048&op=diff
==============================================================================
--- packages/pcapy/trunk/debian/control.in (original)
+++ packages/pcapy/trunk/debian/control.in Sat Jun 24 15:15:45 2006
@@ -16,7 +16,12 @@
XB-Python-Version: ${python:Versions}
Recommends: python-impacket
Description: Python interface to the libpcap packet capture library
- This is a "dummy" package that will cause the Pcapy package for Debian's
- default Python version to always be present on your system.
+ Pcapy is a Python extension module that interfaces with the libpcap
+ packet capture library.
+ .
+ Pcapy enables python scripts to capture packets on the network. Pcapy
+ is highly effective when used in conjunction with a packet-handling
+ package such as Impacket, which is a collection of Python classes for
+ constructing and dissecting network packets.
.
Homepage: http://oss.coresecurity.com/projects/pcapy.html
More information about the Python-modules-commits
mailing list