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

eriol-guest at users.alioth.debian.org eriol-guest at users.alioth.debian.org
Sun Jul 19 19:07:00 UTC 2015


    Date: Sunday, July 19, 2015 @ 19:06:59
  Author: eriol-guest
Revision: 33402

Move python{,3}-serial from Recommends to Suggests

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

Modified: packages/circuits/trunk/debian/changelog
===================================================================
--- packages/circuits/trunk/debian/changelog	2015-07-19 18:22:11 UTC (rev 33401)
+++ packages/circuits/trunk/debian/changelog	2015-07-19 19:06:59 UTC (rev 33402)
@@ -12,10 +12,11 @@
     - Remove python-coverage and python{,3}-pytest from Build-Depends.
   * debian/control
     - Remove python{,3}-pyinotify from Build-Depends and Depends.
-    - Remove python-imaging, python-multiprocessing, python-routes and
-      python{,3}-serial from Recommends.
+    - Remove python-imaging, python-multiprocessing and python-routes from
+      Recommends.
     - Remove python{,3}-six from Depends since the embedded copy is modified
       by upstream.
+    - Move python{,3}-serial from Recommends to Suggests.
     - Bump Standards-Version to 3.9.6 (no changes needed).
     - Update Homepage field.
   * debian/copyright

Modified: packages/circuits/trunk/debian/control
===================================================================
--- packages/circuits/trunk/debian/control	2015-07-19 18:22:11 UTC (rev 33401)
+++ packages/circuits/trunk/debian/control	2015-07-19 19:06:59 UTC (rev 33402)
@@ -24,6 +24,7 @@
  ${misc:Depends},
  ${python:Depends},
  python-pkg-resources,
+Suggests: python-serial
 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
@@ -45,6 +46,7 @@
  ${misc:Depends},
  ${python3:Depends},
  python3-pkg-resources,
+Suggests: 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