[Python-modules-commits] r9837 - in packages/coherence/trunk (12 files)

cjsmo-guest at users.alioth.debian.org cjsmo-guest at users.alioth.debian.org
Tue Sep 22 22:15:38 UTC 2009


    Date: Tuesday, September 22, 2009 @ 22:15:37
  Author: cjsmo-guest
Revision: 9837

[svn-inject] Applying Debian modifications to trunk

Added:
  packages/coherence/trunk/debian/
  packages/coherence/trunk/debian/applet-coherence.1
  packages/coherence/trunk/debian/changelog
  packages/coherence/trunk/debian/compat
  packages/coherence/trunk/debian/control
  packages/coherence/trunk/debian/copyright
  packages/coherence/trunk/debian/examples
  packages/coherence/trunk/debian/install
  packages/coherence/trunk/debian/manpages
  packages/coherence/trunk/debian/pycompat
  packages/coherence/trunk/debian/rules
  packages/coherence/trunk/debian/watch


Property changes on: packages/coherence/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/coherence/trunk/debian/applet-coherence.1
===================================================================
--- packages/coherence/trunk/debian/applet-coherence.1	                        (rev 0)
+++ packages/coherence/trunk/debian/applet-coherence.1	2009-09-22 22:15:37 UTC (rev 9837)
@@ -0,0 +1,24 @@
+.TH "python-coherence-applet" "1" "0.6.2" "Frank Scholz" "Python UPnP Framework"
+.SH "NAME"
+.LP 
+.LP 
+Coherence \- Is a Python UPnP framework which 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 and 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).
+ .SH "OVERVIEW"
+.LP 
+There are no command line options for applet\-coherence.
+.SH "SEE ALSO"
+.LP 
+coherence 

Added: packages/coherence/trunk/debian/changelog
===================================================================
--- packages/coherence/trunk/debian/changelog	                        (rev 0)
+++ packages/coherence/trunk/debian/changelog	2009-09-22 22:15:37 UTC (rev 9837)
@@ -0,0 +1,164 @@
+coherence (0.6.4-4) unstable; urgency=low
+
+  * debian/control
+    - changed package stanza to python-coherence, to provide a proper 
+      python-coherence package that will be installed in the global name space
+      to make python-coherence accessible to upnp-inspector and other programs.
+    - removed Conflicts/Replaces/Provides fields as they are not needed.
+  * debian/rules
+    - removed --install-scripts and --install-libs, so python-coherence will
+      be installed into the global name space. Closes: #544885, Closes: #546285
+  * Added debian/applet-coherence.1 to correct binary-without-manpage lintian
+    error. 
+
+ -- Charlie Smotherman <cjsmo at ubuntu.com>  Sun, 20 Sep 2009 00:20:57 -0500
+
+coherence (0.6.4-3) unstable; urgency=low
+
+  * Added Conflicts/Replaces/Provides field to debian/control to account for 
+    binary name change. Thx Adreas Moog Closes: #537438
+  * debian/install
+    - install the coherence binary. Thx Adreas Moog Closes: #537439
+
+ -- Charlie Smotherman <cjsmo at ubuntu.com>  Mon, 20 Jul 2009 21:21:32 -0500
+
+coherence (0.6.4-2) unstable; urgency=low
+
+  * Removed coherence.1 from the debian dir, upstream has included it in the 
+    orig.tar.gz.
+  * Updated debian/manpages to install coherence.1.
+  * Removed applet-coherence.1 from the debian dir, upstream removed the applet.
+  * Updated debian/manpages to reflect removal of applet-coherence.1.
+  * debian/control
+    - Removed cdbs from Build-Depends section.
+    - Bumped debhelper to 7.
+    - Bumped debian/compat to 7.
+    - Added Build-Depends-Indep field.
+    - Package now uses python-support.
+    - Bumped Standards-Version to 3.8.2, no changes needed.
+    - Bumped XS-Python-Version to 2.5.
+    - Changed the Package: stanza to be coherence as this is a stand alone app
+      and not a python module.
+    - Removed python2.5 from Depends section, the Dependency on python is 
+      satisfied in the Build-Depends-Indep section.
+    - Removed XB-Python-Version as it is not needed with python-support.
+    - Changed Priority: section to extra to correct a debcheck error.
+  * debian/rules
+    - Simplified debian/rules to take advantage of dh 7 features.
+    - Coherence now installs to /usr/share/coherence in preperation for the 
+      python 2.6 transition.
+
+ -- Charlie Smotherman <cjsmo at ubuntu.com>  Sun, 05 Jul 2009 09:25:24 -0500
+
+coherence (0.6.4-1) unstable; urgency=low
+
+  * New upstream release.  Summary of changes.
+      - new MediaServer backends that allow access to Picasa Web Albums
+      - a TestServer to easily serve and test interaction with, 
+          - one or more items and adjust 'upnp_class', 'mimetype'and 'DLNA-flags
+          - items that are a GStreamer pipeline or an external program.
+      - a new, used in parallel, D-Bus API with an 'org.DLNA' interface with the
+        goal to create a common API for all UPnP/DNLA frameworks
+      - support for the dlna-playcontainer URI
+      - enchancements to the GStreamer MediaRenderer, supporting now
+        dlna-playcontainer and SetNextAVTransportURI, and jumping to previous
+        and next tracks
+      - support for video items served by Ampache
+      - base classes for a ScheduledRecording? service
+      - some 'compatibility' adjustments for different devices
+  * Removed MochiKit symbolic link creation from debian/rules.
+  * Removed dependency on MochiKit in debian/control.
+
+ -- Charlie Smotherman <cjsmo at ubuntu.com>  Wed, 13 May 2009 00:34:24 -0500
+
+coherence (0.6.2-3) unstable; urgency=low
+
+  * debian/python-coherence.install
+     - install org.Coherence.service to dbus-services. Thx Adreas Moog
+       Closes: #524426
+  * Corrected the lintian error copyright-with-old-dh-make-debian-copyright
+    by deleting/replacing (C) with the word Copyright in debian/copyright.
+  * Updated standards version to 3.8.1.
+
+ -- Charlie Smotherman <cjsmo at ubuntu.com>  Thu, 07 May 2009 01:38:44 -0500
+
+coherence (0.6.2-2) unstable; urgency=low
+
+  * debian/rules: add the MochiKit symlink creation after the removal of the
+    embedded version, since we can't rely on a links file here (Closes:
+    #520594)
+  * debian/links: removed to the profit of the above rule
+  * debian/control: add Charlie Smotherman to Uploaders
+
+ -- Arnaud Quette <aquette at debian.org>  Wed, 25 Mar 2009 10:01:32 +0100
+
+coherence (0.6.2-1) unstable; urgency=low
+
+  * New upstream release  (Closes: #518391)
+  * Merge from Ubuntu (Charlie Smotherman)
+  * debian/control:
+    - add Build-Depends on libjs-mochikit
+    - add Vcs-Browser and Vcs-Svn fields
+  * debian/rules: add binary-predeb to remove Mochikit as it is a "courtesy
+    copy of code" (Policy, section 4.13). This fixes the lintian error
+    "embedded-javascript-library".
+  * debian/links: added for letter case compatibility on MochiKit
+  * debian/coherence.1, debian/applet-coherence.1: created
+  * debian/manpages: created to use the above manpages
+  * debian/examples: renamed from python-coherence.examples for consistency
+
+ -- Arnaud Quette <aquette at debian.org>  Tue, 10 Mar 2009 23:35:49 +0100
+
+coherence (0.5.8-1) unstable; urgency=low
+
+  * New upstream release
+  * debian/control:
+    - add a Homepage field
+    - complete Depends with python-nose (Closes: #489198)
+    - complete Depends for the mediadb backend (Ubuntu report 235910)
+
+ -- Arnaud Quette <aquette at debian.org>  Sun, 13 Jul 2008 15:18:54 +0200
+
+coherence (0.5.6-1) unstable; urgency=low
+
+  * New upstream release (Closes: #474729)
+  * debian/control:
+    - allow Depends on python2.5 or python2.4 (Closes: #485592)
+    - update Standards-Version to 3.8.0
+
+ -- Arnaud Quette <aquette at debian.org>  Thu, 12 Jun 2008 16:49:04 +0200
+
+coherence (0.5.2-1) unstable; urgency=low
+
+  * New upstream release
+  * debian/control: depend on python-pkg-resources instead of
+    python-setuptools for the runtime dependency (Closes: #468724)
+
+ -- Arnaud Quette <aquette at debian.org>  Wed, 05 Mar 2008 13:43:01 +0100
+
+coherence (0.5.0-1) unstable; urgency=low 
+
+  * New upstream release
+  * debian/watch: add an advice to install libcrypt-ssleay-perl
+
+ -- Arnaud Quette <aquette at debian.org>  Sun, 20 Jan 2008 21:59:25 +0100
+
+coherence (0.4.0-1) unstable; urgency=low  
+
+  * New upstream release
+  * debian/control: remove the python-soappy dependency since it's not needed
+    anymore.
+
+ -- Arnaud Quette <aquette at debian.org>  Thu,  2 Aug 2007 10:48:40 +0200
+
+coherence (0.2.1-2) unstable; urgency=low 
+
+  * Depend on python-setuptools; thanks Paul Wise; closes: #432624.
+
+ -- Loic Minier <lool at dooz.org>  Wed, 25 Jul 2007 14:50:00 +0200
+
+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/coherence/trunk/debian/compat
===================================================================
--- packages/coherence/trunk/debian/compat	                        (rev 0)
+++ packages/coherence/trunk/debian/compat	2009-09-22 22:15:37 UTC (rev 9837)
@@ -0,0 +1 @@
+7

Added: packages/coherence/trunk/debian/control
===================================================================
--- packages/coherence/trunk/debian/control	                        (rev 0)
+++ packages/coherence/trunk/debian/control	2009-09-22 22:15:37 UTC (rev 9837)
@@ -0,0 +1,48 @@
+Source: coherence
+Section: python
+Priority: extra
+Maintainer: Arnaud Quette <aquette at debian.org>
+Uploaders: Loic Minier <lool at dooz.org>, Charlie Smotherman <cjsmo at ubuntu.com>
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: python (>=2.5), python-support (>= 0.6.4), python-dev (>= 2.5),
+  python-setuptools
+Standards-Version: 3.8.2
+Homepage: http://coherence.beebits.net
+Vcs-Browser: https://coherence.beebits.net/browser
+Vcs-Svn: https://coherence.beebits.net/svn/trunk/Coherence
+XS-Python-Version: >= 2.5
+
+Package: python-coherence
+Architecture: all
+Depends: ${misc:Depends},
+         ${python:Depends},
+         python-celementtree,
+         python-configobj,
+         python-ctypes,
+         python-elementtree,
+         python-gst0.10,
+         python-louie,
+         python-nose,
+         python-pkg-resources,
+         python-twisted-core,
+         python-twisted-web,
+         python-axiom,
+         python-tagpy,
+         python-zopeinterface
+Conflicts: coherence
+Replaces: coherence
+Provides: coherence
+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/coherence/trunk/debian/copyright
===================================================================
--- packages/coherence/trunk/debian/copyright	                        (rev 0)
+++ packages/coherence/trunk/debian/copyright	2009-09-22 22:15:37 UTC (rev 9837)
@@ -0,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 1999-2006 by Fredrik Lundh
+    Copyright 1999-2003 by Secret Labs AB
+    Copyright 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 copyright 2007, Loïc Minier <lool at dooz.org> and is licensed
+under the same license as the upstream source.
+

Added: packages/coherence/trunk/debian/examples
===================================================================
--- packages/coherence/trunk/debian/examples	                        (rev 0)
+++ packages/coherence/trunk/debian/examples	2009-09-22 22:15:37 UTC (rev 9837)
@@ -0,0 +1 @@
+docs/coherence.conf.example

Added: packages/coherence/trunk/debian/install
===================================================================
--- packages/coherence/trunk/debian/install	                        (rev 0)
+++ packages/coherence/trunk/debian/install	2009-09-22 22:15:37 UTC (rev 9837)
@@ -0,0 +1,2 @@
+misc/org.Coherence.service usr/share/dbus-1/services/
+bin/coherence usr/bin/

Added: packages/coherence/trunk/debian/manpages
===================================================================
--- packages/coherence/trunk/debian/manpages	                        (rev 0)
+++ packages/coherence/trunk/debian/manpages	2009-09-22 22:15:37 UTC (rev 9837)
@@ -0,0 +1,2 @@
+docs/man/coherence.1
+misc/Desktop-Applet/applet-coherence.1

Added: packages/coherence/trunk/debian/pycompat
===================================================================
--- packages/coherence/trunk/debian/pycompat	                        (rev 0)
+++ packages/coherence/trunk/debian/pycompat	2009-09-22 22:15:37 UTC (rev 9837)
@@ -0,0 +1 @@
+2

Added: packages/coherence/trunk/debian/rules
===================================================================
--- packages/coherence/trunk/debian/rules	                        (rev 0)
+++ packages/coherence/trunk/debian/rules	2009-09-22 22:15:37 UTC (rev 9837)
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@
+
+override_dh_auto_install:
+	dh_auto_install -- --single-version-externally-managed
+


Property changes on: packages/coherence/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/coherence/trunk/debian/watch
===================================================================
--- packages/coherence/trunk/debian/watch	                        (rev 0)
+++ packages/coherence/trunk/debian/watch	2009-09-22 22:15:37 UTC (rev 9837)
@@ -0,0 +1,3 @@
+# this require libcrypt-ssleay-perl installed (https)
+version=3
+http://coherence.beebits.net/download/Coherence-([\d.]+).tar.gz




More information about the Python-modules-commits mailing list