tags 595846 + patch
tags 615512 + patch
tags 629686 + patch
thanks

Dear maintainer,

I've prepared an NMU for djplay (versioned as 0.5.0-3.2). The diff
is attached to this message.

Regards.

-- 
Alessio Treglia          | www.alessiotreglia.com
Debian Developer         | ales...@debian.org
Ubuntu Core Developer    | quadris...@ubuntu.com
0FEC 59A5 E18E E04F 6D40 593B 45D4 8C7C DCFC 3FD0
diff -u djplay-0.5.0/debian/changelog djplay-0.5.0/debian/changelog
--- djplay-0.5.0/debian/changelog
+++ djplay-0.5.0/debian/changelog
@@ -1,3 +1,14 @@
+djplay (0.5.0-3.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Add missing #include statements to fix FTBFS on all architectures;
+    Closes: #629686 and LP: 595827
+  * Fix build-dependency on JACK (Closes: #595846).
+  * Fix build-dependency on libsoundtouch-dev (Closes: #615512).
+  * Explicitly set source format to 1.0.
+
+ -- Alessio Treglia <ales...@debian.org>  Mon, 08 Aug 2011 12:37:32 +0200
+
 djplay (0.5.0-3.1) unstable; urgency=low
 
   * Non-maintainer upload.
diff -u djplay-0.5.0/debian/control djplay-0.5.0/debian/control
--- djplay-0.5.0/debian/control
+++ djplay-0.5.0/debian/control
@@ -2,7 +2,7 @@
 Section: sound
 Priority: optional
 Maintainer: Adrien Cunin <adri2...@ubuntu.com>
-Build-Depends: debhelper (>= 7), quilt, autotools-dev, libqt3-mt-dev, libjack0.100.0-dev, libaudiofile-dev, libvorbis-dev, libsamplerate0-dev, libcdparanoia0-dev, libsoundtouch1-dev, libid3-3.8.3-dev, libmad0-dev, libmpeg3-dev, ladspa-sdk, swh-plugins, tap-plugins, libxml2-dev, libusb-dev, libdjconsole-dev
+Build-Depends: debhelper (>= 7), quilt, autotools-dev, libqt3-mt-dev, libjack-dev, libaudiofile-dev, libvorbis-dev, libsamplerate0-dev, libcdparanoia0-dev, libsoundtouch-dev, libid3-3.8.3-dev, libmad0-dev, libmpeg3-dev, ladspa-sdk, swh-plugins, tap-plugins, libxml2-dev, libusb-dev, libdjconsole-dev
 Standards-Version: 3.7.3
 Homepage: http://djplay.sourceforge.net/
 
diff -u djplay-0.5.0/debian/patches/series djplay-0.5.0/debian/patches/series
--- djplay-0.5.0/debian/patches/series
+++ djplay-0.5.0/debian/patches/series
@@ -2,0 +3 @@
+03_fstat.diff
only in patch2:
unchanged:
--- djplay-0.5.0.orig/debian/source/format
+++ djplay-0.5.0/debian/source/format
@@ -0,0 +1 @@
+1.0
only in patch2:
unchanged:
--- djplay-0.5.0.orig/debian/patches/03_fstat.diff
+++ djplay-0.5.0/debian/patches/03_fstat.diff
@@ -0,0 +1,21 @@
+Description: Fix no matching function for call to
+ stat::stat(const char*, stat*) error, fix FTBFS.
+Origin: Ubuntu
+Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=629686
+Bug-Ubuntu: https://launchpad.net/bugs/595827
+Forwarded: no
+---
+ mp3map.cpp |    2 ++
+ 1 file changed, 2 insertions(+)
+
+--- djplay-0.5.0.orig/mp3map.cpp
++++ djplay-0.5.0/mp3map.cpp
+@@ -8,6 +8,8 @@
+ #include <pthread.h>
+ #include <sched.h>
+ #include <fcntl.h>
++#include <sys/types.h>
++#include <sys/stat.h>
+ 
+ #define ALLOCATION_STEP 8192
+ 

Reply via email to