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

morph at users.alioth.debian.org morph at users.alioth.debian.org
Sat Apr 18 20:58:32 UTC 2009


    Date: Saturday, April 18, 2009 @ 20:58:31
  Author: morph
Revision: 8274

* debian/control
  - added 'python-multiprocessing', 'python-pyinotify' to Depends
  - 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)

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

Modified: packages/circuits/trunk/debian/changelog
===================================================================
--- packages/circuits/trunk/debian/changelog	2009-04-17 22:49:26 UTC (rev 8273)
+++ packages/circuits/trunk/debian/changelog	2009-04-18 20:58:31 UTC (rev 8274)
@@ -1,15 +1,13 @@
-circuits (1.0b1-2) UNRELEASED; urgency=low
+circuits (1.1.1-1) UNRELEASED; urgency=low
 
-** TODO before next upload **
+  * debian/control
+    - added 'python-multiprocessing', 'python-pyinotify' to Depends
+    - 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)
 
-> Please add the explanation on
-> how the PDFs are generated in the next upload.
+ -- Sandro Tosi <morph at debian.org>  Sat, 18 Apr 2009 22:31:27 +0200
 
-Sure: now that we have snakefood in Debian too, we can even regenerate
-those PDFs.
-
- -- Sandro Tosi <morph at debian.org>  Sat, 07 Feb 2009 12:52:21 +0100
-
 circuits (1.0b1-1) unstable; urgency=low
 
   * Initial release (Closes: #460672)

Modified: packages/circuits/trunk/debian/control
===================================================================
--- packages/circuits/trunk/debian/control	2009-04-17 22:49:26 UTC (rev 8273)
+++ packages/circuits/trunk/debian/control	2009-04-18 20:58:31 UTC (rev 8274)
@@ -4,8 +4,8 @@
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Sandro Tosi <morph at debian.org>
 Build-Depends: debhelper (>= 7), python, python-setuptools
-Build-Depends-Indep: python-support
-Standards-Version: 3.8.0
+Build-Depends-Indep: python-support, snakefood, python-pyinotify
+Standards-Version: 3.8.1
 Homepage: http://trac.softcircuit.com.au/circuits/
 XS-Python-Version: >= 2.5
 Vcs-Svn: svn://svn.debian.org/svn/python-modules/packages/circuits/trunk/
@@ -13,7 +13,7 @@
 
 Package: python-circuits
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}
+Depends: ${python:Depends}, ${misc:Depends}, python-multiprocessing, 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/copyright
===================================================================
--- packages/circuits/trunk/debian/copyright	2009-04-17 22:49:26 UTC (rev 8273)
+++ packages/circuits/trunk/debian/copyright	2009-04-18 20:58:31 UTC (rev 8274)
@@ -46,3 +46,30 @@
     #
     # This program is free software under the GNU GPL (>=v2)
     On a Debian system it is available at: /usr/share/common-licenses/GPL-2
+
+circuits/lib/web/_httpauth.py
+Copyright (c) 2005, Tiago Cogumbreiro <cogumbreiro at users.sf.net>
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without modification, 
+are permitted provided that the following conditions are met:
+
+    * Redistributions of source code must retain the above copyright notice, 
+      this list of conditions and the following disclaimer.
+    * Redistributions in binary form must reproduce the above copyright notice, 
+      this list of conditions and the following disclaimer in the documentation 
+      and/or other materials provided with the distribution.
+    * Neither the name of Sylvain Hellegouarch nor the names of his contributors 
+      may be used to endorse or promote products derived from this software 
+      without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND 
+ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 
+WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 
+DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE 
+FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 
+DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR 
+SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER 
+CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, 
+OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 
+OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Modified: packages/circuits/trunk/debian/rules
===================================================================
--- packages/circuits/trunk/debian/rules	2009-04-17 22:49:26 UTC (rev 8273)
+++ packages/circuits/trunk/debian/rules	2009-04-18 20:58:31 UTC (rev 8274)
@@ -9,6 +9,10 @@
 	dh_testdir
 
 	python setup.py build;
+
+	$(MAKE) docs
+
+	$(MAKE) -C docs/graphs
 	
 	touch $@
 
@@ -22,7 +26,7 @@
 
 	find . -name '*\.pyc' -delete
 
-	dh_clean build-stamp
+	dh_clean build-stamp docs/graphs/*.pdf
 
 install: build
 	dh_testdir




More information about the Python-modules-commits mailing list