tags 696507 + pending
thanks

Dear maintainer,

Ivo De Decker has prepared a patch and I've uploaded an NMU for
festival (versioned as 1:2.1~release-5.1) to DELAYED/2. Please feel
free to tell me if I should delay it longer.

Regards.

-- 
 .''`.  Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06
 : :' : Debian GNU/Linux user, admin, and developer  -  http://www.debian.org/
 `. `'  Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe
   `-   NP: Beatles
diff -Nru festival-2.1~release/debian/changelog festival-2.1~release/debian/changelog
--- festival-2.1~release/debian/changelog	2012-04-15 01:40:18.000000000 +0200
+++ festival-2.1~release/debian/changelog	2013-01-06 00:50:37.000000000 +0100
@@ -1,3 +1,15 @@
+festival (1:2.1~release-5.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix "FTBFS: does not define DEB_HOST_MULTIARCH":
+    set and export DEB_HOST_MULTIARCH in debian/rules, thanks to Ivo De Decker
+    for the solution.
+    Build-depend on dpkg-dev (>= 1.16.0) to ensure DEB_HOST_MULTIARCH is
+    available.
+    (Closes: #696507)
+
+ -- gregor herrmann <gre...@debian.org>  Sun, 06 Jan 2013 00:50:19 +0100
+
 festival (1:2.1~release-5) unstable; urgency=low
 
   [ Samuel Thibault ]
diff -Nru festival-2.1~release/debian/control festival-2.1~release/debian/control
--- festival-2.1~release/debian/control	2012-04-15 01:20:03.000000000 +0200
+++ festival-2.1~release/debian/control	2013-01-06 00:34:51.000000000 +0100
@@ -13,7 +13,8 @@
                libncurses5-dev,
                texinfo,
                quilt,
-               libaudiofile-dev
+               libaudiofile-dev,
+               dpkg-dev (>= 1.16.0)
 Standards-Version: 3.9.3
 Homepage: http://www.cstr.ed.ac.uk/projects/festival/
 Vcs-Git: git://git.debian.org/git/tts/festival.git
diff -Nru festival-2.1~release/debian/rules festival-2.1~release/debian/rules
--- festival-2.1~release/debian/rules	2012-01-08 03:04:12.000000000 +0100
+++ festival-2.1~release/debian/rules	2013-01-06 00:33:42.000000000 +0100
@@ -6,6 +6,9 @@
 DPKG_EXPORT_BUILDFLAGS = 1
 -include /usr/share/dpkg/buildflags.mk
 
+DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
+export DEB_HOST_MULTIARCH
+
 override_dh_auto_configure:
 #Avoid conflicting with upstreams build system
 

Attachment: signature.asc
Description: Digital signature

Reply via email to