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
=== modified file 'debian/changelog'
--- debian/changelog 2012-12-06 23:35:31 +0000
+++ debian/changelog 2013-01-11 07:19:22 +0000
@@ -1,3 +1,23 @@
1festival (1:2.1~release-5.1ubuntu1) raring; urgency=low
2
3 * Merge from Debian unstable. Remaining changes:
4 - debian/control: Drop file-rc as an alternative to sysv-rc, as
5 Ubuntu doesn't support it.
6
7 -- Logan Rosen <logatronico@gmail.com> Fri, 11 Jan 2013 02:10:49 -0500
8
9festival (1:2.1~release-5.1) unstable; urgency=low
10
11 * Non-maintainer upload.
12 * Fix "FTBFS: does not define DEB_HOST_MULTIARCH":
13 set and export DEB_HOST_MULTIARCH in debian/rules, thanks to Ivo De Decker
14 for the solution.
15 Build-depend on dpkg-dev (>= 1.16.0) to ensure DEB_HOST_MULTIARCH is
16 available.
17 (Closes: #696507)
18
19 -- gregor herrmann <gregoa@debian.org> Sun, 06 Jan 2013 00:50:19 +0100
20
1festival (1:2.1~release-5ubuntu1) raring; urgency=low21festival (1:2.1~release-5ubuntu1) raring; urgency=low
222
3 * Merge from Debian unstable. Remaining changes:23 * Merge from Debian unstable. Remaining changes:
424
=== modified file 'debian/control'
--- debian/control 2012-12-06 23:35:31 +0000
+++ debian/control 2013-01-11 07:19:22 +0000
@@ -14,7 +14,8 @@
14 libncurses5-dev,14 libncurses5-dev,
15 texinfo,15 texinfo,
16 quilt,16 quilt,
17 libaudiofile-dev17 libaudiofile-dev,
18 dpkg-dev (>= 1.16.0)
18Standards-Version: 3.9.319Standards-Version: 3.9.3
19Homepage: http://www.cstr.ed.ac.uk/projects/festival/20Homepage: http://www.cstr.ed.ac.uk/projects/festival/
20Vcs-Git: git://git.debian.org/git/tts/festival.git21Vcs-Git: git://git.debian.org/git/tts/festival.git
2122
=== modified file 'debian/rules'
--- debian/rules 2012-12-06 23:35:31 +0000
+++ debian/rules 2013-01-11 07:19:22 +0000
@@ -6,6 +6,9 @@
6DPKG_EXPORT_BUILDFLAGS = 16DPKG_EXPORT_BUILDFLAGS = 1
7-include /usr/share/dpkg/buildflags.mk7-include /usr/share/dpkg/buildflags.mk
88
9DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
10export DEB_HOST_MULTIARCH
11
9override_dh_auto_configure:12override_dh_auto_configure:
10#Avoid conflicting with upstreams build system13#Avoid conflicting with upstreams build system
1114

Subscribers

People subscribed via source and target branches

to all changes: