Merge lp:~l3on/ubuntu/precise/le/fix-ftbfs into lp:ubuntu/precise/le

Proposed by Leo Iannacone
Status: Merged
Merged at revision: 9
Proposed branch: lp:~l3on/ubuntu/precise/le/fix-ftbfs
Merge into: lp:ubuntu/precise/le
Diff against target: 73 lines (+32/-2)
5 files modified
debian/changelog (+8/-0)
debian/control (+3/-2)
debian/patches/fix-ftbfs-with-multiarch.patch (+19/-0)
debian/patches/series (+1/-0)
debian/rules (+1/-0)
To merge this branch: bzr merge lp:~l3on/ubuntu/precise/le/fix-ftbfs
Reviewer Review Type Date Requested Status
Jamie Strandboge Approve
Ubuntu branches Pending
Review via email: mp+94851@code.launchpad.net

Description of the change

le fails to build, looking for ncuresesw that now are installed with multiarch support.

New patch agaist acinclude.m4 and and run dh-autreconf

To post a comment you must log in.
Revision history for this message
Jamie Strandboge (jdstrand) wrote :

This looks good to me and I am in the process of uploading it. Have you submitted this to Debian? If not, please use 'submittodebian'. Thanks!

review: Approve

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 2009-12-28 18:20:08 +0000
3+++ debian/changelog 2012-02-27 20:52:19 +0000
4@@ -1,3 +1,11 @@
5+le (1.14.3-1ubuntu1) precise; urgency=low
6+
7+ * Fix ftbfs with ncurses in multiarch (LP: #935217, closes: #651705):
8+ + new patch against acinclude.m4
9+ + build with dh-autoreconf
10+
11+ -- Leo Iannacone <l3on@ubuntu.com> Mon, 27 Feb 2012 21:37:58 +0100
12+
13 le (1.14.3-1) unstable; urgency=low
14
15 * New upstream release
16
17=== modified file 'debian/control'
18--- debian/control 2009-12-28 18:20:08 +0000
19+++ debian/control 2012-02-27 20:52:19 +0000
20@@ -1,8 +1,9 @@
21 Source: le
22 Section: editors
23 Priority: optional
24-Maintainer: Raphael Geissert <geissert@debian.org>
25-Build-Depends: debhelper (>= 6.0.0), autotools-dev, libncursesw5-dev, quilt, cdbs
26+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
27+XSBC-Original-Maintainer: Raphael Geissert <geissert@debian.org>
28+Build-Depends: debhelper (>= 6.0.0), autotools-dev, libncursesw5-dev, quilt, cdbs, dh-autoreconf
29 Standards-Version: 3.8.3
30 Homepage: http://freshmeat.net/projects/leeditor/
31
32
33=== added file 'debian/patches/fix-ftbfs-with-multiarch.patch'
34--- debian/patches/fix-ftbfs-with-multiarch.patch 1970-01-01 00:00:00 +0000
35+++ debian/patches/fix-ftbfs-with-multiarch.patch 2012-02-27 20:52:19 +0000
36@@ -0,0 +1,19 @@
37+Description: Fix ftbfs while looking for ncurses in multiarch
38+Author: Leo Iannacone <l3on@ubuntu.com>
39+Bug-Ubuntu: https://bugs.launchpad.net/bugs/935217
40+Bug-Debian: http://bugs.debian.org/651705
41+
42+---
43+ acinclude.m4 | 1 +
44+ 1 file changed, 1 insertion(+)
45+
46+--- le.orig/acinclude.m4
47++++ le/acinclude.m4
48+@@ -48,6 +48,7 @@ AC_DEFUN([LE_PATH_CURSES_DIRECT],
49+ for ac_dir0 in `echo "$ac_curses_includes" | sed -e 's:include:lib:' -e 's:/ncurses$::'` \
50+ /usr/lib \
51+ /usr/local/lib \
52++ /usr/lib/`dpkg-architecture -qDEB_HOST_MULTIARCH` \
53+ ; \
54+ do
55+ for ac_dir in ${ac_dir0}64 ${ac_dir0}; do
56
57=== modified file 'debian/patches/series'
58--- debian/patches/series 2009-12-28 18:20:08 +0000
59+++ debian/patches/series 2012-02-27 20:52:19 +0000
60@@ -1,3 +1,4 @@
61 debian-changelog-dist-allow-dash.patch
62 fix-html-in-php-syntax-delimiter.patch
63 extend-sql-syntax.patch
64+fix-ftbfs-with-multiarch.patch
65
66=== modified file 'debian/rules'
67--- debian/rules 2009-05-05 23:28:56 +0000
68+++ debian/rules 2012-02-27 20:52:19 +0000
69@@ -11,3 +11,4 @@
70 include /usr/share/cdbs/1/class/autotools.mk
71 include /usr/share/cdbs/1/rules/debhelper.mk
72 include /usr/share/cdbs/1/rules/patchsys-quilt.mk
73+include /usr/share/cdbs/1/rules/autoreconf.mk

Subscribers

People subscribed via source and target branches

to all changes: