[Python-modules-commits] r8279 - in packages/circuits/trunk/debian (4 files)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Sat Apr 18 22:16:13 UTC 2009


    Date: Saturday, April 18, 2009 @ 22:16:12
  Author: morph
Revision: 8279

  - added 'python-multiprocessing' to Recommends
  - added 'python-pyinotify', 'python-pygame' to Suggests
* debian/rules
  - add doc building and test execution (this is still not-fully supported)

Added:
  packages/circuits/trunk/debian/TODO
Modified:
  packages/circuits/trunk/debian/changelog
  packages/circuits/trunk/debian/control
  packages/circuits/trunk/debian/rules

Added: packages/circuits/trunk/debian/TODO
===================================================================
--- packages/circuits/trunk/debian/TODO	                        (rev 0)
+++ packages/circuits/trunk/debian/TODO	2009-04-18 22:16:12 UTC (rev 8279)
@@ -0,0 +1,3 @@
+- currently pyinotify support doesn't work, upstream is working on it
+- tests are run with '-' to avoid abort on errors due to inotify
+- 1.2 will have gtk driver too, add it to Suggests when that will happen

Modified: packages/circuits/trunk/debian/changelog
===================================================================
--- packages/circuits/trunk/debian/changelog	2009-04-18 22:08:14 UTC (rev 8278)
+++ packages/circuits/trunk/debian/changelog	2009-04-18 22:16:12 UTC (rev 8279)
@@ -1,12 +1,15 @@
 circuits (1.1.1-1) UNRELEASED; urgency=low
 
   * debian/control
-    - added 'python-multiprocessing', 'python-pyinotify' to Depends
+    - added 'python-multiprocessing' to Recommends
+    - added 'python-pyinotify', 'python-pygame' to Suggests
     - added 'snakefood' (generate dependencies graphs) and 'python-pyinotify'
       (to run tests) to b-d-i
     - bump Standards-Version to 3.8.1 (no changes needed)
+  * debian/rules
+    - add doc building and test execution (this is still not-fully supported)
 
- -- Sandro Tosi <morph at debian.org>  Sat, 18 Apr 2009 22:31:27 +0200
+ -- Sandro Tosi <morph at debian.org>  Sat, 18 Apr 2009 23:42:30 +0200
 
 circuits (1.0b1-1) unstable; urgency=low
 

Modified: packages/circuits/trunk/debian/control
===================================================================
--- packages/circuits/trunk/debian/control	2009-04-18 22:08:14 UTC (rev 8278)
+++ packages/circuits/trunk/debian/control	2009-04-18 22:16:12 UTC (rev 8279)
@@ -13,7 +13,9 @@
 
 Package: python-circuits
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python-multiprocessing, python-pyinotify, python-pygame
+Depends: ${python:Depends}, ${misc:Depends}
+Recommends: python-multiprocessing
+Suggests: python-pyinotify, python-pygame
 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

Modified: packages/circuits/trunk/debian/rules
===================================================================
--- packages/circuits/trunk/debian/rules	2009-04-18 22:08:14 UTC (rev 8278)
+++ packages/circuits/trunk/debian/rules	2009-04-18 22:16:12 UTC (rev 8279)
@@ -13,6 +13,8 @@
 	$(MAKE) docs
 
 	$(MAKE) -C docs/graphs
+
+	-$(MAKE) tests
 	
 	touch $@
 




More information about the Python-modules-commits mailing list