--- landell-0.92.1.orig/debian/changelog +++ landell-0.92.1/debian/changelog @@ -0,0 +1,102 @@ +landell (0.92.1-1.1ubuntu1) trusty; urgency=low + + * Drop gstreamer0.10-ffmpeg to recommends. + + -- Dmitrijs Ledkovs Fri, 22 Nov 2013 01:02:20 +0000 + +landell (0.92.1-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Byte-compile Python modules (Closes: #643768) + + -- Stefano Rivera Wed, 30 Nov 2011 21:29:18 +0200 + +landell (0.92.1-1) unstable; urgency=low + + * New Upstream Release + + Replaced 'sltv' with 'landell': + Renamed binary, source and descriptions. + * Changing homepage + * Updated Standards-Version to 3.9.1 (no changes) + * Added myself as Uploader + + -- Marcelo Jorge Vieira (metal) Thu, 28 Jul 2011 20:59:11 -0300 + +sltv (0.91-1) UNRELEASED; urgency=low + + * New upstream release. + * Requires latest gstreamer0.10-hplugins. + + -- Thadeu Lima de Souza Cascardo Mon, 23 May 2011 23:10:09 -0300 + +sltv (0.90-1) UNRELEASED; urgency=low + + * New upstream release. + * Requires a package providing videomixer2 element. + * Update Standards-Version. + * Change maintainer to me. + + -- Thadeu Lima de Souza Cascardo Thu, 12 May 2011 14:43:06 -0300 + +sltv (0.9-1) UNRELEASED; urgency=low + + * New upstream release + * Added gstreamer-hplugins as dependency + + -- Marcelo Jorge Vieira (metal) Sat, 31 Jul 2010 13:35:40 -0300 + +sltv (0.8-1) UNRELEASED; urgency=low + + * New upstream release + + -- Marcelo Jorge Vieira (metal) Wed, 16 Jun 2010 15:58:41 -0300 + +sltv (0.7-1) UNRELEASED; urgency=low + + * New upstream release + + -- Marcelo Jorge Vieira (metal) Mon, 17 May 2010 16:23:30 -0300 + +sltv (0.6.1-1) UNRELEASED; urgency=low + + * New upstream release + - Removed debian/sltv.desktop, because was applied in upstream version. + - Removed libgtk2.0-dev and libgstreamer0.10-dev from Build-Depends field. + + -- Marcelo Jorge Vieira (metal) Tue, 23 Mar 2010 16:16:14 -0300 + +sltv (0.6-2) UNRELEASED; urgency=low + + * Added SLTV icon menu + + -- Marcelo Jorge Vieira (metal) Wed, 17 Mar 2010 14:21:03 -0300 + +sltv (0.6-1) UNRELEASED; urgency=low + + * New upstream release + + -- Marcelo Jorge Vieira (metal) Tue, 16 Mar 2010 20:49:37 -0300 + +sltv (0.5-1) UNRELEASED; urgency=low + + * New upstream release + + -- Marcelo Jorge Vieira (metal) Wed, 03 Mar 2010 22:54:03 -0300 + +sltv (0.3-1) UNRELEASED; urgency=low + + * New upstream release + + -- Marcelo Jorge Vieira (metal) Thu, 18 Feb 2010 19:08:48 -0200 + +sltv (0.2.1~git20100212-1) UNRELEASED; urgency=low + + * New upstream release + + -- Marcelo Jorge Vieira (metal) Fri, 12 Feb 2010 19:36:06 -0200 + +sltv (0.2-1) UNRELEASED; urgency=low + + * Initial release + + -- Marcelo Jorge Vieira (metal) Thu, 11 Feb 2010 20:44:01 -0200 --- landell-0.92.1.orig/debian/compat +++ landell-0.92.1/debian/compat @@ -0,0 +1 @@ +7 --- landell-0.92.1.orig/debian/control +++ landell-0.92.1/debian/control @@ -0,0 +1,34 @@ +Source: landell +Section: video +Priority: optional +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Thadeu Lima de Souza Cascardo +Uploaders: Marcelo Jorge Vieira (metal) +Build-Depends: debhelper (>= 7.0.50~), + python (>= 2.6.6-3~) +Standards-Version: 3.9.2 +Homepage: http://landell.holoscopio.com +Vcs-Git: http://git.holoscopio.com/git/sltv.git +Vcs-Browser: http://git.holoscopio.com/?p=sltv.git;a=summary + +Package: landell +Architecture: all +Depends: ${misc:Depends}, + ${python:Depends}, + gstreamer0.10-plugins-base (>= 0.10.19), + gstreamer0.10-plugins-good (>= 0.10.8), + gstreamer0.10-plugins-bad (>= 0.10.7), + gstreamer0.10-alsa (>= 0.10.19), + gstreamer0.10-x (>= 0.10.19), + gstreamer0.10-hplugins (>= 0.2.0), + gstreamer0.10-videomixer2 | gstreamer0.10-plugins-good (>= 0.10.26), + python (>= 2.5), + python-gst0.10 (>= 0.10.12), + python-configobj (>= 4.5.2), + python-gobject (>= 2.14.2), + python-gtk2 (>= 2.16) +Recommends: gstreamer0.10-ffmpeg (>= 0.10.4) +Description: audio and video streams manager + Landell is an audio and video streamer that receives streams from sources + and sends a stream using icecast. It has a graphical interface that + shows preview and allows applying dynamic effects and configuring stream. --- landell-0.92.1.orig/debian/copyright +++ landell-0.92.1/debian/copyright @@ -0,0 +1,16 @@ +Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat +Upstream-Name: landell +Upstream-Maintainer: Holoscópio Tecnologia +Upstream-Source: http://landell.holoscopio.com + +Files: * +Copyright: (c) 2010 Holoscópio Tecnologia +License: GPL-2+ + +Files: debian/* +Copyright: (c) 2010 Holoscópio Tecnologia +License: GPL-2+ + +License: GPL-2+ + On Debian GNU/Linux systems, the complete text of the GPL License + can be found in `/usr/share/common-licenses/GPL-2' --- landell-0.92.1.orig/debian/docs +++ landell-0.92.1/debian/docs @@ -0,0 +1,4 @@ +README +RELEASE +AUTHORS +THANKS --- landell-0.92.1.orig/debian/rules +++ landell-0.92.1/debian/rules @@ -0,0 +1,6 @@ +#!/usr/bin/make -f +%: + dh $@ --with python2 + +override_dh_python2: + dh_python2 /usr/lib/sltv