Merge lp:~logan/ubuntu/raring/festival/1-2.1-release-5.1 into lp:ubuntu/raring/festival

Proposed by Logan Rosen
Status: Merged
Merged at revision: 33
Proposed branch: lp:~logan/ubuntu/raring/festival/1-2.1-release-5.1
Merge into: lp:ubuntu/raring/festival
Diff against target: 54 lines (+25/-1)
3 files modified
debian/changelog (+20/-0)
debian/control (+2/-1)
debian/rules (+3/-0)
To merge this branch: bzr merge lp:~logan/ubuntu/raring/festival/1-2.1-release-5.1
Reviewer Review Type Date Requested Status
Ubuntu branches Pending
Review via email: mp+142843@code.launchpad.net
To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2012-12-06 23:35:31 +0000
3+++ debian/changelog 2013-01-11 07:19:22 +0000
4@@ -1,3 +1,23 @@
5+festival (1:2.1~release-5.1ubuntu1) raring; urgency=low
6+
7+ * Merge from Debian unstable. Remaining changes:
8+ - debian/control: Drop file-rc as an alternative to sysv-rc, as
9+ Ubuntu doesn't support it.
10+
11+ -- Logan Rosen <logatronico@gmail.com> Fri, 11 Jan 2013 02:10:49 -0500
12+
13+festival (1:2.1~release-5.1) unstable; urgency=low
14+
15+ * Non-maintainer upload.
16+ * Fix "FTBFS: does not define DEB_HOST_MULTIARCH":
17+ set and export DEB_HOST_MULTIARCH in debian/rules, thanks to Ivo De Decker
18+ for the solution.
19+ Build-depend on dpkg-dev (>= 1.16.0) to ensure DEB_HOST_MULTIARCH is
20+ available.
21+ (Closes: #696507)
22+
23+ -- gregor herrmann <gregoa@debian.org> Sun, 06 Jan 2013 00:50:19 +0100
24+
25 festival (1:2.1~release-5ubuntu1) raring; urgency=low
26
27 * Merge from Debian unstable. Remaining changes:
28
29=== modified file 'debian/control'
30--- debian/control 2012-12-06 23:35:31 +0000
31+++ debian/control 2013-01-11 07:19:22 +0000
32@@ -14,7 +14,8 @@
33 libncurses5-dev,
34 texinfo,
35 quilt,
36- libaudiofile-dev
37+ libaudiofile-dev,
38+ dpkg-dev (>= 1.16.0)
39 Standards-Version: 3.9.3
40 Homepage: http://www.cstr.ed.ac.uk/projects/festival/
41 Vcs-Git: git://git.debian.org/git/tts/festival.git
42
43=== modified file 'debian/rules'
44--- debian/rules 2012-12-06 23:35:31 +0000
45+++ debian/rules 2013-01-11 07:19:22 +0000
46@@ -6,6 +6,9 @@
47 DPKG_EXPORT_BUILDFLAGS = 1
48 -include /usr/share/dpkg/buildflags.mk
49
50+DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
51+export DEB_HOST_MULTIARCH
52+
53 override_dh_auto_configure:
54 #Avoid conflicting with upstreams build system
55

Subscribers

People subscribed via source and target branches

to all changes: