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

eriol-guest at users.alioth.debian.org eriol-guest at users.alioth.debian.org
Wed Jun 13 02:25:06 UTC 2012


    Date: Wednesday, June 13, 2012 @ 02:25:05
  Author: eriol-guest
Revision: 22146

Moved python-pyinotify from Suggests to 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 22:04:02 UTC (rev 22145)
+++ packages/circuits/trunk/debian/changelog	2012-06-13 02:25:05 UTC (rev 22146)
@@ -25,6 +25,7 @@
       X-Python3-Version
     - Added python-pkg-resources to python-circuits' Depends and
       python3-pkg-resources to python3-circuits' Depends
+    - Moved python-pyinotify from Suggests to 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 22:04:02 UTC (rev 22145)
+++ packages/circuits/trunk/debian/control	2012-06-13 02:25:05 UTC (rev 22146)
@@ -28,9 +28,10 @@
 Depends:
  ${python:Depends},
  ${misc:Depends},
- python-pkg-resources
+ python-pkg-resources,
+ python-pyinotify
 Recommends: python-multiprocessing | python (>= 2.6)
-Suggests: python-pyinotify, python-pygame, python-gtk2
+Suggests: python-pygame, python-gtk2
 Description: event-driven framework with a component architecture
  circuits is an event-driven framework with a focus on Component
  Software Architectures where System Functionality is defined in
@@ -52,7 +53,6 @@
  ${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
  Software Architectures where System Functionality is defined in




More information about the Python-modules-commits mailing list