[Python-modules-commits] r21533 - in packages/simplegeneric/trunk/debian (changelog control)

eriol-guest at users.alioth.debian.org eriol-guest at users.alioth.debian.org
Fri May 4 02:26:13 UTC 2012


    Date: Friday, May 4, 2012 @ 02:26:11
  Author: eriol-guest
Revision: 21533

Removed Provides: /usr/share/man/man1/python.1.gz

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

Modified: packages/simplegeneric/trunk/debian/changelog
===================================================================
--- packages/simplegeneric/trunk/debian/changelog	2012-05-04 02:02:19 UTC (rev 21532)
+++ packages/simplegeneric/trunk/debian/changelog	2012-05-04 02:26:11 UTC (rev 21533)
@@ -9,8 +9,9 @@
     - Switched to dh_python2. Thanks to Julian Taylor for the report
       and the patch (Closes: #631408)
     - Bumped Standards-Version to 3.9.3 (no changes needed)
+    - Removed Provides: ${python:Provides}
 
- -- Daniele Tricoli <eriol at mornie.org>  Fri, 04 May 2012 03:57:37 +0200
+ -- Daniele Tricoli <eriol at mornie.org>  Fri, 04 May 2012 04:17:59 +0200
 
 simplegeneric (0.7-1) unstable; urgency=low
 

Modified: packages/simplegeneric/trunk/debian/control
===================================================================
--- packages/simplegeneric/trunk/debian/control	2012-05-04 02:02:19 UTC (rev 21532)
+++ packages/simplegeneric/trunk/debian/control	2012-05-04 02:26:11 UTC (rev 21533)
@@ -14,7 +14,6 @@
 Package: python-simplegeneric
 Architecture: all
 Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
-Provides: ${python:Provides}
 Description: Simple generic functions for Python
  The simplegeneric module lets you define simple single-dispatch generic
  functions, akin to Python's built-in generic functions like len(), iter() and




More information about the Python-modules-commits mailing list