--- python-pypcap-1.1.5.orig/debian/README.source +++ python-pypcap-1.1.5/debian/README.source @@ -0,0 +1,2 @@ +This package manages patches using quilt. For more information on quilt, see: + /usr/share/doc/quilt/README.source --- python-pypcap-1.1.5.orig/debian/changelog +++ python-pypcap-1.1.5/debian/changelog @@ -0,0 +1,50 @@ +python-pypcap (1.1.5-1) unstable; urgency=medium + + * New upstream release. (Closes: #655905) + * Adopted by the Internet Measurement Packaging Team. (Closes: #839612) + - Uploaders set to myself. + * Bumped compat level to 9. + * debian/control: + - Standards version to 3.9.8. + - Removed unnecessary versioned build depends on python-all. + - Added Homepage field. + - Added Vcs-* fields for pkg-netmeasure git. + * Removed redundant patches: + - search for pcap.h in setup.py + - multiarch patch for setup.py + * debian/rules: + - Rewritten to use modern dh syntax. + + -- Iain R. Learmonth Sun, 30 Oct 2016 22:23:55 +0000 + +python-pypcap (1.1.2+debian-2.2) unstable; urgency=low + + * Non-maintainer upload. + * (Closes: #656543) python-pypcap python-libpcap marked as conflict. + + -- Shell Xu Mon, 30 Apr 2012 11:17:03 +0800 + +python-pypcap (1.1.2+debian-2.1) unstable; urgency=low + + * Non-maintainer upload. + * Detect libpcap in multiarch location, patch from Ubuntu; closes: #634420. + * Switch from python-central (deprecated) to dh_python2; closes: #617019. + * Add misc:Depends + + -- Scott Kitterman Tue, 13 Dec 2011 23:46:13 -0500 + +python-pypcap (1.1.2+debian-2) unstable; urgency=low + + * Patch setup.py to search as well as for needed + symbols; closes: #526576. + + -- Robert S. Edmonds Sat, 09 May 2009 17:24:13 -0400 + +python-pypcap (1.1.2+debian-1) unstable; urgency=low + + * Initial release; closes: #436389. + * Repack the upstream tarball with files from both the GNN and Dug Song + versions of pypcap. + + -- Robert S. Edmonds Wed, 08 Aug 2007 01:14:08 -0400 + --- python-pypcap-1.1.5.orig/debian/compat +++ python-pypcap-1.1.5/debian/compat @@ -0,0 +1 @@ +9 --- python-pypcap-1.1.5.orig/debian/control +++ python-pypcap-1.1.5/debian/control @@ -0,0 +1,27 @@ +Source: python-pypcap +Maintainer: Internet Measurement Packaging Team +Uploaders: Iain R. Learmonth +Section: python +Priority: optional +Build-Depends: debhelper (>= 9), + python-all-dev, + python-pyrex, + libpcap0.8-dev, + quilt, + python-setuptools, + dh-python +Standards-Version: 3.9.8 +Vcs-Browser: https://anonscm.debian.org/cgit/pkg-netmeasure/python-pypcap.git +Vcs-Git: https://anonscm.debian.org/git/pkg-netmeasure/python-pypcap.git +Homepage: https://github.com/pynetwork/pypcap + +Package: python-pypcap +Architecture: any +Depends: ${python:Depends}, + ${shlibs:Depends}, + ${misc:Depends} +Conflicts: python-libpcap +Provides: ${python:Provides} +Description: object-oriented Python interface for libpcap + pypcap is an objected-oriented Python interface for libpcap which + supports packet injection and user callback functions. --- python-pypcap-1.1.5.orig/debian/copyright +++ python-pypcap-1.1.5/debian/copyright @@ -0,0 +1,45 @@ +This package was debianized by Robert S. Edmonds on +Tue, 07 Aug 2007 23:47:14 -0400. + +It was downloaded from + https://pypi.python.org/pypi/pypcap + +Upstream Authors: + Dug Song + George Neville-Neil + +Copyright: + Copyright (C) 2004 Dug Song + +License: + + Copyright (c) 2004 Dug Song + All rights reserved, all wrongs reversed. + + 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 names of the authors and copyright holders may not be used to + endorse or promote products derived from this software without specific + prior written permission. + + THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS 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 + AUTHOR 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) 2007, Robert S. Edmonds and +is licensed under the GPL, see `/usr/share/common-licenses/GPL'. --- python-pypcap-1.1.5.orig/debian/docs +++ python-pypcap-1.1.5/debian/docs @@ -0,0 +1 @@ +README --- python-pypcap-1.1.5.orig/debian/examples +++ python-pypcap-1.1.5/debian/examples @@ -0,0 +1 @@ +test/* --- python-pypcap-1.1.5.orig/debian/patches/10_mktemp_needs_stdlib_h +++ python-pypcap-1.1.5/debian/patches/10_mktemp_needs_stdlib_h @@ -0,0 +1,12 @@ +Index: python-pypcap-1.1.2+debian/pcap_ex.c +=================================================================== +--- python-pypcap-1.1.2+debian.orig/pcap_ex.c 2009-05-09 17:17:12.300932060 -0400 ++++ python-pypcap-1.1.2+debian/pcap_ex.c 2009-05-09 17:17:22.817429265 -0400 +@@ -8,6 +8,7 @@ + # include + # include + # include ++# include + # include + # include + # include --- python-pypcap-1.1.5.orig/debian/patches/series +++ python-pypcap-1.1.5/debian/patches/series @@ -0,0 +1 @@ +10_mktemp_needs_stdlib_h --- python-pypcap-1.1.5.orig/debian/rules +++ python-pypcap-1.1.5/debian/rules @@ -0,0 +1,8 @@ +#!/usr/bin/make -f + +%: + dh $@ --with=python2 + +override_dh_auto_build: + pyrexc pcap.pyx + dh_auto_build --- python-pypcap-1.1.5.orig/debian/watch +++ python-pypcap-1.1.5/debian/watch @@ -0,0 +1,2 @@ +version=3 +https://github.com/pynetwork/pypcap/tags .*/v?(\d.*)\.(?:tgz|tbz2|txz|tar\.(?:gz|bz2|xz))