Merge lp:~barry/ubuntu/natty/ethos/618809-ftbfs into lp:ubuntu/natty/ethos

Proposed by Barry Warsaw
Status: Merged
Merge reported by: Barry Warsaw
Merged at revision: not available
Proposed branch: lp:~barry/ubuntu/natty/ethos/618809-ftbfs
Merge into: lp:ubuntu/natty/ethos
Diff against target: 70 lines (+26/-3)
5 files modified
.bzrignore (+1/-0)
debian/changelog (+6/-0)
debian/control (+4/-3)
debian/patches/02-pkg-config-for-vala-0.10.patch (+14/-0)
debian/patches/series (+1/-0)
To merge this branch: bzr merge lp:~barry/ubuntu/natty/ethos/618809-ftbfs
Reviewer Review Type Date Requested Status
Ubuntu branches Pending
Review via email: mp+45306@code.launchpad.net

Description of the change

This fixes the FTBFS by completing the libvala-dev to libvala-0.10-dev transition. Note however that the rules file as currently defined only builds the Python bindings for the default version of Python, meaning 2.7 only for Natty.

Because the original bug report is really related to the libvala transition and is already overloaded, a new bug should be reported on ethos for Python 2.6 support (should we decide to keep Python 2.6 for Natty).

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=== added file '.bzrignore'
2--- .bzrignore 1970-01-01 00:00:00 +0000
3+++ .bzrignore 2011-01-05 22:06:20 +0000
4@@ -0,0 +1,1 @@
5+.pc
6
7=== modified file 'debian/changelog'
8--- debian/changelog 2010-12-08 15:02:37 +0000
9+++ debian/changelog 2011-01-05 22:06:20 +0000
10@@ -1,3 +1,9 @@
11+ethos (0.2.2-1.1ubuntu1) natty; urgency=low
12+
13+ * Transition from libvala-dev to libvala-0.10-dev. (LP: #618809)
14+
15+ -- Barry Warsaw <barry@ubuntu.com> Tue, 04 Jan 2011 14:00:20 -0500
16+
17 ethos (0.2.2-1.1build1) natty; urgency=low
18
19 * Rebuild with python 2.7 as the python default.
20
21=== modified file 'debian/control'
22--- debian/control 2010-04-07 15:07:09 +0000
23+++ debian/control 2011-01-05 22:06:20 +0000
24@@ -1,16 +1,17 @@
25 Source: ethos
26 Section: libs
27 Priority: optional
28-Maintainer: Mathieu Trudel <mathieu.tl@gmail.com>
29+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
30+XSBC-Original-Maintainer: Mathieu Trudel <mathieu.tl@gmail.com>
31 Build-Depends: debhelper (>= 7),
32 cdbs (>= 0.4.49),
33 quilt,
34- valac,
35+ valac-0.10,
36 gnome-pkg-tools (>= 0.11),
37 pkg-config (>= 0.14),
38 libglib2.0-dev (>= 2.16.0),
39 libgtk2.0-dev (>= 2.10.0),
40- libvala-dev,
41+ libvala-0.10-dev,
42 gtk-doc-tools (>= 1.9),
43 python-dev (>= 2.2),
44 python-gtk2-dev,
45
46=== added file 'debian/patches/02-pkg-config-for-vala-0.10.patch'
47--- debian/patches/02-pkg-config-for-vala-0.10.patch 1970-01-01 00:00:00 +0000
48+++ debian/patches/02-pkg-config-for-vala-0.10.patch 2011-01-05 22:06:20 +0000
49@@ -0,0 +1,14 @@
50+--- a/configure.ac
51++++ b/configure.ac
52+@@ -81,9 +81,9 @@
53+
54+ dnl = Enable Vala ==========================================================
55+ enable_vala=no
56+-PKG_CHECK_MODULES(VALA, vala-1.0, enable_vala=yes, enable_vala=no)
57++PKG_CHECK_MODULES(VALA, vala-0.10, enable_vala=yes, enable_vala=no)
58+ if test "x$enable_vala" = "xyes"; then
59+- VAPI_DIR=`pkg-config --variable=vapidir vala-1.0`
60++ VAPI_DIR=`pkg-config --variable=vapidir vala-0.10`
61+ else
62+ VAPI_DIR=
63+ fi
64
65=== modified file 'debian/patches/series'
66--- debian/patches/series 2009-11-16 11:15:57 +0000
67+++ debian/patches/series 2011-01-05 22:06:20 +0000
68@@ -1,1 +1,2 @@
69 01-ethos-manager-typo.patch
70+02-pkg-config-for-vala-0.10.patch

Subscribers

People subscribed via source and target branches

to all changes: