--- oggconvert-0.3.1.orig/debian/control +++ oggconvert-0.3.1/debian/control @@ -0,0 +1,35 @@ +Source: oggconvert +Section: sound +Priority: optional +Maintainer: Luca Falavigna +Build-Depends: debhelper (>= 5) +Build-Depends-Indep: python-central (>= 0.6), python-all-dev (>= 2.4), python-gst0.10 +Homepage: http://oggconvert.tristanb.net/ +Standards-Version: 3.7.3 +XS-Python-Version: all + +Package: oggconvert +Architecture: all +Depends: ${python:Depends}, ${misc:Depends}, python-gtk2, python-glade2, python-gst0.10 +Recommends: gstreamer0.10-plugins-base, gstreamer0.10-plugins-good, gstreamer0.10-plugins-bad, gstreamer0.10-plugins-ugly +Suggests: gstreamer0.10-schroedinger, gstreamer0.10-plugins-bad-multiverse, gstreamer0.10-plugins-ugly-multiverse +XB-Python-Version: ${python:Versions} +Description: Convert media files to free formats + OggConvert is a small GNOME utility which uses GStreamer to convert + (almost) any media file to the patent-free Ogg Vorbis, Theora and + Dirac formats. + . + The main interesting points are: + * It is very easy to use: drag a file onto the source bar (or use + the file chooser) and hit Convert button. Of course, you can also change + the video format, quality settings and the output filename if you like. + * It uses GStreamer, so it can convert (almost) any file Totem can play. + * It can deal with audio-only files, video-only files, and files with many + audio tracks (such as DVD rips with a commentary track). + * Thanks to the magic of GStreamer, metadata (for example, title and artist + info on an MP3) is preserved. + * Adheres to the GNOME HIG as much as possible. + * Supports the Schroedinger encoder for encoding to the Dirac video format + (note that this encoder is currently experimental). + * Supports encoding to the Matroska container format. + --- oggconvert-0.3.1.orig/debian/oggconvert.dirs +++ oggconvert-0.3.1/debian/oggconvert.dirs @@ -0,0 +1,2 @@ +usr/share/applications/ +usr/share/pixmaps/ --- oggconvert-0.3.1.orig/debian/oggconvert.docs +++ oggconvert-0.3.1/debian/oggconvert.docs @@ -0,0 +1,2 @@ +AUTHORS +README --- oggconvert-0.3.1.orig/debian/rules +++ oggconvert-0.3.1/debian/rules @@ -0,0 +1,44 @@ +#!/usr/bin/make -f + +build: build-stamp + python $(CURDIR)/setup.py build --build-base=$(CURDIR)/debian/oggconvert/build + +build: build-stamp +build-stamp: + dh_testdir + touch $@ + +clean: + dh_testdir + dh_testroot + rm -f build-stamp + rm -fr $(CURDIR)/build $(CURDIR)/mo + rm -f $(CURDIR)/OggConvert/*.pyc + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + python setup.py install --root=$(CURDIR)/debian/oggconvert + +binary-indep: build install + dh_testdir + dh_testroot + dh_installchangelogs + dh_installdocs + dh_installman -poggconvert data/oggconvert.1 + dh_install + dh_pycentral + dh_compress + dh_fixperms + dh_installdeb + dh_gencontrol + dh_md5sums + dh_builddeb + +binary-arch: build install + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install --- oggconvert-0.3.1.orig/debian/watch +++ oggconvert-0.3.1/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://oggconvert.tristanb.net/releases/oggconvert-([0-9.]*)\.tar\.gz --- oggconvert-0.3.1.orig/debian/changelog +++ oggconvert-0.3.1/debian/changelog @@ -0,0 +1,109 @@ +oggconvert (0.3.1-2ubuntu1) hardy; urgency=low + + * Merge from Debian unstable. Fix LP: #204895 + Remaining changes: + - Suggest gstreamer multiverse plugins + + -- Luca Falavigna Sat, 22 Mar 2008 17:08:14 +0100 + +oggconvert (0.3.1-2) unstable; urgency=low + + * debian/rules: + - Do not delete /usr/lib directory, this was due to a python-central + bug, now solved (Closes: #472017). + * debian/control: + - Build-depend on python-central (>= 0.6). + - s/Gnome/GNOME/, fix spelling-error-in-description lintian warning + + -- Luca Falavigna Sat, 22 Mar 2008 09:42:07 +0100 + +oggconvert (0.3.1-1ubuntu1) hardy; urgency=low + + * Merge from debian unstable. Fix LP: #175770 + Remaining changes: + - Suggest gstreamer multiverse plugins + + -- Luca Falavigna Sat, 19 Jan 2008 17:52:14 +0100 + +oggconvert (0.3.1-1) unstable; urgency=low + + * New upstream release. + * Drop the following patches (merged upstream) together with dpatch: + - debian/patches/01_shebang_removals.dpatch + - debian/patches/02_TypeError_fix.dpatch + + -- Luca Falavigna Fri, 18 Jan 2008 13:37:48 +0100 + +oggconvert (0.3.0-2ubuntu1) hardy; urgency=low + + * Merge from Debian unstable. Fix LP: #180172 + Remaining Ubuntu changes: + - Suggest gstreamer multiverse plugins + + -- Luca Falavigna Mon, 14 Jan 2008 11:19:08 +0100 + +oggconvert (0.3.0-2) unstable; urgency=low + + * debian/patches/02_TypeError_fix: + - Fix TypeError exception, thanks Oleksandr Moskalenko + * Update to new policy (3.7.3) + * Remove debian/pycompat + * Do not provide /usr/lib in binary package, fix lintian warning + + -- Luca Falavigna Thu, 03 Jan 2008 17:50:58 +0100 + +oggconvert (0.3.0-1ubuntu1) hardy; urgency=low + + * Merge from debian unstable, remaining changes: + - Suggest gstreamer multiverse plugins + + -- Luca Falavigna Mon, 26 Nov 2007 09:42:11 +0000 + +oggconvert (0.3.0-1) unstable; urgency=low + + * New upstream release + - Drop debian/oggconvert.svg, now provided upstream + - Drop debian/patches/01_desktop_file_icon.dpatch, fixed upstream + * debian/patches/01_shebang_removals.dpatch: + - do not include #!/usr/bin/python in OggConvert/__init__.py + * debian/control: add Matroska details to long description + * debian/watch: improve regex + + -- Luca Falavigna Sun, 25 Nov 2007 03:51:40 +0100 + +oggconvert (0.2.1.1-3ubuntu1) hardy; urgency=low + + * Merge from debian unstable (LP: #165069) + * Suggest gstreamer multiverse plugins yet again after debian merge. + + -- Paul David Bartell Sun, 25 Nov 2007 12:49:31 -0800 + +oggconvert (0.2.1.1-3) unstable; urgency=low + + * Do not recommend gstreamer0.10-schroedinger, suggest it instead + * Use Homepage field in debian/control + * Remove XS-Vcs-Bzr field in debian/control, not really useful for now + + -- Luca Falavigna Mon, 29 Oct 2007 00:17:14 +0100 + +oggconvert (0.2.1.1-2ubuntu1) gutsy; urgency=low + + * Resync with Debian unstable + * Suggest gstreamer multiverse plugins + + -- Luca Falavigna Fri, 17 Aug 2007 22:00:19 +0200 + +oggconvert (0.2.1.1-2) unstable; urgency=low + + * Depends on python-glade2 (Closes: #437964) Thanks to Adrian Bunk + * Improve clean routine in debian/rules + * Use XS-Vcs-Bzr in debian/control + + -- Luca Falavigna Wed, 15 Aug 2007 11:10:35 +0200 + +oggconvert (0.2.1.1-1) unstable; urgency=low + + * Initial release (Closes: #430730) + * Added icon from https://launchpad.net/bugs/117849 + + -- Luca Falavigna Thu, 2 Aug 2007 15:41:41 +0200 --- oggconvert-0.3.1.orig/debian/oggconvert.install +++ oggconvert-0.3.1/debian/oggconvert.install @@ -0,0 +1,2 @@ +data/oggconvert.svg usr/share/pixmaps +data/oggconvert.desktop usr/share/applications --- oggconvert-0.3.1.orig/debian/compat +++ oggconvert-0.3.1/debian/compat @@ -0,0 +1 @@ +5 --- oggconvert-0.3.1.orig/debian/copyright +++ oggconvert-0.3.1/debian/copyright @@ -0,0 +1,30 @@ +This package was debianized by Luca Falavigna on +Thu, 2 Aug 2007 15:41:41 +0200. + +It was downloaded from http://oggconvert.tristanb.net/ + +Upstream Author: Tristan Brindle + +Copyright: 2007, Tristan Brindle + +License: + + This package is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2 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 + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser 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 the GNU Lesser General +Public License can be found in `/usr/share/common-licenses/LGPL'. + +The Debian packaging is (C) 2007, Luca Falavigna and +is licensed under the GPL, see `/usr/share/common-licenses/GPL'.