--- dir2ogg-0.11.8.orig/debian/control +++ dir2ogg-0.11.8/debian/control @@ -0,0 +1,22 @@ +Source: dir2ogg +Section: sound +Priority: optional +Maintainer: Julian Andres Klode +Standards-Version: 3.8.2 +Build-Depends: debhelper (>= 5) +Homepage: http://jak-linux.org/projects/dir2ogg/ +VCS-Bzr: http://bazaar.launchpad.net/~juliank/dir2ogg/main +VCS-Browser: http://codebrowse.launchpad.net/~juliank/dir2ogg/main/changes + +Package: dir2ogg +Architecture: all +Depends: python (>= 2.4), python-mutagen, vorbis-tools, mpg123 | mpg321 +Recommends: faad, wavpack, ${distro:Recommends} +Suggests: ${distro:Suggests}, python-musicbrainz2, python-cddb, cdparanoia | icedax +Description: audio file converter into ogg-vorbis format + dir2ogg converts MP3, M4A, WMA, FLAC, WAV files and Audio CDs to the + open-source OGG format. + . + It is a Python script that simply binds together the various decoders and + oggenc making it easier for the user to convert his/her music files. It also + supports ID3 tags. --- dir2ogg-0.11.8.orig/debian/rules +++ dir2ogg-0.11.8/debian/rules @@ -0,0 +1,42 @@ +#!/usr/bin/make -f +# Check for DISTRIB_ID in /etc/lsb-release. Ignore Errors. Empty on Debian, +# contains Ubuntu on Ubuntu systems +DISTRO := $(shell sed -n 's/DISTRIB_ID=\(.*\)/\1/p' /etc/lsb-release 2>/dev/null) + +ifeq ($(DISTRO), Ubuntu) +SUGGESTS := mplayer-nogui | mplayer, alac-decoder +else +RECOMMENDS := mplayer, musepack-tools +endif + +build: + +clean: + dh_testdir + dh_testroot + dh_clean + +install: + dh_testdir + dh_testroot + dh_clean -k + dh_install dir2ogg usr/bin + +# Architecture Independent +binary-indep: build install + dh_testdir + dh_testroot + dh_installdocs README + dh_installchangelogs NEWS + dh_installman dir2ogg.1 + dh_compress + dh_fixperms + dh_installdeb + dh_gencontrol -- -Vdistro:Recommends="$(RECOMMENDS)" -Vdistro:Suggests="$(SUGGESTS)" + dh_md5sums + dh_builddeb + +binary-arch: build install + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install --- dir2ogg-0.11.8.orig/debian/changelog +++ dir2ogg-0.11.8/debian/changelog @@ -0,0 +1,141 @@ +dir2ogg (0.11.8-1) unstable; urgency=low + + * New upstream release: + - Process files in alphabetical order (Closes: #536040) + - Support converting directories without specifying -d (Closes: #535209) + - Introduce support for Monkey's Audio with APEv2 tags (LP: #279834), + and Musepack and WavPack audio files. + - More readable output, including progress messages about current file, + and the option --quiet to not show progress of oggenc. + * Packaging changes: + - Update Standards-Version to 3.8.2. + - Recommend musepack-tools and wavpack. + + -- Julian Andres Klode Tue, 04 Aug 2009 20:18:59 +0200 + +dir2ogg (0.11.7-1) unstable; urgency=low + + * New bugfix release: + - Fix problems with mpg123 and files not using 44100Hz (LP: #272341) + - Make --preserve-wav work when using mplayer (Closes: #513566) + - Fix problem where tags from one file appear in other files (LP: #276037) + * Some packaging changes: + - Move all CD-related dependencies from Recommends to Suggests + - Update e-mail address + - Update to Standards-Version 3.8.1 + + -- Julian Andres Klode Sun, 03 May 2009 16:17:14 +0200 + +dir2ogg (0.11.6-1) unstable; urgency=low + + * The 'Marek Palatinus' release, fixing a serious bug with FLAC files, and + improving the smart-mp3 feature. + + -- Julian Andres Klode Mon, 14 Jul 2008 21:04:24 +0200 + +dir2ogg (0.11.5-1) unstable; urgency=low + + * New bugfix release: Fix support for files with no headers (LP: #229179) + + -- Julian Andres Klode Wed, 14 May 2008 17:28:31 +0200 + +dir2ogg (0.11.4-1) unstable; urgency=low + + * New upstream bugfix release + - Fix support for newer mpg123 versions + - Print error message if CD is not in FreeDB (LP: #198845) + * debian/rules, debian/control: + - Add some lsb-release stuff to remove the need for merges in Ubuntu + * Ubuntu-only changes: + - faad is now in universe => recommend it + - Suggest mplayer-nogui | mplayer, instead of only mplayer + + -- Julian Andres Klode Tue, 01 Apr 2008 16:54:33 +0200 + +dir2ogg (0.11.3-1) unstable; urgency=low + + * More complete fix for tags with non-ascii values + + -- Julian Andres Klode Tue, 25 Mar 2008 16:40:28 +0100 + +dir2ogg (0.11.2-1) unstable; urgency=low + + * New upstream bugfix release + - Fix FLAC tags with non-ascii values (Closes: #466107) + * debian/control: + - Add Dm-Upload-Allowed + - Fix spelling-error-in-description python Python + * debian/copyright: + - Use new format: http://wiki.debian.org/Proposals/CopyrightFormat + - Update Copyright years + + -- Julian Andres Klode Sun, 17 Feb 2008 12:00:15 +0100 + +dir2ogg (0.11.1-1) unstable; urgency=low + + * New upstream release, fixing support for wav and wma. + * Upgrade to Debian Policy 3.7.3 + * Recommend icedax as an alternative to cdparanoia + + -- Julian Andres Klode Tue, 18 Dec 2007 12:03:05 +0100 + +dir2ogg (0.11-1) unstable; urgency=low + + * New upstream release, changes since RC1: + - Fix mpg123 to decode all frames (set to first frame for testing purposes) + - Try to use same quality as in MP3 (Closes: #437263) + * Switch to the homepage field, add VCS-Bzr and VCS-Browser + + -- Julian Andres Klode Sun, 25 Nov 2007 16:44:14 +0100 + +dir2ogg (0.11~rc1-1) unstable; urgency=low + + * First release candidate of dir2ogg 0.11, with improved MP3 support + and more. + * First 0.11 series upload to unstable + + -- Julian Andres Klode Sun, 04 Nov 2007 17:21:27 +0100 + +dir2ogg (0.11~alpha3-1) experimental; urgency=low + + * New development release + - CD Ripper with support for MusicBrainz and CDDB + - Fix FLAC and MP3 decoders support + * Packaging + - Recommend python-musicbrainz2, python-cddb and cdparanoia + - Improved long description + + -- Julian Andres Klode Fri, 17 Aug 2007 16:57:06 +0200 + +dir2ogg (0.11~alpha2-1) experimental; urgency=low + + * New development release with new features: + - FLAC as input format + - Use pipes for decoding/encoding (disable with --no-pipes) + - Use subprocess.* to run decoders/encoders + + -- Julian Andres Klode Mon, 06 Aug 2007 16:23:42 +0200 + +dir2ogg (0.10.2-1) unstable; urgency=low + + * bugfix release: pass --quality=N to oggenc + + -- Julian Andres Klode Sun, 29 Jul 2007 20:38:14 +0200 + +dir2ogg (0.10.1-1) unstable; urgency=low + + * Initial upload into Debian main (Closes: #428188). This package is based + on a Ubuntu package by Lionel Le Folgoc . I also + took over upstream development as of version 0.10. + * The following changes have been made in preparation for Debian upload + - debian/rules: no CDBS and pycentral anymore (not needed) + - debian/control: + + depend on mpg123 | mpg321 instead of mpg123 + + remove CDBS and pycentral deps + + use mutagen for MP3, WMA and M4A tags + - debian/copyright: + + reflect the upstream switch from Artistic license to GNU General + Public License 2 or later + + add debian packaging copyright information + + -- Julian Andres Klode Wed, 18 Jul 2007 22:50:27 +0200 --- dir2ogg-0.11.8.orig/debian/compat +++ dir2ogg-0.11.8/debian/compat @@ -0,0 +1 @@ +5 --- dir2ogg-0.11.8.orig/debian/copyright +++ dir2ogg-0.11.8/debian/copyright @@ -0,0 +1,18 @@ +Original source may be found at: http://jak-linux.org/projects/dir2ogg/ + +Files: * +Copyright: © 2003-2006 Darren Kirby + © 2007-2009 Julian Andres Klode +License: GPL-2+ + 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 2 of the License, or + (at your option) any later version. + +Files: debian/* +Copyright: © 2007 Lionel Le Folgoc + © 2007-2009 Julian Andres Klode +License: GPL-2+ + +On Debian systems, the complete text of the GNU General Public License +can be found in file "/usr/share/common-licenses/GPL-2".