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

kov at users.alioth.debian.org kov at users.alioth.debian.org
Sat Apr 21 15:07:50 UTC 2007


Author: kov
Date: Sat Apr 21 15:07:49 2007
New Revision: 2130

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=2130
Log:
updating Python-specifid handling according to
http://wiki.debian.org/DebianPython/NewPolicy

Removed:
    packages/configobj/trunk/debian/pycompat
Modified:
    packages/configobj/trunk/debian/changelog
    packages/configobj/trunk/debian/control

Modified: packages/configobj/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/configobj/trunk/debian/changelog?rev=2130&op=diff
==============================================================================
--- packages/configobj/trunk/debian/changelog (original)
+++ packages/configobj/trunk/debian/changelog Sat Apr 21 15:07:49 2007
@@ -1,8 +1,21 @@
 configobj (4.3.2-3) UNRELEASED; urgency=low
 
+  [ Piotr Ozarowski ]
   * Added XS-Vcs-Svn field
 
- -- Piotr Ozarowski <ozarow at gmail.com>  Thu, 23 Nov 2006 14:44:39 +0100
+  [ Gustavo Noronha Silva ]
+  * debian/control:
+  - moved python-dev and python-support from build-deps-indep
+    to build-deps, since they are needed to satisfy clean
+    target
+  - replaced python-dev with python-all-dev (>= 2.3.5-11), following
+    the wiki NewPolicy documentation
+  - updated python-support version requirement to 0.5.3, also according
+    to the NewPolicy documentation
+  * debian/pycompat:
+  - removed, according to the NewPolicy on wiki
+
+ -- Gustavo Noronha Silva <kov at debian.org>  Sat, 21 Apr 2007 12:05:36 -0300
 
 configobj (4.3.2-2) unstable; urgency=low
 

Modified: packages/configobj/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/configobj/trunk/debian/control?rev=2130&op=diff
==============================================================================
--- packages/configobj/trunk/debian/control (original)
+++ packages/configobj/trunk/debian/control Sat Apr 21 15:07:49 2007
@@ -3,8 +3,7 @@
 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.42), debhelper (>= 5.0.37.2), python-setuptools (>= 0.6a9-1)
-Build-Depends-Indep: python-dev, python-support (>= 0.3)
+Build-Depends: cdbs (>= 0.4.42), debhelper (>= 5.0.37.2), python-setuptools (>= 0.6a9-1), python-all-dev (>= 2.3.5-11), python-support (>= 0.5.3)
 Standards-Version: 3.7.2
 XS-Python-Version: all
 XS-Vcs-Svn: svn://svn.debian.org/python-modules/packages/configobj/trunk/
@@ -12,7 +11,7 @@
 Package: python-configobj
 Architecture: all
 XB-Python-Version: ${python:Versions}
-Depends: ${python:Depends}
+Depends: ${python:Depends}, ${misc: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




More information about the Python-modules-commits mailing list