Merge lp:~scarneiro/ubuntu/oneiric/gtk-led-askpass/fix-for-770853 into lp:ubuntu/oneiric/gtk-led-askpass

Proposed by Sebastian Carneiro
Status: Merged
Merged at revision: 5
Proposed branch: lp:~scarneiro/ubuntu/oneiric/gtk-led-askpass/fix-for-770853
Merge into: lp:ubuntu/oneiric/gtk-led-askpass
Diff against target: 27 lines (+8/-1)
2 files modified
Makefile (+1/-1)
debian/changelog (+7/-0)
To merge this branch: bzr merge lp:~scarneiro/ubuntu/oneiric/gtk-led-askpass/fix-for-770853
Reviewer Review Type Date Requested Status
Ubuntu branches Pending
Review via email: mp+65882@code.launchpad.net

Description of the change

Changed order of parameters to fix build problems under GCC-4.6/oneiric.

Regards.

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 'Makefile'
--- Makefile 2004-03-04 18:05:41 +0000
+++ Makefile 2011-06-26 00:44:29 +0000
@@ -7,7 +7,7 @@
7all: gtk-led-askpass gtk-led-askpass.1.gz7all: gtk-led-askpass gtk-led-askpass.1.gz
88
9gtk-led-askpass: gtk-led-askpass.o9gtk-led-askpass: gtk-led-askpass.o
10 $(CC) $(cflags) $(CFLAGS) $(ldflags) $(LDFLAGS) $< -o $@10 $(CC) $(cflags) $(CFLAGS) $< -o $@ $(ldflags) $(LDFLAGS)
1111
12gtk-led-askpass.o: gtk-led-askpass.c12gtk-led-askpass.o: gtk-led-askpass.c
13 $(CC) $(cflags) $(CFLAGS) -c $< -o $@13 $(CC) $(cflags) $(CFLAGS) -c $< -o $@
1414
=== modified file 'debian/changelog'
--- debian/changelog 2010-03-01 01:24:07 +0000
+++ debian/changelog 2011-06-26 00:44:29 +0000
@@ -1,3 +1,10 @@
1gtk-led-askpass (0.10-2ubuntu2) natty; urgency=low
2
3 * Makefile: Changed order of linker parameters, to avoid build problems in
4 Oneiric with GCC-4.6 (LP: #770853)
5
6 -- Sebastian Carneiro <scarneiro@fibertel.com.ar> Sat, 25 Jun 2011 21:33:42 -0300
7
1gtk-led-askpass (0.10-2ubuntu1) lucid; urgency=low8gtk-led-askpass (0.10-2ubuntu1) lucid; urgency=low
29
3 * Fix FTBFS caused by "error: format not a string literal and no format10 * Fix FTBFS caused by "error: format not a string literal and no format

Subscribers

People subscribed via source and target branches