[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#639196: [src:timidity] A debdiff to fix the FTBFS bug



tags 639196 patch
thanks

Hi,

I attach a debdiff with a QA Upload to solve this bug.
As this package has an ITA, maybe this patch can be added to the
adoption :-)

I can try to ask for a sponsor to make the QA upload if the adopter
prefers it.

Cheers,
Mònica
diff -Nru timidity-2.13.2/debian/changelog timidity-2.13.2/debian/changelog
--- timidity-2.13.2/debian/changelog	2010-06-08 18:33:38.000000000 +0200
+++ timidity-2.13.2/debian/changelog	2011-08-29 15:03:17.000000000 +0200
@@ -1,3 +1,11 @@
+timidity (2.13.2-40) unstable; urgency=low
+
+  * QA upload.
+  * Pass the new multiarch ubication of nas library to ./configure, 
+    and build-depend on dpkg-dev. (Closes: #639196)
+
+ -- Mònica Ramírez Arceda <monica@probeta.net>  Mon, 29 Aug 2011 12:54:24 +0200
+
 timidity (2.13.2-39) unstable; urgency=low
 
   * Orphan the package.
diff -Nru timidity-2.13.2/debian/control timidity-2.13.2/debian/control
--- timidity-2.13.2/debian/control	2010-06-08 18:34:05.000000000 +0200
+++ timidity-2.13.2/debian/control	2011-08-29 15:03:38.000000000 +0200
@@ -2,7 +2,7 @@
 Section: sound
 Priority: optional
 Maintainer: Debian QA Group <packages@qa.debian.org>
-Build-Depends: debhelper (>= 7), libasound2-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], libaudiofile-dev, libesd0-dev, libjack-dev, libaudio-dev, libvorbis-dev (>= 1.0.0-3), libspeex-dev (>= 1.0), libflac-dev (>= 1.1.4), libncurses-dev, libslang2-dev, libx11-dev, libxext-dev, libxmu-dev, libxpm-dev, libxt-dev, libxaw7-dev, tcl8.4-dev, tk8.4-dev, libgtk2.0-dev, autotools-dev
+Build-Depends: debhelper (>= 7), libasound2-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], libaudiofile-dev, libesd0-dev, libjack-dev, libaudio-dev, libvorbis-dev (>= 1.0.0-3), libspeex-dev (>= 1.0), libflac-dev (>= 1.1.4), libncurses-dev, libslang2-dev, libx11-dev, libxext-dev, libxmu-dev, libxpm-dev, libxt-dev, libxaw7-dev, tcl8.4-dev, tk8.4-dev, libgtk2.0-dev, autotools-dev, dpkg-dev (>= 1.16.0)
 Standards-Version: 3.8.3
 Homepage: http://timidity.sourceforge.net/
 
diff -Nru timidity-2.13.2/debian/rules timidity-2.13.2/debian/rules
--- timidity-2.13.2/debian/rules	2009-09-11 09:47:54.000000000 +0200
+++ timidity-2.13.2/debian/rules	2011-08-29 15:18:18.000000000 +0200
@@ -14,6 +14,8 @@
 export DEB_HOST_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
 export DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
 export DEB_BUILD_ARCH_OS ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH_OS)
+export DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
+export DEB_LIBDIR_MULTIARCH = /usr/lib/$(DEB_HOST_MULTIARCH)
 
 # FOR AUTOCONF 2.52 AND NEWER ONLY
 CONFFLAGS =
@@ -77,7 +79,8 @@
 	 --with-default-output=default \
 	 --enable-interface=$(interface) \
 	 --enable-dynamic=slang,tcltk,vt100,xskin,gtk \
-	 --enable-server --enable-network --enable-spectrogram --enable-wrd
+	 --enable-server --enable-network --enable-spectrogram --enable-wrd \
+	 --with-nas-library=$(DEB_LIBDIR_MULTIARCH)/libaudio.so
 	touch doconfigure-stamp
 
 clean:	configure doconfigure

Attachment: signature.asc
Description: This is a digitally signed message part


Reply to: