[Python-modules-commits] r834 - in /packages/pyspf/trunk/debian: changelog compat control patches/ pyspf.postinst pyspf.prerm rules

stratus at users.alioth.debian.org stratus at users.alioth.debian.org
Thu Jun 15 15:31:14 UTC 2006


Author: stratus
Date: Thu Jun 15 15:31:12 2006
New Revision: 834

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=834
Log:
Preparing new pyspf upload (waiting cdbs 0.4.42):
* debian/control:
  - Remove pabs from Uploaders field as requested. 
  - Move architecture indep dependencies from Build-Depends
    to Build-Depends-Indep.
* debian/rules:
  - Add simple-patchsys support without patches.

* New Python Policy Changes: (Closes: #373504)
  + debian/control:
    - Bump up cdbs dependency to >= 0.4.41.
    - Bump up debhelper compatibility to 5.
    - Add XS-Python-Version field.
    - Depends on ${python:Depends} and not on python2.3.
    - Add XB-Python-Version field.
  + debian/rules:
    - Add DEB_PYTHON_SYSTEM=pysupport
    - Remove echo call since cdbs take care about this.
  + debian/postinst && debian/prerm:
    - Remove "hand made" python-support stuff, cdbs does this.

Added:
    packages/pyspf/trunk/debian/patches/
Modified:
    packages/pyspf/trunk/debian/changelog
    packages/pyspf/trunk/debian/compat
    packages/pyspf/trunk/debian/control
    packages/pyspf/trunk/debian/pyspf.postinst
    packages/pyspf/trunk/debian/pyspf.prerm
    packages/pyspf/trunk/debian/rules

Modified: packages/pyspf/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/pyspf/trunk/debian/changelog?rev=834&op=diff
==============================================================================
--- packages/pyspf/trunk/debian/changelog (original)
+++ packages/pyspf/trunk/debian/changelog Thu Jun 15 15:31:12 2006
@@ -1,3 +1,27 @@
+pyspf (1.6-4) UNRELEASED; urgency=low
+
+  * debian/control:
+    - Remove pabs from Uploaders field as requested.
+    - Move architecture indep dependencies from Build-Depends 
+      to Build-Depends-Indep.
+  * debian/rules:
+    - Add simple-patchsys support without patches.
+    
+  * New Python Policy Changes: (Closes: #373504)
+    + debian/control:
+      - Bump up cdbs dependency to >= 0.4.41.
+      - Bump up debhelper compatibility to 5.
+      - Add XS-Python-Version field.
+      - Depends on ${python:Depends} and not on python2.3.
+      - Add XB-Python-Version field.
+    + debian/rules:
+      - Add DEB_PYTHON_SYSTEM=pysupport
+      - Remove echo call since cdbs take care about this.
+    + debian/postinst && debian/prerm:
+      - Remove "hand made" python-support stuff, cdbs does this.
+      
+ -- Gustavo Franco <stratus at debian.org>  Thu, 15 Jun 2006 11:46:19 -0300
+
 pyspf (1.6-3) unstable; urgency=low
 
   * debian/rules: 

Modified: packages/pyspf/trunk/debian/compat
URL: http://svn.debian.org/wsvn/python-modules/packages/pyspf/trunk/debian/compat?rev=834&op=diff
==============================================================================
--- packages/pyspf/trunk/debian/compat (original)
+++ packages/pyspf/trunk/debian/compat Thu Jun 15 15:31:12 2006
@@ -1,1 +1,1 @@
-4
+5

Modified: packages/pyspf/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/pyspf/trunk/debian/control?rev=834&op=diff
==============================================================================
--- packages/pyspf/trunk/debian/control (original)
+++ packages/pyspf/trunk/debian/control Thu Jun 15 15:31:12 2006
@@ -2,16 +2,19 @@
 Section: python
 Priority: extra
 Maintainer: Gustavo Franco <stratus at debian.org>
-Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>, Guilherme de S. Pastore <guilherme.pastore at terra.com.br>, Paul Wise <pabs3 at bonedaddy.net> 
-Build-Depends: cdbs (>= 0.4.38), debhelper (>= 4.0.0), python-dev, python-all-dev
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>, Guilherme de S. Pastore <guilherme.pastore at terra.com.br>
+Build-Depends: cdbs (>= 0.4.41), debhelper (>= 5.0.37.1)
+Build-Depends-Indep: python, python-dev, python-all-dev
+XS-Python-Version: all
 Standards-Version: 3.7.2
 
 Package: python-spf
 Architecture: all
-Depends: python (>= 2.3), python-support, python-dns
+Depends: ${python:Depends}, python-dns
 Provides: python2.3-spf, python2.4-spf
 Replaces: python2.3-spf, python2.4-spf
 Conflicts: python2.3-spf, python2.4-spf
+XB-Python-Version: ${python:Versions}
 Description: sender policy framework (SPF) module for Python
  This module provides SPF (Sender Policy Framework).
  .

Modified: packages/pyspf/trunk/debian/pyspf.postinst
URL: http://svn.debian.org/wsvn/python-modules/packages/pyspf/trunk/debian/pyspf.postinst?rev=834&op=diff
==============================================================================
--- packages/pyspf/trunk/debian/pyspf.postinst (original)
+++ packages/pyspf/trunk/debian/pyspf.postinst Thu Jun 15 15:31:12 2006
@@ -4,6 +4,3 @@
 
 #DEBHELPER#
 
-if [ "$1" = "configure" ] && which update-python-modules >/dev/null 2>&1; then
-        update-python-modules -i /usr/share/python-support/pyspf
-fi

Modified: packages/pyspf/trunk/debian/pyspf.prerm
URL: http://svn.debian.org/wsvn/python-modules/packages/pyspf/trunk/debian/pyspf.prerm?rev=834&op=diff
==============================================================================
--- packages/pyspf/trunk/debian/pyspf.prerm (original)
+++ packages/pyspf/trunk/debian/pyspf.prerm Thu Jun 15 15:31:12 2006
@@ -4,6 +4,3 @@
 
 #DEBHELPER#
 
-if which update-python-modules >/dev/null 2>&1; then
-        update-python-modules -c -i /usr/share/python-support/pyspf
-fi

Modified: packages/pyspf/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/pyspf/trunk/debian/rules?rev=834&op=diff
==============================================================================
--- packages/pyspf/trunk/debian/rules (original)
+++ packages/pyspf/trunk/debian/rules Thu Jun 15 15:31:12 2006
@@ -1,14 +1,12 @@
 #!/usr/bin/make -f
 # -*- mode: makefile; coding: utf-8 -*-
+
+DEB_PYTHON_SYSTEM=pysupport
 
 # python-distutils before debhelper to avoid it calling dh_python by itself
 include /usr/share/cdbs/1/class/python-distutils.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
-
-DEB_PYTHON_INSTALL_ARGS_ALL += --install-lib usr/share/python-support/pyspf
-
-binary-install/python-spf::
-	echo "2.3-" >debian/python-spf/usr/share/python-support/pyspf/.version
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
 clean::
 	find -name '*.pyo' -exec rm -f {} \;




More information about the Python-modules-commits mailing list