--- pcapy-0.10.5.orig/debian/docs +++ pcapy-0.10.5/debian/docs @@ -0,0 +1 @@ +pcapy.html --- pcapy-0.10.5.orig/debian/watch +++ pcapy-0.10.5/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://oss.coresecurity.com/projects/pcapy.html \.\./repo/pcapy-(.*)\.tar\.gz --- pcapy-0.10.5.orig/debian/doc-base +++ pcapy-0.10.5/debian/doc-base @@ -0,0 +1,9 @@ +Document: pcapy +Title: Pcapy Reference +Author: Core Security Technologies +Abstract: This documentation describes the pcapy API +Section: Programming/Python + +Format: HTML +Index: /usr/share/doc/python-pcapy/pcapy.html +Files: /usr/share/doc/python-pcapy/pcapy.html --- pcapy-0.10.5.orig/debian/control +++ pcapy-0.10.5/debian/control @@ -0,0 +1,33 @@ +Source: pcapy +Section: python +Priority: optional +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Arnaud Fontaine +Uploaders: Debian Python Modules Team +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.3 + +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. --- pcapy-0.10.5.orig/debian/copyright +++ pcapy-0.10.5/debian/copyright @@ -0,0 +1,55 @@ +This package was debianized by Arnaud Fontaine on +Tue, 11 Apr 2006 14:08:14 +0200. + +It was downloaded from http://oss.coresecurity.com/projects/pcapy.html + + Copyright (C) 2003-2008 CORE Security Technologies . + All rights reserved. + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions + are met: + + 1. Redistributions of source code must retain the above + copyright notice, this list of conditions and the following + disclaimer. + + 2. Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials + provided with the distribution. + + 3. The end-user documentation included with the redistribution, + if any, must include the following acknowledgment: "This + product includes software developed by CORE Security + Technologies (http://www.coresecurity.com/)." Alternately, + this acknowledgment may appear in the software itself, if + and wherever such third-party acknowledgments normally + appear. + + 4. The names "Pcapy" and "CORE Security Technologies" must not + be used to endorse or promote products derived from this + software without prior written permission. For written + permission, please contact oss@coresecurity.com. + + 5. Products derived from this software may not be called + "Pcapy", nor may "Pcapy" appear in their name, without prior + written permission of CORE Security Technologies. + + THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED + WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES + OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE + DISCLAIMED. IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR + ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, + SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT + LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF + USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND + ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, + OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT + OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + SUCH DAMAGE. + +The Debian packaging is (C) 2006-2008, Arnaud Fontaine +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'. --- pcapy-0.10.5.orig/debian/pycompat +++ pcapy-0.10.5/debian/pycompat @@ -0,0 +1 @@ +2 --- pcapy-0.10.5.orig/debian/changelog +++ pcapy-0.10.5/debian/changelog @@ -0,0 +1,83 @@ +pcapy (0.10.5-2ubuntu2) jaunty; urgency=low + + * No-change rebuild to fix lpia shared library dependencies. + + -- Colin Watson Thu, 19 Mar 2009 00:40:08 +0000 + +pcapy (0.10.5-2ubuntu1) jaunty; urgency=low + + * Python 2.6 transition: + - debian/rules: + + Use export DH_PYCENTRAL=nomove, installed modules differ between Python + versions. + + -- Alessio Treglia Sun, 15 Mar 2009 22:22:00 +0100 + +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. + + Fix spelling error in description by replacing python by Python. + * debian/doc-base: + + Update section to Programming/Python. + + [ Piotr Ożarowski ] + * debian/control: + + Add Homepage field. + + Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now). + + [ Sandro Tosi ] + * debian/control + - Uniformise Vcs-Browser field. + + -- Arnaud Fontaine Thu, 29 May 2008 20:58:28 +0200 + +pcapy (0.10.5-1) unstable; urgency=low + + [ Arnaud Fontaine ] + * New upstream release. + * debian/control*: + + 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. + * debian/copyrigth: + + Update copyright years. + + Add copyright for the package. + + [ Piotr Ozarowski ] + * Added XS-Vcs-{Svn,Browser} field. + * Added debian/watch file. + + -- Arnaud Fontaine Tue, 08 May 2007 11:57:24 +0200 + +pcapy (0.10.4-2) unstable; urgency=low + + * Update Standards-Version to 3.7.2. No changes needed. + * New Python policy changes. Closes: #373475. + + Add debian/pycompat. + + debian/compat: + - Update debhelper compatibility to 5. + + debian/rules: + - Add DEB_PYTHON_SYSTEM=pycentral. + - Clean debian/rules. + + debian/control.in: + - Remove all versioned packages. + - Add XB-Python-Version field for binary package. + - Add XS-Python-Version field for source package. + - Add Conflicts and Replaces fields against previous revisions. + + -- Arnaud Fontaine Sat, 24 Jun 2006 17:04:20 +0200 + +pcapy (0.10.4-1) unstable; urgency=low + + * Initial release. Closes: #322727. + + -- Arnaud Fontaine Tue, 11 Apr 2006 14:08:14 +0200 --- pcapy-0.10.5.orig/debian/rules +++ pcapy-0.10.5/debian/rules @@ -0,0 +1,10 @@ +#!/usr/bin/make -f +# -*- mode: makefile; coding: utf-8 -*- +export DH_PYCENTRAL=nomove + +DEB_PYTHON_SYSTEM=pycentral + +# Common rules +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/python-distutils.mk +include /usr/share/cdbs/1/rules/simple-patchsys.mk --- pcapy-0.10.5.orig/debian/compat +++ pcapy-0.10.5/debian/compat @@ -0,0 +1 @@ +5 --- pcapy-0.10.5.orig/debian/patches/01_setup.patch +++ pcapy-0.10.5/debian/patches/01_setup.patch @@ -0,0 +1,10 @@ +--- setup.py.old 2006-04-11 17:01:48.000000000 +0200 ++++ setup.py 2006-04-11 17:02:08.000000000 +0200 +@@ -60,7 +60,5 @@ + include_dirs = include_dirs, + library_dirs = library_dirs, + libraries = libraries)], +- data_files = [(os.path.join('share', 'doc', PACKAGE_NAME), +- ['README', 'LICENSE', 'pcapy.html'])], + ) +