[Python-modules-commits] r1032 - in /packages/pyprotocols/trunk/debian: changelog control pycompat python-protocols.postinst python-protocols.prerm pyversions rules

kov at users.alioth.debian.org kov at users.alioth.debian.org
Fri Jun 23 20:48:35 UTC 2006


Author: kov
Date: Fri Jun 23 20:48:34 2006
New Revision: 1032

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=1032
Log:
new Python Policy

Added:
    packages/pyprotocols/trunk/debian/pycompat
    packages/pyprotocols/trunk/debian/pyversions
Removed:
    packages/pyprotocols/trunk/debian/python-protocols.postinst
    packages/pyprotocols/trunk/debian/python-protocols.prerm
Modified:
    packages/pyprotocols/trunk/debian/changelog
    packages/pyprotocols/trunk/debian/control
    packages/pyprotocols/trunk/debian/rules

Modified: packages/pyprotocols/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/pyprotocols/trunk/debian/changelog?rev=1032&op=diff
==============================================================================
--- packages/pyprotocols/trunk/debian/changelog (original)
+++ packages/pyprotocols/trunk/debian/changelog Fri Jun 23 20:48:34 2006
@@ -1,5 +1,6 @@
 pyprotocols (1.0a0dev-2) UNRELEASED; urgency=low
 
+  * New Python Policy
   * debian/rules, debian/python-support.version:
   - no longer need to take care of that manually; dh_support
     will help here

Modified: packages/pyprotocols/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/pyprotocols/trunk/debian/control?rev=1032&op=diff
==============================================================================
--- packages/pyprotocols/trunk/debian/control (original)
+++ packages/pyprotocols/trunk/debian/control Fri Jun 23 20:48:34 2006
@@ -2,13 +2,16 @@
 Section: python
 Priority: optional
 Maintainer: Gustavo Noronha Silva <kov at debian.org>
-Build-Depends: debhelper (>= 4.1.0), cdbs, python, python-setuptools (>= 0.6a7)
-Build-Depends-Indep: python-dev
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Build-Depends: cdbs (>= 0.4.42), debhelper (>= 5.0.37.2), python, python-setuptools (>= 0.6a9-1), python-all-dev
+Build-Depends-Indep: python-support (>= 0.3)
 Standards-Version: 3.7.2
+XS-Python-Version: all, >= 2.3
 
 Package: python-protocols
-Architecture: all
-Depends: python (>= 2.3), python (<< 2.5), python-support
+Architecture: any
+Depends: ${python:Depends}
+XB-Python-Version: ${python:Versions}
 Description: Open Protocols and Component Adaptation for Python
  Do you hate having to write lots of if-then logic to test what type
  something is?  Wouldn't it be nice if you could just declare "I want

Added: packages/pyprotocols/trunk/debian/pycompat
URL: http://svn.debian.org/wsvn/python-modules/packages/pyprotocols/trunk/debian/pycompat?rev=1032&op=file
==============================================================================
--- packages/pyprotocols/trunk/debian/pycompat (added)
+++ packages/pyprotocols/trunk/debian/pycompat Fri Jun 23 20:48:34 2006
@@ -1,0 +1,1 @@
+2

Added: packages/pyprotocols/trunk/debian/pyversions
URL: http://svn.debian.org/wsvn/python-modules/packages/pyprotocols/trunk/debian/pyversions?rev=1032&op=file
==============================================================================
--- packages/pyprotocols/trunk/debian/pyversions (added)
+++ packages/pyprotocols/trunk/debian/pyversions Fri Jun 23 20:48:34 2006
@@ -1,0 +1,1 @@
+2.3-

Modified: packages/pyprotocols/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/pyprotocols/trunk/debian/rules?rev=1032&op=diff
==============================================================================
--- packages/pyprotocols/trunk/debian/rules (original)
+++ packages/pyprotocols/trunk/debian/rules Fri Jun 23 20:48:34 2006
@@ -19,8 +19,10 @@
 #   Temple Place, Suite 330, Boston, MA 02111-1307 USA.
 #
 
+DEB_PYTHON_SYSTEM := pysupport
+
+include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/python-distutils.mk
-include /usr/share/cdbs/1/rules/debhelper.mk
 
-DEB_PYTHON_SETUP_CMD += --without-speedups
-DEB_PYTHON_INSTALL_ARGS_ALL += --single-version-externally-managed --install-lib usr/share/python-support/python-protocols
+DEB_PYTHON_INSTALL_ARGS_ALL += --single-version-externally-managed
+




More information about the Python-modules-commits mailing list