[Python-modules-commits] r5516 - in packages/pcapy/trunk/debian (4 files)
arnau at users.alioth.debian.org
arnau at users.alioth.debian.org
Thu May 29 19:00:46 UTC 2008
Date: Thursday, May 29, 2008 @ 19:00:45
Author: arnau
Revision: 5516
Prepare pcapy for upload
Modified:
packages/pcapy/trunk/debian/changelog
packages/pcapy/trunk/debian/control
packages/pcapy/trunk/debian/copyright
Deleted:
packages/pcapy/trunk/debian/control.in
Modified: packages/pcapy/trunk/debian/changelog
===================================================================
--- packages/pcapy/trunk/debian/changelog 2008-05-29 17:05:05 UTC (rev 5515)
+++ packages/pcapy/trunk/debian/changelog 2008-05-29 19:00:45 UTC (rev 5516)
@@ -1,14 +1,23 @@
-pcapy (0.10.5-2) UNRELEASED; urgency=low
+pcapy (0.10.5-2) unstable; urgency=low
+ [ Arnaud Fontaine ]
+ * New email address.
+ * Remove useless debian/control.in.
+ * debian/changelog:
+ + Update copyright years.
+ * debian/control:
+ + Update Standards-Version to 3.7.3. No changes needed.
+
[ Piotr Ożarowski ]
- * Homepage field added
- * Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now)
+ * debian/control:
+ + Add Homepage field.
+ + Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now).
[ Sandro Tosi ]
* debian/control
- - uniforming Vcs-Browser field
+ - Uniformise Vcs-Browser field.
- -- Piotr Ożarowski <piotr at debian.org> Sat, 6 Oct 2007 23:46:43 +0200
+ -- Arnaud Fontaine <arnau at debian.org> Thu, 29 May 2008 20:58:28 +0200
pcapy (0.10.5-1) unstable; urgency=low
Modified: packages/pcapy/trunk/debian/control
===================================================================
--- packages/pcapy/trunk/debian/control 2008-05-29 17:05:05 UTC (rev 5515)
+++ packages/pcapy/trunk/debian/control 2008-05-29 19:00:45 UTC (rev 5516)
@@ -1,14 +1,19 @@
Source: pcapy
Section: python
Priority: optional
-Maintainer: Arnaud Fontaine <arnaud at andesi.org>
+Maintainer: Arnaud Fontaine <arnau at debian.org>
Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 5.0.37.2), cdbs (>= 0.4.43), python-all-dev (>= 2.3.5-11), python-central (>= 0.5.0), patchutils (>= 0.2.25), libpcap0.8-dev
+Build-Depends: debhelper (>= 5.0.37.2),
+ cdbs (>= 0.4.43),
+ python-all-dev (>= 2.3.5-11),
+ python-central (>= 0.5.0),
+ patchutils (>= 0.2.25),
+ libpcap0.8-dev
Homepage: http://oss.coresecurity.com/projects/pcapy.html
Vcs-Svn: svn://svn.debian.org/python-modules/packages/pcapy/trunk/
Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/pcapy/trunk/?op=log
XS-Python-Version: all
-Standards-Version: 3.7.2
+Standards-Version: 3.7.3
Package: python-pcapy
Architecture: any
Deleted: packages/pcapy/trunk/debian/control.in
===================================================================
--- packages/pcapy/trunk/debian/control.in 2008-05-29 17:05:05 UTC (rev 5515)
+++ packages/pcapy/trunk/debian/control.in 2008-05-29 19:00:45 UTC (rev 5516)
@@ -1,27 +0,0 @@
-Source: pcapy
-Section: python
-Priority: optional
-Maintainer: Arnaud Fontaine <arnaud at andesi.org>
-Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: @cdbs@, libpcap0.8-dev
-Homepage: http://oss.coresecurity.com/projects/pcapy.html
-Vcs-Svn: svn://svn.debian.org/python-modules/packages/pcapy/trunk/
-Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/pcapy/?op=log
-XS-Python-Version: all
-Standards-Version: 3.7.2
-
-Package: python-pcapy
-Architecture: any
-Provides: ${python:Provides}
-Depends: ${python:Depends}, ${shlibs:Depends}
-Recommends: python-impacket
-Suggests: doc-base
-XB-Python-Version: ${python:Versions}
-Description: Python interface to the libpcap packet capture library
- 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.
Modified: packages/pcapy/trunk/debian/copyright
===================================================================
--- packages/pcapy/trunk/debian/copyright 2008-05-29 17:05:05 UTC (rev 5515)
+++ packages/pcapy/trunk/debian/copyright 2008-05-29 19:00:45 UTC (rev 5516)
@@ -1,9 +1,9 @@
-This package was debianized by Arnaud Fontaine <arnaud at andesi.org> on
+This package was debianized by Arnaud Fontaine <arnau at debian.org> on
Tue, 11 Apr 2006 14:08:14 +0200.
It was downloaded from http://oss.coresecurity.com/projects/pcapy.html
- Copyright (C) 2003-2007 CORE Security Technologies <oss at coresecurity.com>.
+ Copyright (C) 2003-2008 CORE Security Technologies <oss at coresecurity.com>.
All rights reserved.
Redistribution and use in source and binary forms, with or without
@@ -49,7 +49,7 @@
OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE.
-The Debian packaging is (C) 2006-2007, Arnaud Fontaine <arnaud at andesi.org>
+The Debian packaging is (C) 2006-2008, Arnaud Fontaine <arnau at debian.org>
and is licensed under the GPL. On Debian systems, the complete text of
the GNU General Public License can be found in
`/usr/share/common-licenses/GPL'.
More information about the Python-modules-commits
mailing list