[Python-modules-commits] r1004 - in /packages/configobj/trunk/debian: changelog control pycompat rules

kov at users.alioth.debian.org kov at users.alioth.debian.org
Fri Jun 23 18:49:07 UTC 2006


Author: kov
Date: Fri Jun 23 18:49:03 2006
New Revision: 1004

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=1004
Log:
  * debian/pycompat:
  - added; track policy version
  * debian/control, debian/rules:
  - updated to python-support 0.3

Added:
    packages/configobj/trunk/debian/pycompat
Modified:
    packages/configobj/trunk/debian/changelog
    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=1004&op=diff
==============================================================================
--- packages/configobj/trunk/debian/changelog (original)
+++ packages/configobj/trunk/debian/changelog Fri Jun 23 18:49:03 2006
@@ -4,8 +4,12 @@
   - rename the egg info directory so that easy_install and others
     will not ignore it because there is a python version number
     (Closes: #373935)
+  * debian/pycompat:
+  - added; track policy version
+  * debian/control, debian/rules:
+  - updated to python-support 0.3
 
- -- Gustavo Noronha Silva <kov at debian.org>  Thu, 15 Jun 2006 19:46:57 -0300
+ -- Gustavo Noronha Silva <kov at debian.org>  Fri, 23 Jun 2006 15:47:24 -0300
 
 configobj (4.3.2-1) unstable; urgency=low
 

Modified: packages/configobj/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/configobj/trunk/debian/control?rev=1004&op=diff
==============================================================================
--- packages/configobj/trunk/debian/control (original)
+++ packages/configobj/trunk/debian/control Fri Jun 23 18:49:03 2006
@@ -3,8 +3,8 @@
 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 (>= 0.4.41), debhelper (>= 5.0.37.1), python-setuptools (>= 0.6a9-1)
-Build-Depends-Indep: python-dev, python-support (>= 0.2.3)
+Build-Depends: cdbs (>= 0.4.42), debhelper (>= 5.0.37.2), python-setuptools (>= 0.6a9-1)
+Build-Depends-Indep: python-dev, python-support (>= 0.3)
 Standards-Version: 3.7.2
 XS-Python-Version: all
 
@@ -12,7 +12,6 @@
 Architecture: all
 XB-Python-Version: ${python:Versions}
 Depends: ${python:Depends}
-Provides: ${python:Provides}
 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

Added: packages/configobj/trunk/debian/pycompat
URL: http://svn.debian.org/wsvn/python-modules/packages/configobj/trunk/debian/pycompat?rev=1004&op=file
==============================================================================
--- packages/configobj/trunk/debian/pycompat (added)
+++ packages/configobj/trunk/debian/pycompat Fri Jun 23 18:49:03 2006
@@ -1,0 +1,1 @@
+2

Modified: packages/configobj/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/configobj/trunk/debian/rules?rev=1004&op=diff
==============================================================================
--- packages/configobj/trunk/debian/rules (original)
+++ packages/configobj/trunk/debian/rules Fri Jun 23 18:49:03 2006
@@ -9,8 +9,6 @@
 
 DEB_COMPRESS_EXCLUDE = .js
 DEB_PYTHON_INSTALL_ARGS_ALL += --single-version-externally-managed --install-lib usr/share/python-support/python-configobj
-# hack to workaround CDBS bug -- see #373678
-DEB_PYTHON_INSTALL_ARGS := ${DEB_PYTHON_INSTALL_ARGS_ALL}
 DEB_INSTALL_CHANGELOGS_ALL += CONFIGOBJ_CHANGELOG_TODO.txt
 
 UPSTREAM_VERSION=$(shell dpkg-parsechangelog | grep ^Version: | cut -d ' ' -f 2 | cut -d '-' -f 1)
@@ -22,6 +20,4 @@
 	-rm -rf debian/python-configobj/usr/lib/
 
 clean::
-	# hack (CDBS bug -- see #300149)
-	-rm -rf build configobj.egg-info
-	-find . -name '*.py[co]' -exec rm {} \;
+	-rm -rf configobj.egg-info




More information about the Python-modules-commits mailing list