--- moovida-plugins-ugly-1.0.7.orig/debian/watch +++ moovida-plugins-ugly-1.0.7/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.7.orig/debian/preinst +++ moovida-plugins-ugly-1.0.7/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.7.orig/debian/compat +++ moovida-plugins-ugly-1.0.7/debian/compat @@ -0,0 +1 @@ +5 --- moovida-plugins-ugly-1.0.7.orig/debian/changelog +++ moovida-plugins-ugly-1.0.7/debian/changelog @@ -0,0 +1,148 @@ +moovida-plugins-ugly (1.0.7-1ubuntu1) karmic; urgency=low + + * Merge from Debian Experimental, remaining Ubuntu changes: + - Change site-packages to *-packages + + -- Andrew Starr-Bochicchio Tue, 15 Sep 2009 19:07:52 -0400 + +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 Tue, 15 Sep 2009 20:51:40 +0200 + +moovida-plugins-ugly (1.0.6-0ubuntu1) karmic; urgency=low + + * New upstream release. (LP: #414267) + + -- Andrew Starr-Bochicchio Sun, 16 Aug 2009 13:18:31 -0400 + +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 Fri, 10 Jul 2009 16:35:50 +0200 + +moovida-plugins-ugly (1.0.5-0ubuntu1) karmic; urgency=low + + * New upstream release. + * Merge from Debian Experimental, remaining Ubuntu changes: + - Change site-packages to *-packages + * Synchronize on pkg-gstreamer svn: + - Updated debian/copyright. + - 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. + + -- Andrew Starr-Bochicchio Tue, 14 Jul 2009 14:08:39 -0400 + +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 Tue, 26 May 2009 21:13:53 +0200 + +elisa-plugins-ugly (0.5.37-1) experimental; urgency=low + + * New upstream release. + + -- Paul van Tilburg 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 Mon, 06 Apr 2009 22:12:37 +0200 + +elisa-plugins-ugly (0.5.30-1) experimental; urgency=low + + * New upstream release. + + -- Paul van Tilburg Tue, 03 Mar 2009 21:31:48 +0100 + +elisa-plugins-ugly (0.5.28-1ubuntu1) jaunty; urgency=low + + * Transition to python 2.6 (lp: #337438), debian/rules: + - Change site-packages to *-packages + + -- Andrew Starr-Bochicchio Wed, 04 Mar 2009 00:32:26 -0500 + +elisa-plugins-ugly (0.5.28-1) experimental; urgency=low + + * New upstream release. + + -- Paul van Tilburg 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 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 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 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 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 Fri, 29 Feb 2008 21:35:09 +0100 --- moovida-plugins-ugly-1.0.7.orig/debian/pycompat +++ moovida-plugins-ugly-1.0.7/debian/pycompat @@ -0,0 +1 @@ +2 --- moovida-plugins-ugly-1.0.7.orig/debian/copyright +++ moovida-plugins-ugly-1.0.7/debian/copyright @@ -0,0 +1,71 @@ +This package was debianized by Philippe Normand +on Mon, 25 Feb 2008 12:50:50 +0100. + +It was downloaded from . + + +Upstream Authors +================ + + Florian Boucault + Jesús Corrius + Alessandro Decina + Christophe Dumas + Benjamin Kampmann + Lionel Martin + Loïc Molinari + Philippe Normand + Olivier Tilloy + + +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'. --- moovida-plugins-ugly-1.0.7.orig/debian/control +++ moovida-plugins-ugly-1.0.7/debian/control @@ -0,0 +1,42 @@ +Source: moovida-plugins-ugly +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Maintainers of GStreamer packages +Uploaders: Loic Minier , + Arnaud Quette , + Philippe Normand , + Paul van Tilburg +Section: video +Priority: optional +Build-Depends: debhelper (>= 5.0.37.2), + cdbs (>= 0.4.43), + dpkg-dev (>= 1.13.19), + python-dev, + python, + python-setuptools, + python-moovida (>= 1.0.7), + python-twisted-core, + python-support +Standards-Version: 3.8.3 +XS-Python-Version: >= 2.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.7) +Recommends: gstreamer0.10-plugins-bad, + python-twill, + python-zopeinterface, + python-twisted-web2 +XB-Python-Version: ${python:Versions} +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.7.orig/debian/rules +++ moovida-plugins-ugly-1.0.7/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)/*-packages/*.pth + find debian/moovida-plugins-ugly -wholename "*plugins/__init__.py" -exec rm -vf {} \;