[Python-modules-commits] r16601 - in packages/pcapy/trunk/debian (6 files)

arnau at users.alioth.debian.org arnau at users.alioth.debian.org
Mon Apr 18 05:16:50 UTC 2011


    Date: Monday, April 18, 2011 @ 05:16:34
  Author: arnau
Revision: 16601

* New upstream release.
  + Drop debian/patches/fix_sigsegv.patch applied by upstream.
* Use dh_python2 rather than deprecated dh_pycentral. Closes: #616934.
  + debian/control:
    - Rename now deprecated XS-Python-Version to X-Python-Version.
    - Remove now deprecated XB-Python-Version.
    - Bump cdbs version to 0.4.90-1~.
    - Bump python-all-dev version to 2.6.6-3~.
    - Remove Build-Depends on python-central.
  + debian/rules:
    - Remove DEB_PYTHON_SYSTEM.
* debian/control:
  + Bump Standards-Version to 3.9.2. No changes needed.
* debian/changelog:
  + Update copyright years.

Modified:
  packages/pcapy/trunk/debian/changelog
  packages/pcapy/trunk/debian/control
  packages/pcapy/trunk/debian/copyright
  packages/pcapy/trunk/debian/patches/series
  packages/pcapy/trunk/debian/rules
Deleted:
  packages/pcapy/trunk/debian/patches/fix_sigsegv.patch

Modified: packages/pcapy/trunk/debian/changelog
===================================================================
--- packages/pcapy/trunk/debian/changelog	2011-04-18 04:19:56 UTC (rev 16600)
+++ packages/pcapy/trunk/debian/changelog	2011-04-18 05:16:34 UTC (rev 16601)
@@ -1,3 +1,23 @@
+pcapy (0.10.8-1) unstable; urgency=low
+
+  * New upstream release.
+    + Drop debian/patches/fix_sigsegv.patch applied by upstream.
+  * Use dh_python2 rather than deprecated dh_pycentral. Closes: #616934.
+    + debian/control:
+      - Rename now deprecated XS-Python-Version to X-Python-Version.
+      - Remove now deprecated XB-Python-Version.
+      - Bump cdbs version to 0.4.90-1~.
+      - Bump python-all-dev version to 2.6.6-3~.
+      - Remove Build-Depends on python-central.
+    + debian/rules:
+      - Remove DEB_PYTHON_SYSTEM.
+  * debian/control:
+    + Bump Standards-Version to 3.9.2. No changes needed.
+  * debian/changelog:
+    + Update copyright years.
+
+ -- Arnaud Fontaine <arnau at debian.org>  Mon, 18 Apr 2011 13:47:46 +0900
+
 pcapy (0.10.6-2) unstable; urgency=low
 
   [ Arnaud Fontaine ]

Modified: packages/pcapy/trunk/debian/control
===================================================================
--- packages/pcapy/trunk/debian/control	2011-04-18 04:19:56 UTC (rev 16600)
+++ packages/pcapy/trunk/debian/control	2011-04-18 05:16:34 UTC (rev 16601)
@@ -4,15 +4,14 @@
 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),
+               cdbs (>= 0.4.90-1~),
+               python-all-dev (>= 2.6.6-3~),
                libpcap0.8-dev
 Homepage: http://corelabs.coresecurity.com/index.php?module=Wiki&action=view&type=tool&name=Pcapy
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/pcapy/trunk/
 Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/pcapy/trunk/
-XS-Python-Version: all
-Standards-Version: 3.9.1
+X-Python-Version: all
+Standards-Version: 3.9.2
 
 Package: python-pcapy
 Architecture: any
@@ -20,7 +19,6 @@
 Depends: ${python:Depends}, ${shlibs:Depends}, ${misc: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/copyright
===================================================================
--- packages/pcapy/trunk/debian/copyright	2011-04-18 04:19:56 UTC (rev 16600)
+++ packages/pcapy/trunk/debian/copyright	2011-04-18 05:16:34 UTC (rev 16601)
@@ -3,7 +3,7 @@
 
 It was downloaded from http://corelabs.coresecurity.com/index.php?module=Wiki&action=view&type=tool&name=Pcapy
 
-   Copyright (C) 2003-2010 CORE Security Technologies <oss at coresecurity.com>. 
+   Copyright (C) 2003-2011 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-2010,   Arnaud   Fontaine
+The   Debian    packaging   is   (C)    2006-2011,   Arnaud   Fontaine
 <arnau at debian.org>  and  is  licensed  under  the GPL  (version  2  or
 later). On Debian systems, the complete text of the GNU General Public
 License can be found in `/usr/share/common-licenses/GPL-2'.

Deleted: packages/pcapy/trunk/debian/patches/fix_sigsegv.patch
===================================================================
--- packages/pcapy/trunk/debian/patches/fix_sigsegv.patch	2011-04-18 04:19:56 UTC (rev 16600)
+++ packages/pcapy/trunk/debian/patches/fix_sigsegv.patch	2011-04-18 05:16:34 UTC (rev 16601)
@@ -1,21 +0,0 @@
---- pcapy-0.10.6.orig/pcapy.cc
-+++ pcapy-0.10.6/pcapy.cc
-@@ -14,6 +14,8 @@
- #include "pcapy.h"
- #include "pcapobj.h"
- #include "bpfobj.h"
-+#include "pcapdumper.h"
-+#include "pcap_pkthdr.h"
- 
- 
- PyObject *PcapError;
-@@ -191,6 +193,9 @@
-   PyObject *m, *d;
- 
-   Pcaptype.ob_type =  &PyType_Type;
-+  Pkthdr_type.ob_type = &PyType_Type;
-+  Pdumpertype.ob_type = &PyType_Type;
-+
-   m = Py_InitModule3("pcapy", pcap_methods, pcap_doc);
- 
-   /* Direct from pcap's net/bpf.h. */

Modified: packages/pcapy/trunk/debian/patches/series
===================================================================
--- packages/pcapy/trunk/debian/patches/series	2011-04-18 04:19:56 UTC (rev 16600)
+++ packages/pcapy/trunk/debian/patches/series	2011-04-18 05:16:34 UTC (rev 16601)
@@ -1,4 +1,3 @@
 setup.patch
 remove_exception_on_next.patch
 regenerate_html_doc.patch
-fix_sigsegv.patch

Modified: packages/pcapy/trunk/debian/rules
===================================================================
--- packages/pcapy/trunk/debian/rules	2011-04-18 04:19:56 UTC (rev 16600)
+++ packages/pcapy/trunk/debian/rules	2011-04-18 05:16:34 UTC (rev 16601)
@@ -1,8 +1,6 @@
 #!/usr/bin/make -f
 # -*- mode: makefile; coding: utf-8 -*-
 
-DEB_PYTHON_SYSTEM=pycentral
-
 # Common rules
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/python-distutils.mk




More information about the Python-modules-commits mailing list