[Python-modules-commits] r22139 - in packages/circuits/trunk/debian (changelog control)

eriol-guest at users.alioth.debian.org eriol-guest at users.alioth.debian.org
Tue Jun 12 05:57:44 UTC 2012


    Date: Tuesday, June 12, 2012 @ 05:57:42
  Author: eriol-guest
Revision: 22139

Added python-pkg-resources to python-circuits' Depends and
python3-pkg-resources to python3-circuits' Depends

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

Modified: packages/circuits/trunk/debian/changelog
===================================================================
--- packages/circuits/trunk/debian/changelog	2012-06-12 04:44:19 UTC (rev 22138)
+++ packages/circuits/trunk/debian/changelog	2012-06-12 05:57:42 UTC (rev 22139)
@@ -23,6 +23,8 @@
       at build time
     - Switched from XS-Python-Version to X-Python-Version and added
       X-Python3-Version
+    - Added python-pkg-resources to python-circuits' Depends and
+      python3-pkg-resources to python3-circuits' Depends
   * debian/patches/01_use_issuetraker_instead_of_bitbucket.patch
     - Use python-sphinxcontrib.issuetracker instead of sphinxcontrib-bitbucket
       because the latter is not packaged for Debian and it does't add more

Modified: packages/circuits/trunk/debian/control
===================================================================
--- packages/circuits/trunk/debian/control	2012-06-12 04:44:19 UTC (rev 22138)
+++ packages/circuits/trunk/debian/control	2012-06-12 05:57:42 UTC (rev 22139)
@@ -25,7 +25,10 @@
 
 Package: python-circuits
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}
+Depends:
+ ${python:Depends},
+ ${misc:Depends},
+ python-pkg-resources
 Recommends: python-multiprocessing | python (>= 2.6)
 Suggests: python-pyinotify, python-pygame, python-gtk2
 Description: event-driven framework with a component architecture
@@ -45,7 +48,10 @@
 
 Package: python3-circuits
 Architecture: all
-Depends: ${misc:Depends}, ${python3:Depends}
+Depends:
+ ${misc:Depends},
+ ${python3:Depends},
+ python3-pkg-resources,
 Suggests: python-pyinotify, python-pygame, python-gtk2
 Description: event-driven framework with a component architecture (Python3 version)
  circuits is an event-driven framework with a focus on Component




More information about the Python-modules-commits mailing list