[Python-modules-commits] r22147 - 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:41:57 UTC 2012
Date: Wednesday, June 13, 2012 @ 02:41:56
Author: eriol-guest
Revision: 22147
Added python-serial to python-circuits' Recommends and python3-serial to
python3-circuits' Recommends
Modified:
packages/circuits/trunk/debian/changelog
packages/circuits/trunk/debian/control
Modified: packages/circuits/trunk/debian/changelog
===================================================================
--- packages/circuits/trunk/debian/changelog 2012-06-13 02:25:05 UTC (rev 22146)
+++ packages/circuits/trunk/debian/changelog 2012-06-13 02:41:56 UTC (rev 22147)
@@ -26,6 +26,8 @@
- Added python-pkg-resources to python-circuits' Depends and
python3-pkg-resources to python3-circuits' Depends
- Moved python-pyinotify from Suggests to Depends
+ - Added python-serial to python-circuits' Recommends and
+ python3-serial to python3-circuits' Recommends
* 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-13 02:25:05 UTC (rev 22146)
+++ packages/circuits/trunk/debian/control 2012-06-13 02:41:56 UTC (rev 22147)
@@ -26,11 +26,13 @@
Package: python-circuits
Architecture: all
Depends:
+ ${misc:Depends},
${python:Depends},
- ${misc:Depends},
python-pkg-resources,
- python-pyinotify
-Recommends: python-multiprocessing | python (>= 2.6)
+ python-pyinotify,
+Recommends:
+ python-multiprocessing | python (>= 2.6),
+ python-serial
Suggests: python-pygame, python-gtk2
Description: event-driven framework with a component architecture
circuits is an event-driven framework with a focus on Component
@@ -53,6 +55,7 @@
${misc:Depends},
${python3:Depends},
python3-pkg-resources,
+Recommends: python3-serial
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