Update debian packaging for new release
authorEinvalSledge@gmail.com <EinvalSledge@gmail.com@a0fa61bc-5347-0410-a1a9-7f54aa4e1825>
Fri, 13 Apr 2012 21:38:38 +0000 (21:38 +0000)
committerEinvalSledge@gmail.com <EinvalSledge@gmail.com@a0fa61bc-5347-0410-a1a9-7f54aa4e1825>
Fri, 13 Apr 2012 21:38:38 +0000 (21:38 +0000)
git-svn-id: http://abcde.googlecode.com/svn/trunk@299 a0fa61bc-5347-0410-a1a9-7f54aa4e1825

debian/changelog
debian/control
debian/rules

index 009ab87..a5b54b2 100644 (file)
@@ -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
index 893a149..0833191 100644 (file)
@@ -2,17 +2,17 @@ Source: abcde
 Section: sound
 Priority: optional
 Maintainer: Jesus Climent <jesus.climent@hispalinux.es>
-Uploaders: Colin Tuckley <colint@debian.org>
+Uploaders: Colin Tuckley <colint@debian.org>, 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 
index b409981..595d6f3 100755 (executable)
@@ -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