[Python-modules-commits] r840 - in
/packages/configobj/trunk/debian: changelog compat control
python-configobj.postinst python-configobj.prerm rules
kov at users.alioth.debian.org
kov at users.alioth.debian.org
Thu Jun 15 20:57:29 UTC 2006
Author: kov
Date: Thu Jun 15 20:57:28 2006
New Revision: 840
URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=840
Log:
implementing the new Python Policy
Removed:
packages/configobj/trunk/debian/python-configobj.postinst
packages/configobj/trunk/debian/python-configobj.prerm
Modified:
packages/configobj/trunk/debian/changelog
packages/configobj/trunk/debian/compat
packages/configobj/trunk/debian/control
packages/configobj/trunk/debian/rules
Modified: packages/configobj/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/configobj/trunk/debian/changelog?rev=840&op=diff
==============================================================================
--- packages/configobj/trunk/debian/changelog (original)
+++ packages/configobj/trunk/debian/changelog Thu Jun 15 20:57:28 2006
@@ -7,8 +7,17 @@
- moved python and python-setuptools to Build-Depends, since they
are needed in the clean target
- increased Standards-Version to 3.7.2 with no changes
+ - build-depend on the versions of cdbs, debhelper and python-support
+ which implement the new Python Policy
+ - add the python X-headers, and replaced the Dependencies with a
+ substitution variable that will be filled by the packaging tools
+ * debian/python-configobj.{postinst,prerm}:
+ - removed; will be created automatically by dh_pysupport
+ * debian/rules:
+ - removed hack to avoid calling dh_python: it will now help instead
+ of mess
- -- Gustavo Noronha Silva <kov at debian.org> Sat, 27 May 2006 14:36:59 -0300
+ -- Gustavo Noronha Silva <kov at debian.org> Thu, 15 Jun 2006 17:57:13 -0300
configobj (4.3.1-1) unstable; urgency=low
Modified: packages/configobj/trunk/debian/compat
URL: http://svn.debian.org/wsvn/python-modules/packages/configobj/trunk/debian/compat?rev=840&op=diff
==============================================================================
--- packages/configobj/trunk/debian/compat (original)
+++ packages/configobj/trunk/debian/compat Thu Jun 15 20:57:28 2006
@@ -1,1 +1,1 @@
-4
+5
Modified: packages/configobj/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/configobj/trunk/debian/control?rev=840&op=diff
==============================================================================
--- packages/configobj/trunk/debian/control (original)
+++ packages/configobj/trunk/debian/control Thu Jun 15 20:57:28 2006
@@ -3,13 +3,15 @@
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.6a9-1)
+Build-Depends: cdbs (>= 0.4.41), debhelper (>= 5.0.37.1), python, python-setuptools (>= 0.6a9-1), python-support (>= 0.2.3)
Build-Depends-Indep: python-dev
Standards-Version: 3.7.2
+XS-Python-Version: all
Package: python-configobj
Architecture: all
-Depends: python (>= 2.3), python (<< 2.5), python-support
+XB-Python-Version: ${python:Versions}
+Depends: ${python:Depends}
Description: a simple but powerful config file reader and writer for Python
ConfigObj is a simple but powerful config file reader and writer: an
ini file round tripper. Its main feature is that it is very easy to
Modified: packages/configobj/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/configobj/trunk/debian/rules?rev=840&op=diff
==============================================================================
--- packages/configobj/trunk/debian/rules (original)
+++ packages/configobj/trunk/debian/rules Thu Jun 15 20:57:28 2006
@@ -1,10 +1,8 @@
#!/usr/bin/make -f
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_COMPRESS_EXCLUDE = .js
More information about the Python-modules-commits
mailing list