[Python-modules-commits] r2560 - in /packages/louie: ./ branches/ tags/ trunk/ trunk/debian/ trunk/debian/changelog trunk/debian/control trunk/debian/copyright trunk/debian/python-louie.docs trunk/debian/rules trunk/debian/watch

lool at users.alioth.debian.org lool at users.alioth.debian.org
Mon Jun 18 16:48:08 UTC 2007


Author: lool
Date: Mon Jun 18 16:48:08 2007
New Revision: 2560

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=2560
Log:
* Initial import of louie.

Added:
    packages/louie/
    packages/louie/branches/
    packages/louie/tags/
    packages/louie/trunk/
    packages/louie/trunk/debian/   (with props)
    packages/louie/trunk/debian/changelog
    packages/louie/trunk/debian/control
    packages/louie/trunk/debian/copyright
    packages/louie/trunk/debian/python-louie.docs
    packages/louie/trunk/debian/rules   (with props)
    packages/louie/trunk/debian/watch

Propchange: packages/louie/trunk/debian/
------------------------------------------------------------------------------
    mergeWithUpstream = 1

Added: packages/louie/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/louie/trunk/debian/changelog?rev=2560&op=file
==============================================================================
--- packages/louie/trunk/debian/changelog (added)
+++ packages/louie/trunk/debian/changelog Mon Jun 18 16:48:08 2007
@@ -1,0 +1,5 @@
+louie (1.1-1) unstable; urgency=low
+
+  * Initial release. (Closes: #XXXXXX)
+
+ -- Loic Minier <lool at dooz.org>  Mon, 18 Jun 2007 18:30:45 +0200

Added: packages/louie/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/louie/trunk/debian/control?rev=2560&op=file
==============================================================================
--- packages/louie/trunk/debian/control (added)
+++ packages/louie/trunk/debian/control Mon Jun 18 16:48:08 2007
@@ -1,0 +1,23 @@
+Source: louie
+Section: python
+Priority: optional
+Maintainer: Loic Minier <lool at dooz.org>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Build-Depends: cdbs (>= 0.4.47),
+               debhelper (>= 5.0.37.2),
+               python-central (>= 0.5.6),
+               python-dev (>= 2.3),
+               python-setuptools
+Standards-Version: 3.7.2
+XS-Python-Version: >= 2.3
+
+Package: python-louie
+Architecture: all
+Depends: ${misc:Depends},
+         ${python:Depends}
+XB-Python-Version: ${python:Versions}
+Description: Python signal dispatching mechanism
+ Louie provides Python programmers with a straightforward way to
+ dispatch signals between objects in a wide variety of contexts. It is
+ based on PyDispatcher, which in turn was based on a highly-rated recipe
+ in the Python Cookbook.

Added: packages/louie/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/python-modules/packages/louie/trunk/debian/copyright?rev=2560&op=file
==============================================================================
--- packages/louie/trunk/debian/copyright (added)
+++ packages/louie/trunk/debian/copyright Mon Jun 18 16:48:08 2007
@@ -1,0 +1,29 @@
+This package was debianized by Loïc Minier <lool at dooz.org> on
+Mon, 18 Jun 2007 18:23:42 +0200.
+
+It was downloaded from:
+    <http://cheeseshop.python.org/pypi/Louie>
+
+Upstream Authors and Copyright Holders:
+    Patrick K. O'Brien and contributors <louie-users at lists.berlios.de>
+
+License:
+
+    Redistribution and use in source and binary forms, with or without
+    modification, are permitted under the terms of the BSD License.
+
+    THIS SOFTWARE IS PROVIDED BY THE REGENTS 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 REGENTS 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.
+
+On Debian systems, the complete text of the BSD License can be.
+found in `/usr/share/common-licenses/BSD'.
+

Added: packages/louie/trunk/debian/python-louie.docs
URL: http://svn.debian.org/wsvn/python-modules/packages/louie/trunk/debian/python-louie.docs?rev=2560&op=file
==============================================================================
--- packages/louie/trunk/debian/python-louie.docs (added)
+++ packages/louie/trunk/debian/python-louie.docs Mon Jun 18 16:48:08 2007
@@ -1,0 +1,1 @@
+doc

Added: packages/louie/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/louie/trunk/debian/rules?rev=2560&op=file
==============================================================================
--- packages/louie/trunk/debian/rules (added)
+++ packages/louie/trunk/debian/rules Mon Jun 18 16:48:08 2007
@@ -1,0 +1,12 @@
+#!/usr/bin/make -f
+
+DEB_PYTHON_SYSTEM := pycentral
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/python-distutils.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
+include /usr/share/cdbs/1/rules/utils.mk
+
+# No idea whether this is useful
+#DEB_PYTHON_INSTALL_ARGS_ALL += --single-version-externally-managed
+

Propchange: packages/louie/trunk/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: packages/louie/trunk/debian/watch
URL: http://svn.debian.org/wsvn/python-modules/packages/louie/trunk/debian/watch?rev=2560&op=file
==============================================================================
--- packages/louie/trunk/debian/watch (added)
+++ packages/louie/trunk/debian/watch Mon Jun 18 16:48:08 2007
@@ -1,0 +1,2 @@
+version=3
+http://cheeseshop.python.org/packages/source/L/Louie/Louie-([\d.a-z]*)\.tar\.gz




More information about the Python-modules-commits mailing list