moovida-plugins-ugly (1.0.9+bzr1614-1) debian-dir only changes

Summary

 debian/changelog |  138 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 debian/compat    |    1 
 debian/control   |   36 ++++++++++++++
 debian/copyright |   71 ++++++++++++++++++++++++++++
 debian/preinst   |    9 +++
 debian/pycompat  |    1 
 debian/rules     |   16 ++++++
 debian/watch     |    2 
 8 files changed, 274 insertions(+)

    
download this patch

Patch contents

--- moovida-plugins-ugly-1.0.9+bzr1614.orig/debian/compat
+++ moovida-plugins-ugly-1.0.9+bzr1614/debian/compat
@@ -0,0 +1 @@
+5
--- moovida-plugins-ugly-1.0.9+bzr1614.orig/debian/rules
+++ moovida-plugins-ugly-1.0.9+bzr1614/debian/rules
@@ -0,0 +1,16 @@
+#!/usr/bin/make -f
+
+DEB_PYTHON_SYSTEM := pysupport
+
+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
+
+common-build-indep::
+	# compile .po files.
+	python$(cdbs_python_current_version) setup.py -v build_po
+
+common-install-indep::
+	rm -fv $(DEB_DESTDIR)/usr/lib/python$(cdbs_python_current_version)/site-packages/*.pth
+	find debian/moovida-plugins-ugly -wholename "*plugins/__init__.py" -exec rm -vf {} \;
--- moovida-plugins-ugly-1.0.9+bzr1614.orig/debian/control
+++ moovida-plugins-ugly-1.0.9+bzr1614/debian/control
@@ -0,0 +1,36 @@
+Source: moovida-plugins-ugly
+Maintainer: Maintainers of GStreamer packages <pkg-gstreamer-maintainers@lists.alioth.debian.org>
+Uploaders: Loic Minier <lool@dooz.org>,
+           Arnaud Quette <aquette@debian.org>,
+           Paul van Tilburg <paulvt@debian.org>
+Section: video
+Priority: optional
+Build-Depends: debhelper (>= 5.0.37.2),
+               cdbs (>= 0.4.43),
+               dpkg-dev (>= 1.13.19),
+               python,
+               python-setuptools,
+               python-moovida (>= 1.0.9),
+               python-twisted-core,
+               python-support
+Standards-Version: 3.8.4
+
+Package: moovida-plugins-ugly
+Architecture: all
+Conflicts: elisa-plugins-ugly
+Replaces: elisa-plugins-ugly
+Depends: ${misc:Depends},
+         ${python:Depends},
+         moovida-plugins-bad (>= 1.0.9)
+Recommends: gstreamer0.10-plugins-bad, 
+            python-twill,
+            python-zopeinterface
+Description: Moovida plugins from the "ugly" set
+ Moovida is much more than a simple media player... it is a cutting edge media
+ center bringing the best of the internet to your TV screen. Automatically
+ creating your own digital library you can browse from your sofa with a remote
+ control. The elegant and easy to use interface automatically displays artwork
+ and fan art throughtout and gives you access to movie synopsis and artist info.
+ .
+ This package contains the Moovida plugins from the "ugly" set, a set of
+ ugly-quality plug-ins.
--- moovida-plugins-ugly-1.0.9+bzr1614.orig/debian/preinst
+++ moovida-plugins-ugly-1.0.9+bzr1614/debian/preinst
@@ -0,0 +1,9 @@
+#!/bin/sh
+set -e
+
+# Transition to python-support from python-central.
+if [ "$1" = upgrade ] && dpkg --compare-versions "$2" lt 2.24.3-1; then
+  pycentral pkgremove moovida-plugins-ugly
+fi
+
+#DEBHELPER#
--- moovida-plugins-ugly-1.0.9+bzr1614.orig/debian/watch
+++ moovida-plugins-ugly-1.0.9+bzr1614/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://www.moovida.com/static/download/moovida/moovida-plugins-ugly-([\d.]+).tar.gz
--- moovida-plugins-ugly-1.0.9+bzr1614.orig/debian/pycompat
+++ moovida-plugins-ugly-1.0.9+bzr1614/debian/pycompat
@@ -0,0 +1 @@
+2
--- moovida-plugins-ugly-1.0.9+bzr1614.orig/debian/changelog
+++ moovida-plugins-ugly-1.0.9+bzr1614/debian/changelog
@@ -0,0 +1,138 @@
+moovida-plugins-ugly (1.0.9+bzr1614-1) unstable; urgency=low
+
+  * Upload to unstable.
+  * New upstream release; pulled some extra revisions from the to include
+    some plugin fixes released after 1.0.9.
+  * debian/control:
+    - Bumped standards version to 3.8.4; no changes required.
+    - Dropped recommend on python-twisted-web2, already provided by
+      moovida-plugins-bad. 
+    - Removed unnecessary buid-depend on python-dev.
+    - Removed XS-Python-Version and XB-Python-Version fields, they are not
+      used by python-support.
+
+ -- Paul van Tilburg <paulvt@debian.org>  Fri, 12 Feb 2010 22:30:10 +0100
+
+moovida-plugins-ugly (1.0.8-1) experimental; urgency=low
+
+  [ Loïc Minier ]
+  * Drop Philippe Normand from Uploaders at his request.
+
+  [ Paul van Tilburg ]
+  * New upstream release.
+
+ -- Paul van Tilburg <paulvt@debian.org>  Tue, 03 Nov 2009 21:02:22 +0100
+
+moovida-plugins-ugly (1.0.7-1) experimental; urgency=low
+
+  * New upstream release. 
+  * debian/control:
+    - Bumped the standards version to 3.8.3; no changes required. 
+    - Reorder the depends based on the alphabet for clarity.
+    - Drop dependencies already provided for by moovida-plugins-good as we
+      do not want the dependency list to be a transitive closure.
+
+ -- Paul van Tilburg <paulvt@debian.org>  Tue, 15 Sep 2009 20:51:40 +0200
+
+moovida-plugins-ugly (1.0.5-1) experimental; urgency=low
+
+  * New upstream release.
+  * debian/copyright: Updated.
+  * debian/rules:
+    - Bumped standards version to 3.8.2; no changes required.
+    - Changed build-depend on python-central into python-support.
+  * debian/preinst:
+    - Added to handle the migration from python-central to python-support.
+
+ -- Paul van Tilburg <paulvt@debian.org>  Fri, 10 Jul 2009 16:35:50 +0200
+
+moovida-plugins-ugly (1.0.1-1) experimental; urgency=low
+
+  * New upstream release: Elisa had been rename to Moovida!
+  * Synchronised with Elisa Packagers branches on Launchpad.
+    * debian/control:
+    - Rename 'elisa' to 'moovida' everywhere.
+    - Added confict/replace for elisa-plugins-bad.
+    - Corrected the section.
+    - Removed the breaks on elisa-plugins-bad << 0.5, conflicts/replaces
+      handles this now.
+    - Updated the short and long description.
+  * debian/copyright:  synchronized with upstream changes; updated the
+    download URL.
+  * debian/watch: updated for the new location of tarballs.
+
+ -- Paul van Tilburg <paulvt@debian.org>  Tue, 26 May 2009 21:13:53 +0200
+
+elisa-plugins-ugly (0.5.37-1) experimental; urgency=low
+
+  * New upstream release. 
+
+ -- Paul van Tilburg <paulvt@debian.org>  Mon, 27 Apr 2009 22:39:35 +0200
+
+elisa-plugins-ugly (0.5.35-1) experimental; urgency=low
+
+  * New upstream release.
+  * debian/control: 
+    - Bumped build-depend on python-elisa and depend on elisa-plugins-bad 
+      to >= 0.3.35.
+    - Bumped standards version to 3.8.1; no changes required.
+
+ -- Paul van Tilburg <paulvt@debian.org>  Mon, 06 Apr 2009 22:12:37 +0200
+
+elisa-plugins-ugly (0.5.30-1) experimental; urgency=low
+
+  * New upstream release. 
+
+ -- Paul van Tilburg <paulvt@debian.org>  Tue, 03 Mar 2009 21:31:48 +0100
+
+elisa-plugins-ugly (0.5.28-1) experimental; urgency=low
+
+  * New upstream release. 
+
+ -- Paul van Tilburg <paulvt@debian.org>  Mon, 16 Feb 2009 21:42:23 +0100
+
+elisa-plugins-ugly (0.5.27-1) experimental; urgency=low
+
+  * New upstream release. 
+  * Added missing depend on python-twisted-core.
+  * Added missing recommends on python-twill, python-zopeinterface,
+    python-twisted-web2.
+
+ -- Paul van Tilburg <paulvt@debian.org>  Sun, 15 Feb 2009 14:26:41 +0100
+
+elisa-plugins-ugly (0.5.25-1) experimental; urgency=low
+
+  [ Philippe Normand ]
+  * control: removed unneeded dependencies
+  * rules: compile .po files in common-build-indep run
+
+  [ Paul van Tilburg ]
+  * New upstream release.
+  * debian/control: 
+    - Added myself as an uploader.
+    - Bumped the python-elisa dependency to >= 0.5.25.
+    - Bumped the standards version to 3.8.0; no changes required.
+
+ -- Paul van Tilburg <paulvt@debian.org>  Mon, 02 Feb 2009 21:26:48 +0100
+
+elisa-plugins-ugly (0.3.4-3) unstable; urgency=high
+
+  * Recommend gstreamer0.10-plugins-bad for flvdemux used in the youtube
+    plugin.
+
+ -- Loic Minier <lool@dooz.org>  Wed, 16 Apr 2008 13:05:44 +0200
+
+elisa-plugins-ugly (0.3.4-2) unstable; urgency=low
+
+  * Merge patch from Alessandro Decina to remove the nspkg.pth file created
+    by setuptools.
+
+ -- Loic Minier <lool@dooz.org>  Fri, 21 Mar 2008 09:46:36 +0100
+
+elisa-plugins-ugly (0.3.4-1) experimental; urgency=low
+
+  * Initial upstream release, closes: #469470
+  * Don't depend on old, un-updated python-xml
+  * Removed tabs in debian/control
+
+ -- Philippe Normand <philippe@fluendo.com>  Fri, 29 Feb 2008 21:35:09 +0100
--- moovida-plugins-ugly-1.0.9+bzr1614.orig/debian/copyright
+++ moovida-plugins-ugly-1.0.9+bzr1614/debian/copyright
@@ -0,0 +1,71 @@
+This package was debianized by Philippe Normand <philippe@fluendo.com>
+on Mon, 25 Feb 2008 12:50:50 +0100.
+
+It was downloaded from <http://www.moovida.com/download/>.
+
+
+Upstream Authors
+================
+
+  Florian Boucault <florian@fluendo.com>
+  Jesús Corrius <jcorrius@fluendo.com>
+  Alessandro Decina <alessandro@fluendo.com>
+  Christophe Dumas <christophe@fluendo.com>
+  Benjamin Kampmann <benjamin@fluendo.com>
+  Lionel Martin <lionel@fluendo.com>
+  Loïc Molinari <loic@fluendo.com>
+  Philippe Normand <philippe@fluendo.com>
+  Olivier Tilloy <olivier@fluendo.com>
+
+
+Copyright
+=========
+
+  Copyright © 2006-2009 Fluendo Embedded S.L. (www.fluendo.com)
+
+
+Licensing
+=========
+
+  From upstream's COPYING file:
+  """
+  Moovida - Home multimedia server
+  Copyright (C) 2006-2009 Fluendo Embedded S.L. (www.fluendo.com).
+  All rights reserved.
+
+  The core Moovida system is licensed under the GPL version 3.
+  See "LICENSE.GPL" in the root directory of this distribution package
+  for details on that license. There is also a special exception clause to
+  our GPL license as documented in that file.
+
+  Moovida plugins are licensed under the GPL version 3 unless otherwise
+  specified in the plugins themselves.
+
+  The GPL part of Moovida is also available under a commercial licensing
+  agreement from Fluendo.
+  See "LICENSE.Moovida" in the root directory of this distribution package
+  for details on that license.
+
+  If you are uncertain about the licensing of certain source files check the
+  license statement in the header of said file or contact Fluendo.
+  """
+
+GPL version 3
+=============
+
+  This package is free software; you can redistribute it and/or modify
+  it under the terms of the GNU General Public License as published by
+  the Free Software Foundation; either version 3 of the License, or
+  (at your option) any later version.
+
+  This package is distributed in the hope that it will be useful,
+  but WITHOUT ANY WARRANTY; without even the implied warranty of
+  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+  GNU General Public License for more details.
+
+  You should have received a copy of the GNU General Public License
+  along with this package; if not, write to the Free Software
+  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+
+On Debian systems, the complete text of version 3 of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL-3'.