[Python-modules-commits] r21534 - 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:34:37 UTC 2012


    Date: Friday, May 4, 2012 @ 02:34:36
  Author: eriol-guest
Revision: 21534

Removed  from python-simplegeneric's Depends field

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:26:11 UTC (rev 21533)
+++ packages/simplegeneric/trunk/debian/changelog	2012-05-04 02:34:36 UTC (rev 21534)
@@ -5,13 +5,15 @@
     - Removed Cédric and added Debian Python Modules Team to Maintainer
       Thanks to Cédric Delfosse for his past work!
     - Added myself to Uploaders (Closes: #668915)
+    - Bumped Standards-Version to 3.9.3 (no changes needed)
+    - Removed Provides: ${python:Provides}
+    - Removed ${shlibs:Depends} from python-simplegeneric's Depends
+      field
   * debian/{control,rules}
     - 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 04:17:59 +0200
+ -- Daniele Tricoli <eriol at mornie.org>  Fri, 04 May 2012 04:31:45 +0200
 
 simplegeneric (0.7-1) unstable; urgency=low
 

Modified: packages/simplegeneric/trunk/debian/control
===================================================================
--- packages/simplegeneric/trunk/debian/control	2012-05-04 02:26:11 UTC (rev 21533)
+++ packages/simplegeneric/trunk/debian/control	2012-05-04 02:34:36 UTC (rev 21534)
@@ -13,7 +13,9 @@
 
 Package: python-simplegeneric
 Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
+Depends:
+ ${misc:Depends},
+ ${python:Depends}
 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