[Python-modules-commits] r9744 - in packages/python-repoze.who/trunk/debian (changelog control)

zack at users.alioth.debian.org zack at users.alioth.debian.org
Sun Sep 13 20:22:57 UTC 2009


    Date: Sunday, September 13, 2009 @ 20:22:56
  Author: zack
Revision: 9744

* bump Standards-Version to 3.8.3 (no changes needed)
* s/-setuptools/-pkg-resources/ in runtime deps, the full setuptools is
  not needed at runtime (Closes: #546428)

Modified:
  packages/python-repoze.who/trunk/debian/changelog
  packages/python-repoze.who/trunk/debian/control

Modified: packages/python-repoze.who/trunk/debian/changelog
===================================================================
--- packages/python-repoze.who/trunk/debian/changelog	2009-09-13 20:04:06 UTC (rev 9743)
+++ packages/python-repoze.who/trunk/debian/changelog	2009-09-13 20:22:56 UTC (rev 9744)
@@ -1,3 +1,11 @@
+python-repoze.who (1.0.15-2) unstable; urgency=low
+
+  * bump Standards-Version to 3.8.3 (no changes needed)
+  * s/-setuptools/-pkg-resources/ in runtime deps, the full setuptools is
+    not needed at runtime (Closes: #546428)
+
+ -- Stefano Zacchiroli <zack at debian.org>  Sun, 13 Sep 2009 22:21:22 +0200
+
 python-repoze.who (1.0.15-1) unstable; urgency=low
 
   * new upstream release

Modified: packages/python-repoze.who/trunk/debian/control
===================================================================
--- packages/python-repoze.who/trunk/debian/control	2009-09-13 20:04:06 UTC (rev 9743)
+++ packages/python-repoze.who/trunk/debian/control	2009-09-13 20:22:56 UTC (rev 9744)
@@ -14,7 +14,7 @@
  python-sphinx,
  python-zopeinterface,
  python-paste
-Standards-Version: 3.8.2
+Standards-Version: 3.8.3
 Homepage: http://www.repoze.org/
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-repoze.who/trunk/
 Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-repoze.who/trunk/
@@ -25,7 +25,7 @@
  ${misc:Depends},
  ${python:Depends},
  python-zopeinterface,
- python-setuptools,
+ python-pkg-resources,
  python-paste
 Description: Identification and authentication framework for Python WSGI applications
  repoze.who is an identification and authentication framework for




More information about the Python-modules-commits mailing list