Merge lp:~jtaylor/ubuntu/oneiric/flightgear/fix-749249 into lp:ubuntu/oneiric/flightgear

Proposed by Julian Taylor
Status: Merged
Merged at revision: 17
Proposed branch: lp:~jtaylor/ubuntu/oneiric/flightgear/fix-749249
Merge into: lp:ubuntu/oneiric/flightgear
Diff against target: 46 lines (+15/-2)
3 files modified
debian/changelog (+8/-0)
debian/control (+2/-1)
utils/propmerge/Makefile.in (+5/-1)
To merge this branch: bzr merge lp:~jtaylor/ubuntu/oneiric/flightgear/fix-749249
Reviewer Review Type Date Requested Status
Fabrice Coutadeur (community) Approve
Review via email: mp+72008@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Fabrice Coutadeur (fabricesp) wrote :

Uploaded. Thanks a lot!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/changelog'
--- debian/changelog 2011-07-22 01:58:19 +0000
+++ debian/changelog 2011-08-18 09:03:29 +0000
@@ -1,3 +1,11 @@
1flightgear (2.0.0-4ubuntu1) oneiric; urgency=low
2
3 * patch utils/propmerge/Makefile.in
4 - fix build with ld --as-needed (LP: #749249)
5 * rebuild fixes LP: #827667
6
7 -- Julian Taylor <jtaylor.debian@googlemail.com> Thu, 18 Aug 2011 10:49:06 +0200
8
1flightgear (2.0.0-4) unstable; urgency=low9flightgear (2.0.0-4) unstable; urgency=low
210
3 * Backported a bunch of upstream commits (from their git tree)11 * Backported a bunch of upstream commits (from their git tree)
412
=== modified file 'debian/control'
--- debian/control 2011-01-30 15:46:35 +0000
+++ debian/control 2011-08-18 09:03:29 +0000
@@ -1,7 +1,8 @@
1Source: flightgear1Source: flightgear
2Section: games2Section: games
3Priority: extra3Priority: extra
4Maintainer: Debian FlightGear Crew <pkg-fgfs-crew@lists.alioth.debian.org>4Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
5XSBC-Original-Maintainer: Debian FlightGear Crew <pkg-fgfs-crew@lists.alioth.debian.org>
5Uploaders: Ove Kaaven <ovek@arcticnet.no>6Uploaders: Ove Kaaven <ovek@arcticnet.no>
6Build-Depends: debhelper (>> 5),7Build-Depends: debhelper (>> 5),
7 libx11-dev, libxext-dev, libxi-dev, libice-dev, libsm-dev, libxt-dev, libxmu-dev,8 libx11-dev, libxext-dev, libxi-dev, libice-dev, libsm-dev, libxt-dev, libxmu-dev,
89
=== modified file 'utils/propmerge/Makefile.in'
--- utils/propmerge/Makefile.in 2010-10-03 19:39:36 +0000
+++ utils/propmerge/Makefile.in 2011-08-18 09:03:29 +0000
@@ -196,7 +196,11 @@
196top_builddir = @top_builddir@196top_builddir = @top_builddir@
197top_srcdir = @top_srcdir@197top_srcdir = @top_srcdir@
198propmerge_SOURCES = propmerge.cxx198propmerge_SOURCES = propmerge.cxx
199propmerge_LDADD = -lsgprops -lsgxml -lsgio -lsgmisc -lsgdebug -lsgstructure199propmerge_LDADD = -lsgprops -lsgxml -lsgio -lsgdebug -lsgstructure
200# required for --as-needed default: https://bugs.launchpad.net/ubuntu/+bug/749249
201# we don't directly need sgmisc here but its missing links cannot easily be fixed due
202# to circular dependencies in simgear, use LIBS as it is last on the commandline
203LIBS += -Wl,--no-as-needed -lsgmisc
200all: all-am204all: all-am
201205
202.SUFFIXES:206.SUFFIXES:

Subscribers

People subscribed via source and target branches

to all changes: