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

fladi-guest at users.alioth.debian.org fladi-guest at users.alioth.debian.org
Thu Jan 20 06:09:41 UTC 2011


    Date: Thursday, January 20, 2011 @ 06:09:22
  Author: fladi-guest
Revision: 15376

Add DPMT as maintainers.
Prefer python2.6 over python2.5.

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

Modified: packages/importlib/trunk/debian/changelog
===================================================================
--- packages/importlib/trunk/debian/changelog	2011-01-20 00:13:44 UTC (rev 15375)
+++ packages/importlib/trunk/debian/changelog	2011-01-20 06:09:22 UTC (rev 15376)
@@ -7,8 +7,9 @@
   * Update to Debian policy 3.9.1 (nothing to do).
   * Change from cdbs to dh.
   * Drop fix_setup.patch as it's now included upstream.
+  * Set DPMT as Maintainer and myself as uploader.
 
- -- Fladischer Michael <FladischerMichael at fladi.at>  Wed, 19 Jan 2011 15:11:36 +0100
+ -- Fladischer Michael <FladischerMichael at fladi.at>  Thu, 20 Jan 2011 07:01:55 +0100
 
 importlib (1.0.1-2) unstable; urgency=low
 

Modified: packages/importlib/trunk/debian/control
===================================================================
--- packages/importlib/trunk/debian/control	2011-01-20 00:13:44 UTC (rev 15375)
+++ packages/importlib/trunk/debian/control	2011-01-20 06:09:22 UTC (rev 15376)
@@ -1,9 +1,10 @@
 Source: importlib
 Section: python
 Priority: extra
-Maintainer: Fladischer Michael <FladischerMichael at fladi.at>
-Uploaders: David Watson <dwatson at debian.org>
-Build-Depends: debhelper (>= 7), python-support, python2.5 | python2.6
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Fladischer Michael <FladischerMichael at fladi.at>,
+ David Watson <dwatson at debian.org>
+Build-Depends: debhelper (>= 7), python-support, python2.6 | python2.5
 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 +12,7 @@
 
 Package: python-importlib
 Architecture: all
-Depends: python2.5 | python2.6, python-support (>= 0.90.0), ${misc:Depends}
+Depends: python2.6 | python2.5, 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