[Python-modules-commits] r2292 - in /packages/pcapy/trunk/debian:
changelog control control.in doc-base
arnau-guest at users.alioth.debian.org
arnau-guest at users.alioth.debian.org
Tue May 8 10:30:59 UTC 2007
Author: arnau-guest
Date: Tue May 8 10:30:58 2007
New Revision: 2292
URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=2292
Log:
ready for upload
Added:
packages/pcapy/trunk/debian/doc-base
Modified:
packages/pcapy/trunk/debian/changelog
packages/pcapy/trunk/debian/control
packages/pcapy/trunk/debian/control.in
Modified: packages/pcapy/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/pcapy/trunk/debian/changelog?rev=2292&op=diff
==============================================================================
--- packages/pcapy/trunk/debian/changelog (original)
+++ packages/pcapy/trunk/debian/changelog Tue May 8 10:30:58 2007
@@ -3,7 +3,12 @@
[ Arnaud Fontaine ]
* New upstream release.
* debian/control*:
- + Remove useless XB-Python-Version and XS-Python-Version fields.
+ + Add Suggests against doc-base.
+ + Update Build-Depends.
+ + Remove useless Replaces and Conflicts fields as etch has been
+ released.
+ * debian/doc-base:
+ + Add doc-base for the documentation.
[ Piotr Ozarowski ]
* Added XS-Vcs-Svn field.
Modified: packages/pcapy/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/pcapy/trunk/debian/control?rev=2292&op=diff
==============================================================================
--- packages/pcapy/trunk/debian/control (original)
+++ packages/pcapy/trunk/debian/control Tue May 8 10:30:58 2007
@@ -3,17 +3,19 @@
Priority: optional
Maintainer: Arnaud Fontaine <arnaud at andesi.org>
Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 5.0.37.2), cdbs (>= 0.4.42), python-all-dev (>= 2.3.5-7), python-central (>= 0.4.17), 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
XS-Vcs-Svn: svn://svn.debian.org/python-modules/packages/pcapy/trunk/
+XS-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
-Conflicts: python2.3-pcapy (<< 0.10.4-2), python2.4-pcapy (<< 0.10.4-2)
-Replaces: python2.3-pcapy (<< 0.10.4-2), python2.4-pcapy (<< 0.10.4-2)
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.
Modified: packages/pcapy/trunk/debian/control.in
URL: http://svn.debian.org/wsvn/python-modules/packages/pcapy/trunk/debian/control.in?rev=2292&op=diff
==============================================================================
--- packages/pcapy/trunk/debian/control.in (original)
+++ packages/pcapy/trunk/debian/control.in Tue May 8 10:30:58 2007
@@ -4,15 +4,18 @@
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
+XS-Vcs-Svn: svn://svn.debian.org/python-modules/packages/pcapy/trunk/
+XS-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
-Conflicts: python2.3-pcapy (<< 0.10.4-2), python2.4-pcapy (<< 0.10.4-2)
-Replaces: python2.3-pcapy (<< 0.10.4-2), python2.4-pcapy (<< 0.10.4-2)
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.
Added: packages/pcapy/trunk/debian/doc-base
URL: http://svn.debian.org/wsvn/python-modules/packages/pcapy/trunk/debian/doc-base?rev=2292&op=file
==============================================================================
--- packages/pcapy/trunk/debian/doc-base (added)
+++ packages/pcapy/trunk/debian/doc-base Tue May 8 10:30:58 2007
@@ -1,0 +1,8 @@
+Document: pcapy
+Title: Pcapy Reference
+Author: Core Security Technologies <oss at coresecurity.com>
+Abstract: This documentation describes the pcapy API
+Section: Apps/Programming
+
+Format: HTML
+Files: /usr/share/doc/python-pcapy/pcapy.html
More information about the Python-modules-commits
mailing list