[Python-modules-commits] r6849 - in packages/circuits/trunk (7 files)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Fri Nov 7 17:40:29 UTC 2008


    Date: Friday, November 7, 2008 @ 17:40:28
  Author: morph
Revision: 6849

[svn-inject] Applying Debian modifications to trunk

Added:
  packages/circuits/trunk/debian/
  packages/circuits/trunk/debian/changelog
  packages/circuits/trunk/debian/compat
  packages/circuits/trunk/debian/control
  packages/circuits/trunk/debian/copyright
  packages/circuits/trunk/debian/rules
  packages/circuits/trunk/debian/watch


Property changes on: packages/circuits/trunk/debian
___________________________________________________________________
Name: mergeWithUpstream
   + 1

Added: packages/circuits/trunk/debian/changelog
===================================================================
--- packages/circuits/trunk/debian/changelog	                        (rev 0)
+++ packages/circuits/trunk/debian/changelog	2008-11-07 17:40:28 UTC (rev 6849)
@@ -0,0 +1,5 @@
+circuits (1.0a1-1) UNRELEASED; urgency=low
+
+  * Initial release (Closes: #460672)
+
+ -- Sandro Tosi <morph at debian.org>  Fri, 07 Nov 2008 17:19:27 +0100

Added: packages/circuits/trunk/debian/compat
===================================================================
--- packages/circuits/trunk/debian/compat	                        (rev 0)
+++ packages/circuits/trunk/debian/compat	2008-11-07 17:40:28 UTC (rev 6849)
@@ -0,0 +1 @@
+7

Added: packages/circuits/trunk/debian/control
===================================================================
--- packages/circuits/trunk/debian/control	                        (rev 0)
+++ packages/circuits/trunk/debian/control	2008-11-07 17:40:28 UTC (rev 6849)
@@ -0,0 +1,29 @@
+Source: circuits
+Section: python
+Priority: optional
+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-central (>= 0.5.6)
+Standards-Version: 3.8.0
+Homepage: http://trac.softcircuit.com.au/circuits/
+XS-Python-Version: all
+Vcs-Svn: svn://svn.debian.org/svn/python-modules/packages/circuits/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/circuits/trunk/
+
+Package: circuits
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}
+Description: event-driven framework
+ circuits is an event-driven framework with a focus on Component
+ Software Architectures where System Functionality is defined in
+ Components. Components communicate with one another by propagating
+ events throughout the system. Each Component can react to events and
+ expose events to other parts of the system Components are able to
+ manage their own events and can also be linked to other Components.
+ .
+ Circuits has a clean architecture and has no external dependencies on
+ any other library. It's simplistic design is unmatchable but yet
+ delivers a powerful framework for building large, scalable,
+ maintainable applications and systems. Circuits was a core integral
+ part of the pymills library developed in 2006 and was partly inspired
+ by the Trac architecture.
\ No newline at end of file

Added: packages/circuits/trunk/debian/copyright
===================================================================
--- packages/circuits/trunk/debian/copyright	                        (rev 0)
+++ packages/circuits/trunk/debian/copyright	2008-11-07 17:40:28 UTC (rev 6849)
@@ -0,0 +1,29 @@
+This package was debianized by Sandro Tosi <morph at debian.org> on
+Fri, 07 Nov 2008 17:19:27 +0100.
+
+It was downloaded from http://trac.softcircuit.com.au/circuits/
+
+Upstream Author:
+
+    James Mills <prologic at shortcircuit.net.au>
+
+Copyright:
+
+    Copyright (C) 2004-2008 by James Mills
+
+License:
+
+    <Put the license of the package here indented by 4 spaces>
+
+The Debian packaging is copyright 2008, Sandro Tosi <morph at debian.org> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
+
+This file has different copyright and license information:
+
+circuits/version.py
+    # Copyright (C) 2005, 2006, 2008 by Intevation GmbH
+    # Author(s):
+    # Thomas Arendsen Hein <thomas at intevation.de>
+    #
+    # This program is free software under the GNU GPL (>=v2)
+    # Read the file COPYING coming with the software for details.

Added: packages/circuits/trunk/debian/rules
===================================================================
--- packages/circuits/trunk/debian/rules	                        (rev 0)
+++ packages/circuits/trunk/debian/rules	2008-11-07 17:40:28 UTC (rev 6849)
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+%:
+	dh $@


Property changes on: packages/circuits/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
   + *

Added: packages/circuits/trunk/debian/watch
===================================================================
--- packages/circuits/trunk/debian/watch	                        (rev 0)
+++ packages/circuits/trunk/debian/watch	2008-11-07 17:40:28 UTC (rev 6849)
@@ -0,0 +1,2 @@
+version=3
+http://pypi.python.org/packages/source/c/circuits/circuits-(.*)\.tar\.gz




More information about the Python-modules-commits mailing list