[Python-modules-commits] r962 - in /packages/turbokid/trunk/debian: changelog control python-turbokid.postinst python-turbokid.prerm rules

kov at users.alioth.debian.org kov at users.alioth.debian.org
Tue Jun 20 02:55:05 UTC 2006


Author: kov
Date: Tue Jun 20 02:55:04 2006
New Revision: 962

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=962
Log:
supporting the new Python Policy and fixing the dependencies

Removed:
    packages/turbokid/trunk/debian/python-turbokid.postinst
    packages/turbokid/trunk/debian/python-turbokid.prerm
Modified:
    packages/turbokid/trunk/debian/changelog
    packages/turbokid/trunk/debian/control
    packages/turbokid/trunk/debian/rules

Modified: packages/turbokid/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/turbokid/trunk/debian/changelog?rev=962&op=diff
==============================================================================
--- packages/turbokid/trunk/debian/changelog (original)
+++ packages/turbokid/trunk/debian/changelog Tue Jun 20 02:55:04 2006
@@ -1,6 +1,9 @@
 turbokid (0.9.6-2) UNRELEASED; urgency=low
 
-  * NOT RELEASED YET
+  * debian/control, debian/rules:
+  - support the new Python Policy
+  * debina/python-turbokid.{postinst,prerm}:
+  - removed; now generated by dh_pysupport
 
  -- Gustavo Noronha Silva <kov at debian.org>  Sat, 20 May 2006 14:23:54 -0300
 

Modified: packages/turbokid/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/turbokid/trunk/debian/control?rev=962&op=diff
==============================================================================
--- packages/turbokid/trunk/debian/control (original)
+++ packages/turbokid/trunk/debian/control Tue Jun 20 02:55:04 2006
@@ -3,13 +3,16 @@
 Priority: optional
 Maintainer: Gustavo Noronha Silva <kov at debian.org>
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: cdbs, debhelper (>= 4.1.0), python, python-setuptools (>= 0.6a11-1)
-Build-Depends-Indep: python-dev
+Build-Depends: cdbs (>= 0.4.42), debhelper (>= 5.0.37.1), python, python-setuptools (>= 0.6b3-1)
+Build-Depends-Indep: python-all-dev (>= 2.3.5-10), python-support (>= 0.2.3)
 Standards-Version: 3.7.2
+XS-Python-Standards-Version: 0.4
+XS-Python-Version: all, >= 2.4
 
 Package: python-turbokid
 Architecture: all
-Depends: python (>= 2.4) | python2.4, python (<< 2.5) | python2.4, python-support, python-kid (>= 0.9.1), python2.4-setuptools
+Depends: ${python:Depends}, python-kid (>= 0.9.1), python-setuptools (>= 0.6b3-1)
+XB-Python-Version: ${python:Versions}
 Description: TurboGears template plugin that supports Kid templates
  This package enables the use of kid templates in the TurboGears
  megaframework.

Modified: packages/turbokid/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/turbokid/trunk/debian/rules?rev=962&op=diff
==============================================================================
--- packages/turbokid/trunk/debian/rules (original)
+++ packages/turbokid/trunk/debian/rules Tue Jun 20 02:55:04 2006
@@ -1,18 +1,15 @@
 #!/usr/bin/make -f
 
+DEB_PYTHON_SYSTEM := pysupport
+
 include /usr/share/cdbs/1/rules/buildcore.mk
-# python-distutils before debhelper to avoid it calling dh_python
-# itself
+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_PYTHON_INSTALL_ARGS_ALL = --single-version-externally-managed --no-compile -O0 --install-lib usr/share/python-support/python-turbokid --install-data usr/share/doc/python-turbokid
+DEB_PYTHON_INSTALL_ARGS_ALL += --single-version-externally-managed \
+	--install-lib usr/share/python-support/python-turbokid --install-data usr/share/doc/python-turbokid
 
 binary-post-install/python-turbokid::
 	install -D -o root -g root -m 644 debian/python-support.version \
 		debian/python-turbokid/usr/share/python-support/python-turbokid/.version
-
-clean::
-	# hack (CDBS bug -- see #300149)
-	-rm -rf build




More information about the Python-modules-commits mailing list