From adbda362cd2b235d30a1bc3f8ef4dd3c0357e0dd Mon Sep 17 00:00:00 2001 From: "EinvalSledge@gmail.com" Date: Fri, 13 Apr 2012 21:38:38 +0000 Subject: [PATCH] Update debian packaging for new release git-svn-id: http://abcde.googlecode.com/svn/trunk@299 a0fa61bc-5347-0410-a1a9-7f54aa4e1825 --- debian/changelog | 18 ++++++++++++++++++ debian/control | 12 ++++++------ debian/rules | 4 +++- 3 files changed, 27 insertions(+), 7 deletions(-) diff --git a/debian/changelog b/debian/changelog index 009ab87..a5b54b2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,21 @@ +abcde (2.5.0-1) unstable; urgency=low + + * New upstream release, fixing several bugs: + + Add support for Musicbrainz using a perl helper script. + Closes: #665970 + + Tweak man page. Thanks to Mats Erik Andersson for the patch. + Closes: #627237 + + Make the -q option work again. Thanks to A Mennucc for the patch. + Closes: #562522 + * Remove the Suggests: python-musicbrainz; it's never been used and this + patch makes it totally obsolete. Closes: #657003 + * Add Steve McIntyre to Uploaders + * Update debhelper build-dep. + * Add build-arch and build-indep rules + * Update Standards-Version to 3.9.3 + + -- Steve McIntyre <93sam@debian.org> Fri, 13 Apr 2012 22:29:45 +0100 + abcde (2.4.2-1) unstable; urgency=low * Bumped to 2.4.2 diff --git a/debian/control b/debian/control index 893a149..0833191 100644 --- a/debian/control +++ b/debian/control @@ -2,17 +2,17 @@ Source: abcde Section: sound Priority: optional Maintainer: Jesus Climent -Uploaders: Colin Tuckley +Uploaders: Colin Tuckley , Steve McIntyre <93sam@debian.org> Homepage: http://code.google.com/p/abcde/ -Standards-Version: 3.8.4 -Build-Depends: debhelper (>= 5) +Standards-Version: 3.9.3 +Build-Depends: debhelper (>= 8) Vcs-Svn: http://abcde.googlecode.com/svn/trunk/ Package: abcde Architecture: all -Depends: ${misc:Depends}, cd-discid, wget, cdparanoia | icedax, vorbis-tools (>= 1.0beta4-1) | lame | flac | bladeenc | speex -Recommends: vorbis-tools -Suggests: eject, distmp3, id3 (>= 0.12), id3v2, eyed3, normalize-audio, vorbisgain, mkcue, mp3gain, python-musicbrainz +Depends: ${misc:Depends}, cd-discid, wget, cdparanoia | icedax, vorbis-tools (>= 1.0beta4-1) | lame | flac | bladeenc | speex +Recommends: vorbis-tools, libmusicbrainz-discid-perl, libwebservice-musicbrainz-perl +Suggests: eject, distmp3, id3 (>= 0.12), id3v2, eyed3, normalize-audio, vorbisgain, mkcue, mp3gain Description: A Better CD Encoder A frontend program to cdparanoia, wget, cd-discid, id3, and your favorite Ogg/Vorbis, MP3, FLAC, Ogg/Speex and/or MPP/MP+(Musepack) encoder (defaults diff --git a/debian/rules b/debian/rules index b409981..595d6f3 100755 --- a/debian/rules +++ b/debian/rules @@ -6,7 +6,9 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 -build: build-stamp +build: build-arch build-indep +build-arch: build-stamp +build-indep: build-stamp build-stamp: dh_testdir -- 2.20.1