Merge lp:~florian-brandes/ubuntu/oneiric/monster-masher/fix-for-766042 into lp:ubuntu/oneiric/monster-masher

Proposed by Florian Brandes
Status: Merged
Merged at revision: 14
Proposed branch: lp:~florian-brandes/ubuntu/oneiric/monster-masher/fix-for-766042
Merge into: lp:ubuntu/oneiric/monster-masher
Diff against target: 93 lines (+31/-4)
7 files modified
.pc/applied-patches (+1/-0)
configure.ac (+2/-1)
debian/changelog (+6/-0)
debian/control (+1/-1)
debian/patches/add-esound-as-dependency.patch (+18/-0)
debian/patches/series (+1/-0)
debian/rules (+2/-2)
To merge this branch: bzr merge lp:~florian-brandes/ubuntu/oneiric/monster-masher/fix-for-766042
Reviewer Review Type Date Requested Status
Daniel Holbach (community) Approve
Chase Douglas (community) Approve
Ubuntu branches Pending
Review via email: mp+74018@code.launchpad.net

Description of the change

Adding esound to PKG_CHECK_MODULES in configure.ac to fix FTBFS in ubuntu 11.10. The patch is now in dquilt patch format.

To post a comment you must log in.
Revision history for this message
Chase Douglas (chasedouglas) wrote :

There's an unnecessary addition of trailing whitespace in debian/rules, but other than that this looks good!

review: Approve
Revision history for this message
Daniel Holbach (dholbach) wrote :

Good work!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file '.pc/applied-patches'
2--- .pc/applied-patches 2011-07-09 16:09:30 +0000
3+++ .pc/applied-patches 2011-09-04 18:06:24 +0000
4@@ -1,1 +1,2 @@
5 desktop_lintian.patch
6+add-esound-as-dependency.patch
7
8=== modified file 'configure.ac'
9--- configure.ac 2010-04-22 15:18:12 +0000
10+++ configure.ac 2011-09-04 18:06:24 +0000
11@@ -18,7 +18,8 @@
12 gconfmm-2.6 >= 2.6.0 \
13 gtkmm-2.4 >= 2.6.0 \
14 libgnomecanvasmm-2.6 >= 2.6.0 \
15- libglademm-2.4 >= 2.4.0)
16+ libglademm-2.4 >= 2.4.0 \
17+ esound >= 0.2)
18 AC_SUBST(DEPS_CFLAGS)
19 AC_SUBST(DEPS_LIBS)
20
21
22=== modified file 'debian/changelog'
23--- debian/changelog 2011-07-09 16:09:30 +0000
24+++ debian/changelog 2011-09-04 18:06:24 +0000
25@@ -1,3 +1,9 @@
26+monster-masher (1.8.1-3ubuntu1) oneiric; urgency=low
27+
28+ * Adding esound to PKG_CHECK_MODULES in configure.ac to fix FTBFS in ubuntu 11.10 (LP: #766042)
29+
30+ -- Florian Brandes <florian.brandes@gmx.de> Sun, 04 Sep 2011 19:27:38 +0200
31+
32 monster-masher (1.8.1-3) unstable; urgency=low
33
34 * Adopt package; change maintainer field in debian/control to:
35
36=== modified file 'debian/control'
37--- debian/control 2011-07-09 16:09:30 +0000
38+++ debian/control 2011-09-04 18:06:24 +0000
39@@ -6,7 +6,7 @@
40 Build-Depends: debhelper (>= 8), pkg-config, intltool, docbook-to-man,
41 imagemagick, libgtkmm-2.4-dev, libgconfmm-2.6-dev,
42 libgnomecanvasmm-2.6-dev, libglademm-2.4-dev, libesd0-dev,
43- libgnome2-dev
44+ libgnome2-dev, dh-autoreconf
45 Standards-Version: 3.9.2
46 Homepage: http://people.iola.dk/olau/monster-masher/
47 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/monster-masher/
48
49=== added file 'debian/patches/add-esound-as-dependency.patch'
50--- debian/patches/add-esound-as-dependency.patch 1970-01-01 00:00:00 +0000
51+++ debian/patches/add-esound-as-dependency.patch 2011-09-04 18:06:24 +0000
52@@ -0,0 +1,18 @@
53+Description: Added "esound >= 0.2" as a dependency in configure.ac
54+Forwarded: not yet
55+Origin: https://bugs.launchpad.net/ubuntu/+source/monster-masher/+bug/766042
56+
57+Author: florian.brandes@gmx.de
58+
59+--- a/configure.ac
60++++ b/configure.ac
61+@@ -18,7 +18,8 @@
62+ gconfmm-2.6 >= 2.6.0 \
63+ gtkmm-2.4 >= 2.6.0 \
64+ libgnomecanvasmm-2.6 >= 2.6.0 \
65+- libglademm-2.4 >= 2.4.0)
66++ libglademm-2.4 >= 2.4.0 \
67++ esound >= 0.2)
68+ AC_SUBST(DEPS_CFLAGS)
69+ AC_SUBST(DEPS_LIBS)
70+
71
72=== modified file 'debian/patches/series'
73--- debian/patches/series 2011-07-09 16:09:30 +0000
74+++ debian/patches/series 2011-09-04 18:06:24 +0000
75@@ -1,1 +1,2 @@
76 desktop_lintian.patch
77+add-esound-as-dependency.patch
78
79=== modified file 'debian/rules'
80--- debian/rules 2011-07-09 16:09:30 +0000
81+++ debian/rules 2011-09-04 18:06:24 +0000
82@@ -1,9 +1,9 @@
83 #!/usr/bin/make -f
84
85-export LDFLAGS=-Wl,-z,defs,-lesd,--as-needed
86+export LDFLAGS=-Wl,-z,defs,-lesd,--as-needed
87
88 %:
89- dh $@ --with autotools_dev
90+ dh $@ --with autotools_dev --with autoreconf
91
92 override_dh_clean:
93 dh_clean po/.intltool-merge-cache debian/monster-masher.6 \

Subscribers

People subscribed via source and target branches