[Python-modules-commits] r1047 - in /packages/pcapy/trunk/debian: changelog compat control control.in docs pycompat rules

arnau-guest at users.alioth.debian.org arnau-guest at users.alioth.debian.org
Sat Jun 24 15:09:10 UTC 2006


Author: arnau-guest
Date: Sat Jun 24 15:09:08 2006
New Revision: 1047

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=1047
Log:
New python policy

Added:
    packages/pcapy/trunk/debian/docs
    packages/pcapy/trunk/debian/pycompat
Modified:
    packages/pcapy/trunk/debian/changelog
    packages/pcapy/trunk/debian/compat
    packages/pcapy/trunk/debian/control
    packages/pcapy/trunk/debian/control.in
    packages/pcapy/trunk/debian/rules

Modified: packages/pcapy/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/pcapy/trunk/debian/changelog?rev=1047&op=diff
==============================================================================
--- packages/pcapy/trunk/debian/changelog (original)
+++ packages/pcapy/trunk/debian/changelog Sat Jun 24 15:09:08 2006
@@ -1,3 +1,21 @@
+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 <arnaud at andesi.org>  Sat, 24 Jun 2006 17:04:20 +0200
+
 pcapy (0.10.4-1) unstable; urgency=low
 
   * Initial release. Closes: #322727.

Modified: packages/pcapy/trunk/debian/compat
URL: http://svn.debian.org/wsvn/python-modules/packages/pcapy/trunk/debian/compat?rev=1047&op=diff
==============================================================================
--- packages/pcapy/trunk/debian/compat (original)
+++ packages/pcapy/trunk/debian/compat Sat Jun 24 15:09:08 2006
@@ -1,1 +1,1 @@
-4
+5

Modified: packages/pcapy/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/pcapy/trunk/debian/control?rev=1047&op=diff
==============================================================================
--- packages/pcapy/trunk/debian/control (original)
+++ packages/pcapy/trunk/debian/control Sat Jun 24 15:09:08 2006
@@ -2,50 +2,21 @@
 Section: python
 Priority: optional
 Maintainer: Arnaud Fontaine <arnaud at andesi.org>
-Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>, Gustavo Franco <stratus at debian.org>
-Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 4.2.0), patchutils (>= 0.2.25), python-dev (>= 2.3), python-all-dev, libpcap0.8-dev
-Standards-Version: 3.6.2.1
+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
+XS-Python-Version: all
+Standards-Version: 3.7.2
 
 Package: python-pcapy
-Architecture: all
-Depends: python2.3-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}
+XB-Python-Version: ${python:Versions}
 Recommends: python-impacket
 Description: Python interface to the libpcap packet capture library
  This is a "dummy" package that will cause the Pcapy package for Debian's
  default Python version to always be present on your system.
  .
   Homepage: http://oss.coresecurity.com/projects/pcapy.html
-
-Package: python2.3-pcapy
-Architecture: any
-Depends: ${python:Depends}, ${shlibs:Depends}
-Recommends: python-impacket
-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.
- .
- This package is for Python 2.3.
- .
-  Homepage: http://oss.coresecurity.com/projects/pcapy.html
-
-Package: python2.4-pcapy
-Architecture: any
-Depends: ${python:Depends}, ${shlibs:Depends}
-Recommends: python-impacket
-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.
- .
- This package is for Python 2.4.
- .
-  Homepage: http://oss.coresecurity.com/projects/pcapy.html

Modified: packages/pcapy/trunk/debian/control.in
URL: http://svn.debian.org/wsvn/python-modules/packages/pcapy/trunk/debian/control.in?rev=1047&op=diff
==============================================================================
--- packages/pcapy/trunk/debian/control.in (original)
+++ packages/pcapy/trunk/debian/control.in Sat Jun 24 15:09:08 2006
@@ -3,49 +3,20 @@
 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@, python-dev (>= 2.3), python-all-dev, libpcap0.8-dev
-Standards-Version: 3.6.2.1
+Build-Depends: @cdbs@, libpcap0.8-dev
+XS-Python-Version: all
+Standards-Version: 3.7.2
 
 Package: python-pcapy
-Architecture: all
-Depends: python2.3-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}
+XB-Python-Version: ${python:Versions}
 Recommends: python-impacket
 Description: Python interface to the libpcap packet capture library
  This is a "dummy" package that will cause the Pcapy package for Debian's
  default Python version to always be present on your system.
  .
   Homepage: http://oss.coresecurity.com/projects/pcapy.html
-
-Package: python2.3-pcapy
-Architecture: any
-Depends: ${python:Depends}, ${shlibs:Depends}
-Recommends: python-impacket
-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.
- .
- This package is for Python 2.3.
- .
-  Homepage: http://oss.coresecurity.com/projects/pcapy.html
-
-Package: python2.4-pcapy
-Architecture: any
-Depends: ${python:Depends}, ${shlibs:Depends}
-Recommends: python-impacket
-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.
- .
- This package is for Python 2.4.
- .
-  Homepage: http://oss.coresecurity.com/projects/pcapy.html

Added: packages/pcapy/trunk/debian/docs
URL: http://svn.debian.org/wsvn/python-modules/packages/pcapy/trunk/debian/docs?rev=1047&op=file
==============================================================================
--- packages/pcapy/trunk/debian/docs (added)
+++ packages/pcapy/trunk/debian/docs Sat Jun 24 15:09:08 2006
@@ -1,0 +1,1 @@
+pcapy.html

Added: packages/pcapy/trunk/debian/pycompat
URL: http://svn.debian.org/wsvn/python-modules/packages/pcapy/trunk/debian/pycompat?rev=1047&op=file
==============================================================================
--- packages/pcapy/trunk/debian/pycompat (added)
+++ packages/pcapy/trunk/debian/pycompat Sat Jun 24 15:09:08 2006
@@ -1,0 +1,1 @@
+2

Modified: packages/pcapy/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/pcapy/trunk/debian/rules?rev=1047&op=diff
==============================================================================
--- packages/pcapy/trunk/debian/rules (original)
+++ packages/pcapy/trunk/debian/rules Sat Jun 24 15:09:08 2006
@@ -1,11 +1,9 @@
 #!/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
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
-
-$(patsubst %,install/python%-pcapy,$(DEB_PYTHON_VERSIONS))::
-	mkdir -p debian/$(patsubst install/%,%,$@)/usr/share/doc/$(patsubst install/%,%,$@)
-	cp pcapy.html debian/$(patsubst install/%,%,$@)/usr/share/doc/$(patsubst install/%,%,$@)




More information about the Python-modules-commits mailing list