[Python-modules-commits] r905 - in /packages/ipy/trunk/debian: changelog control postinst prerm rules

hertzog at users.alioth.debian.org hertzog at users.alioth.debian.org
Sat Jun 17 22:44:11 UTC 2006


Author: hertzog
Date: Sat Jun 17 22:44:11 2006
New Revision: 905

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=905
Log:
Update for new python policy.

Removed:
    packages/ipy/trunk/debian/postinst
    packages/ipy/trunk/debian/prerm
Modified:
    packages/ipy/trunk/debian/changelog
    packages/ipy/trunk/debian/control
    packages/ipy/trunk/debian/rules

Modified: packages/ipy/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/ipy/trunk/debian/changelog?rev=905&op=diff
==============================================================================
--- packages/ipy/trunk/debian/changelog (original)
+++ packages/ipy/trunk/debian/changelog Sat Jun 17 22:44:11 2006
@@ -1,3 +1,9 @@
+ipy (0.42-6) unstable; urgency=low
+
+  * Updated for new Python policy. Closes: #373445
+
+ -- Raphael Hertzog <hertzog at debian.org>  Sun, 18 Jun 2006 00:18:16 +0200
+
 ipy (0.42-5) unstable; urgency=low
 
   * Now team maintaining the package within the Debian Python Modules Team

Modified: packages/ipy/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/ipy/trunk/debian/control?rev=905&op=diff
==============================================================================
--- packages/ipy/trunk/debian/control (original)
+++ packages/ipy/trunk/debian/control Sat Jun 17 22:44:11 2006
@@ -3,16 +3,18 @@
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Morten Werner Olsen <werner at debian.org>
-Build-Depends-Indep: python, python-dev
-Build-Depends: debhelper (>= 4.1.0), cdbs
+Build-Depends-Indep: python-dev (>= 2.3.5-10)
+Build-Depends: debhelper (>= 5.0.37.1), cdbs (>= 0.4.41)
+XS-Python-Version: >= 2.3
 Standards-Version: 3.6.2
 
 Package: python-ipy
 Architecture: all
-Depends: python (>= 2.3), python-support
+Depends: ${python:Depends}
 Provides: python2.3-ipy, python2.4-ipy
 Conflicts: python2.3-ipy, python2.4-ipy
 Replaces: python2.3-ipy, python2.4-ipy
+XB-Python-Version: ${python:Versions}
 Description: Python module for handling IPv4 and IPv6 addresses and networks
  IPy is a Python module for handling IPv4 and IPv6 addresses and
  networks in a fashion similar to perl's Net::IP and friends. The IP

Modified: packages/ipy/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/ipy/trunk/debian/rules?rev=905&op=diff
==============================================================================
--- packages/ipy/trunk/debian/rules (original)
+++ packages/ipy/trunk/debian/rules Sat Jun 17 22:44:11 2006
@@ -1,7 +1,9 @@
 #!/usr/bin/make -f
 
+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
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
 DEB_INSTALL_EXAMPLES_python-ipy = example/confbuilder example/confbuilder.py test/test_IPy.py
@@ -9,9 +11,3 @@
 clean::
 	-find . -name \*pyc -exec rm -f {} \;
 #	-rm -rf locales
-
-binary-post-install/python-ipy::
-	mkdir -p debian/python-ipy/usr/share/python-support/python-ipy
-	mv debian/python-ipy/usr/lib/python2.?/site-packages/IPy.py \
-		debian/python-ipy/usr/share/python-support/python-ipy/
-	rm -rf debian/python-ipy/usr/lib




More information about the Python-modules-commits mailing list