[Python-modules-commits] r15361 - in packages/importlib/trunk/debian (changelog control)

fladi-guest at users.alioth.debian.org fladi-guest at users.alioth.debian.org
Wed Jan 19 14:35:28 UTC 2011


    Date: Wednesday, January 19, 2011 @ 14:35:14
  Author: fladi-guest
Revision: 15361

Manually maintain dependencies.

Modified:
  packages/importlib/trunk/debian/changelog
  packages/importlib/trunk/debian/control

Modified: packages/importlib/trunk/debian/changelog
===================================================================
--- packages/importlib/trunk/debian/changelog	2011-01-19 13:25:47 UTC (rev 15360)
+++ packages/importlib/trunk/debian/changelog	2011-01-19 14:35:14 UTC (rev 15361)
@@ -1,12 +1,14 @@
 importlib (1.0.2-1) experimental; urgency=low
 
+  * New upstream release.
+  * Manually define python versions  instead of using ${python:Depends}
+    to no interfere with future python (>= 2.7) (Closes: #606711).
   * Remove explicit b-d on quilt (already done through source/format).
   * Update to Debian policy 3.9.1 (nothing to do).
   * Change from cdbs to dh.
-  * New upstream release.
   * Drop fix_setup.patch as it's now included upstream.
 
- -- Fladischer Michael <FladischerMichael at fladi.at>  Wed, 19 Jan 2011 09:26:37 +0100
+ -- Fladischer Michael <FladischerMichael at fladi.at>  Wed, 19 Jan 2011 15:11:36 +0100
 
 importlib (1.0.1-2) unstable; urgency=low
 

Modified: packages/importlib/trunk/debian/control
===================================================================
--- packages/importlib/trunk/debian/control	2011-01-19 13:25:47 UTC (rev 15360)
+++ packages/importlib/trunk/debian/control	2011-01-19 14:35:14 UTC (rev 15361)
@@ -3,7 +3,7 @@
 Priority: extra
 Maintainer: Fladischer Michael <FladischerMichael at fladi.at>
 Uploaders: David Watson <dwatson at debian.org>
-Build-Depends: debhelper (>= 7), python-support, python-all
+Build-Depends: debhelper (>= 7), python-support, python2.5 | python2.6
 Standards-Version: 3.9.1
 Homepage: http://pypi.python.org/pypi/importlib/
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/importlib/trunk/
@@ -11,7 +11,7 @@
 
 Package: python-importlib
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}
+Depends: python2.5 | python2.6, python-support (>= 0.90.0), ${misc:Depends}
 Description: Backport of importlib.import_module() from Python 2.7
  This package contains the code from importlib as found in Python 2.7. It is 
  provided so that people who wish to use importlib.import_module() with a 




More information about the Python-modules-commits mailing list