Dear maintainer,

I've prepared an NMU for cynthiune.app (versioned as 0.9.5-13.1). The diff
is attached to this message.

Regards.

-- 
Alessio Treglia          | www.alessiotreglia.com
Debian Developer         | ales...@debian.org
Ubuntu Core Developer    | quadris...@ubuntu.com
0416 0004 A827 6E40 BB98 90FB E8A4 8AE5 311D 765A
diff -u cynthiune.app-0.9.5/debian/control cynthiune.app-0.9.5/debian/control
--- cynthiune.app-0.9.5/debian/control
+++ cynthiune.app-0.9.5/debian/control
@@ -17,6 +17,7 @@
 	       libmusicbrainz4-dev,
 	       libmpcdec-dev (>= 2:0.1~r435),
 	       libasound2-dev [linux-any],
+	       pkg-config,
 	       quilt,
 	       imagemagick
 Vcs-Arch: http://arch.debian.org/arch/pkg-gnustep/gnustep/cynthiune-app--debian--1.0
diff -u cynthiune.app-0.9.5/debian/changelog cynthiune.app-0.9.5/debian/changelog
--- cynthiune.app-0.9.5/debian/changelog
+++ cynthiune.app-0.9.5/debian/changelog
@@ -1,3 +1,12 @@
+cynthiune.app (0.9.5-13.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Prevent FTBFS with audiofile's latest 0.3.x series by relying on
+    pkg-config for gathering the building flags instead of the no longer
+    provided audiofile-config tool (Closes: #654766).
+
+ -- Alessio Treglia <ales...@debian.org>  Fri, 27 Jan 2012 00:51:15 +0100
+
 cynthiune.app (0.9.5-13) unstable; urgency=medium
 
   * debian/control (Build-Depends): Remove libartsc0-dev (Closes:
diff -u cynthiune.app-0.9.5/debian/patches/series cynthiune.app-0.9.5/debian/patches/series
--- cynthiune.app-0.9.5/debian/patches/series
+++ cynthiune.app-0.9.5/debian/patches/series
@@ -8,0 +9 @@
+use-pkg-config.patch
only in patch2:
unchanged:
--- cynthiune.app-0.9.5.orig/debian/patches/use-pkg-config.patch
+++ cynthiune.app-0.9.5/debian/patches/use-pkg-config.patch
@@ -0,0 +1,23 @@
+Description: Use pkg-config to retrieve building flags instead of the no
+ longer provided audiofile-config.
+Author: Daniel T Chen <crim...@ubuntu.com>
+Origin: http://launchpadlibrarian.net/88528108/cynthiune.app_0.9.5-13ubuntu1_0.9.5-13ubuntu2.diff.gz
+Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=654766
+Forwarded: no
+---
+ Bundles/AudioFile/GNUmakefile.preamble |    4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+--- cynthiune.app-0.9.5.orig/Bundles/AudioFile/GNUmakefile.preamble
++++ cynthiune.app-0.9.5/Bundles/AudioFile/GNUmakefile.preamble
+@@ -19,8 +19,8 @@
+ # the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ # Boston, MA 02111-1307, USA.
+ 
+-AUDIOFILE_CFLAGS := $(shell audiofile-config --cflags)
+-AUDIOFILE_LIBS := $(shell audiofile-config --libs)
++AUDIOFILE_CFLAGS := $(shell pkg-config audiofile --cflags)
++AUDIOFILE_LIBS := $(shell pkg-config audiofile --libs)
+ 
+ ADDITIONAL_INCLUDE_DIRS += -I../.. $(AUDIOFILE_CFLAGS)
+ 

Attachment: signature.asc
Description: Digital signature

Reply via email to