[Pkg-utopia-commits] r1522 - in /packages/experimental/coherence: ./ debian/ debian/changelog debian/compat debian/control debian/copyright debian/patches/ debian/rules debian/watch

lool at users.alioth.debian.org lool at users.alioth.debian.org
Mon Jun 18 10:19:31 UTC 2007


Author: lool
Date: Mon Jun 18 10:19:30 2007
New Revision: 1522

URL: http://svn.debian.org/wsvn/pkg-utopia/?sc=1&rev=1522
Log:
* Initial import.

Added:
    packages/experimental/coherence/
    packages/experimental/coherence/debian/   (with props)
    packages/experimental/coherence/debian/changelog
    packages/experimental/coherence/debian/compat
    packages/experimental/coherence/debian/control
    packages/experimental/coherence/debian/copyright
    packages/experimental/coherence/debian/patches/
    packages/experimental/coherence/debian/rules   (with props)
    packages/experimental/coherence/debian/watch

Propchange: packages/experimental/coherence/debian/
------------------------------------------------------------------------------
    mergeWithUpstream = 1

Added: packages/experimental/coherence/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/experimental/coherence/debian/changelog?rev=1522&op=file
==============================================================================
--- packages/experimental/coherence/debian/changelog (added)
+++ packages/experimental/coherence/debian/changelog Mon Jun 18 10:19:30 2007
@@ -1,0 +1,5 @@
+coherence (0.2.1-1) experimental; urgency=low
+
+  * Initial release; closes: #427570.
+
+ -- Loic Minier <lool at dooz.org>  Mon, 18 Jun 2007 11:34:15 +0200

Added: packages/experimental/coherence/debian/compat
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/experimental/coherence/debian/compat?rev=1522&op=file
==============================================================================
--- packages/experimental/coherence/debian/compat (added)
+++ packages/experimental/coherence/debian/compat Mon Jun 18 10:19:30 2007
@@ -1,0 +1,1 @@
+5

Added: packages/experimental/coherence/debian/control
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/experimental/coherence/debian/control?rev=1522&op=file
==============================================================================
--- packages/experimental/coherence/debian/control (added)
+++ packages/experimental/coherence/debian/control Mon Jun 18 10:19:30 2007
@@ -1,0 +1,40 @@
+Source: coherence
+Section: python
+Priority: optional
+Maintainer: Arnaud Quette <aquette at debian.org>
+Uploaders: Loic Minier <lool at dooz.org>
+Build-Depends: debhelper (>= 5.0.38),
+               cdbs (>= 0.4.43),
+               python-central (>= 0.5.6),
+               python-dev (>= 2.4),
+               python-setuptools
+Standards-Version: 3.7.2
+XS-Python-Version: >= 2.4
+
+Package: python-coherence
+Architecture: all
+Depends: ${misc:Depends},
+         ${python:Depends},
+         python-celementtree,
+         python-ctypes,
+         python-elementtree,
+         python-gst0.10,
+         python-soappy,
+         python-twisted-core,
+         python-twisted-web,
+         python-zopeinterface
+XB-Python-Version: ${python:Versions}
+Description: Python UPnP framework
+ Coherence is a framework written in Python enabling your application to
+ participate in digital living networks, at the moment primarily the
+ UPnP universe.
+ .
+ Its goal is to relieve your application from all the membership / the
+ UPnP related tasks as much as possible.
+ .
+ The core of Coherence provides a (hopefully complete) implementation
+ of:
+  * a SSDP server,
+  * a MSEARCH client,
+  * server and client for HTTP/SOAP requests, and
+  * server and client for Event Subscription and Notification (GENA).

Added: packages/experimental/coherence/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/experimental/coherence/debian/copyright?rev=1522&op=file
==============================================================================
--- packages/experimental/coherence/debian/copyright (added)
+++ packages/experimental/coherence/debian/copyright Mon Jun 18 10:19:30 2007
@@ -1,0 +1,46 @@
+This package was Debian-ized by Loïc Minier <lool at dooz.org> on
+Mon, 18 Jun 2007 11:25:51 +0200.
+
+
+It was downloaded from:
+    <https://coherence.beebits.net/download/>
+
+
+Upstream Author:
+    Frank Scholz <coherence at beebits net>
+
+
+Copyright:
+    Copyright 2006, Frank Scholz <coherence at beebits.net>
+    Copyright 2005, Tim Potter <tpot at samba.org>
+    Copyright 2006 John-Mark Gurney <gurney_j at resnet.uoregon.edu>
+    Copyright 2006, Ka-Ping Yee <ping at zesty.ca>
+    Copyright (c) 1999-2006 by Fredrik Lundh
+    Copyright (c) 1999-2003 by Secret Labs AB
+    Copyright (C) 2006 Fluendo, S.A. (www.fluendo.com).
+
+
+
+License:
+
+  Permission is hereby granted, free of charge, to any person obtaining a copy
+  of this software and associated documentation files (the "Software"), to
+  deal in the Software without restriction, including without limitation the
+  rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
+  sell copies of the Software, and to permit persons to whom the Software is
+  furnished to do so, subject to the following conditions:
+
+  The above copyright notice and this permission notice shall be included in
+  all copies or substantial portions of the Software.
+
+  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+  FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
+  IN THE SOFTWARE.
+
+The Debian packaging is (C) 2007, Loïc Minier <lool at dooz.org> and is licensed
+under the same license as the upstream source.
+

Added: packages/experimental/coherence/debian/rules
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/experimental/coherence/debian/rules?rev=1522&op=file
==============================================================================
--- packages/experimental/coherence/debian/rules (added)
+++ packages/experimental/coherence/debian/rules Mon Jun 18 10:19:30 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/experimental/coherence/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: packages/experimental/coherence/debian/watch
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/experimental/coherence/debian/watch?rev=1522&op=file
==============================================================================
--- packages/experimental/coherence/debian/watch (added)
+++ packages/experimental/coherence/debian/watch Mon Jun 18 10:19:30 2007
@@ -1,0 +1,2 @@
+version=3
+http://coherence.beebits.net/download/Coherence-([\d.]+).tar.gz




More information about the Pkg-utopia-commits mailing list