debian/changelog | 7 +++++++ sxpm/Makefile.am | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-)
New commits: commit 75f2aa4e3fec92b4c956ac4cc7708d9930063a3f Author: Steve Langasek <[email protected]> Date: Fri Oct 21 20:21:51 2011 -0700 releasing version 1:3.5.9-3 diff --git a/debian/changelog b/debian/changelog index c5ffee1..a97a955 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,9 @@ -libxpm (1:3.5.9-3) UNRELEASED; urgency=low +libxpm (1:3.5.9-3) unstable; urgency=low * Apply patch from Ubuntu to fix build failure when using ld --no-add- needed. Closes: #604494. - -- Steve Langasek <[email protected]> Fri, 21 Oct 2011 20:21:05 -0700 + -- Steve Langasek <[email protected]> Fri, 21 Oct 2011 20:21:48 -0700 libxpm (1:3.5.9-2) unstable; urgency=low commit c25d3c6248482e562518d110ac67307878cfe3c7 Author: Steve Langasek <[email protected]> Date: Fri Oct 21 20:21:47 2011 -0700 Apply patch from Ubuntu to fix build failure when using ld --no-add- needed. Closes: #604494. diff --git a/debian/changelog b/debian/changelog index e42ddf4..c5ffee1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +libxpm (1:3.5.9-3) UNRELEASED; urgency=low + + * Apply patch from Ubuntu to fix build failure when using ld --no-add- + needed. Closes: #604494. + + -- Steve Langasek <[email protected]> Fri, 21 Oct 2011 20:21:05 -0700 + libxpm (1:3.5.9-2) unstable; urgency=low [ Cyril Brulebois ] diff --git a/sxpm/Makefile.am b/sxpm/Makefile.am index 8241e87..dae968b 100644 --- a/sxpm/Makefile.am +++ b/sxpm/Makefile.am @@ -7,7 +7,7 @@ AM_CFLAGS = $(CWARNFLAGS) $(SXPM_CFLAGS) sxpm_SOURCES = sxpm.c -LDADD = $(SXPM_LIBS) $(top_builddir)/src/libXpm.la +LDADD = $(top_builddir)/src/libXpm.la $(SXPM_LIBS) -lX11 # Man page appmandir = $(APP_MAN_DIR) -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

