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

kitterman at users.alioth.debian.org kitterman at users.alioth.debian.org
Sat May 17 06:56:16 UTC 2014


    Date: Saturday, May 17, 2014 @ 06:56:15
  Author: kitterman
Revision: 28956

* Team upload.
* Add Breaks: python-repoze.who (<< 1.0.18-4~) to avoid issues with
  dh_python2/python-support conversion (Closes: #744367) 
* Remove pointless python-Provides

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

Modified: packages/python-repoze.lru/trunk/debian/changelog
===================================================================
--- packages/python-repoze.lru/trunk/debian/changelog	2014-05-17 05:58:46 UTC (rev 28955)
+++ packages/python-repoze.lru/trunk/debian/changelog	2014-05-17 06:56:15 UTC (rev 28956)
@@ -1,3 +1,12 @@
+python-repoze.lru (0.6-5) unstable; urgency=medium
+
+  * Team upload.
+  * Add Breaks: python-repoze.who (<< 1.0.18-4~) to avoid issues with
+    dh_python2/python-support conversion (Closes: #744367) 
+  * Remove pointless python-Provides
+
+ -- Scott Kitterman <scott at kitterman.com>  Sat, 17 May 2014 02:34:11 -0400
+
 python-repoze.lru (0.6-4) unstable; urgency=medium
 
   * The tests appear to pass now, revert 0.6-3. (Closes: #739893)

Modified: packages/python-repoze.lru/trunk/debian/control
===================================================================
--- packages/python-repoze.lru/trunk/debian/control	2014-05-17 05:58:46 UTC (rev 28955)
+++ packages/python-repoze.lru/trunk/debian/control	2014-05-17 06:56:15 UTC (rev 28956)
@@ -13,7 +13,7 @@
 Package: python-repoze.lru
 Architecture: all
 Depends: ${python:Depends}, ${misc:Depends}
-Provides: ${python:Provides}
+Breaks: python-repoze.who (<< 1.0.18-4~)
 Description: tiny LRU cache implementation and decorator
  repoze.lru is a LRU (least recently used) cache implementation. Keys and
  values that are not used frequently will be evicted from the cache faster




More information about the Python-modules-commits mailing list