Your message dated Sun, 04 Mar 2012 11:00:14 +0000
with message-id <[email protected]>
and subject line Bug#662085: Removed package(s) from unstable
has caused the Debian Bug report #606717,
regarding Fix FTBFS with gold/ld --no-add-needed
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
606717: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=606717
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: freej
Version: 0.10git20100110-1
Severity: important
Tags: patch
User: [email protected]
Usertags: origin-ubuntu natty ubuntu-patch
User: [email protected]
Usertags: no-add-needed
Fix FTBFS with gold/ld --no-add-needed.
diff -u freej-0.10git20100110/debian/changelog
freej-0.10git20100110/debian/changelog
--- freej-0.10git20100110/debian/changelog
+++ freej-0.10git20100110/debian/changelog
@@ -1,3 +1,15 @@
+freej (0.10git20100110-1ubuntu4) natty; urgency=low
+
+ * Try harder to fix ld --no-add-needed.
+
+ -- Matthias Klose <[email protected]> Sat, 11 Dec 2010 03:31:20 +0100
+
+freej (0.10git20100110-1ubuntu3) natty; urgency=low
+
+ * Fix build failure with ld --no-add-needed.
+
+ -- Matthias Klose <[email protected]> Thu, 09 Dec 2010 18:03:11 +0100
+
freej (0.10git20100110-1ubuntu2) natty; urgency=low
* Rebuild for python2.7.
only in patch2:
unchanged:
--- freej-0.10git20100110.orig/src/Makefile.in
+++ freej-0.10git20100110/src/Makefile.in
@@ -515,7 +515,7 @@
libfreej_la_LIBADD = $(FREEJ_STATIC_LIBS)
libfreej_la_LDFLAGS = $(FREEJ_LIBS) -version-info $(FREEJ_VERSION_INFO)
freej_SOURCES = freej.cpp
-freej_LDADD = libfreej.la
+freej_LDADD = libfreej.la $(X11_LIBS)
all: all-recursive
.SUFFIXES:
only in patch2:
unchanged:
--- freej-0.10git20100110.orig/src/Makefile.am
+++ freej-0.10git20100110/src/Makefile.am
@@ -73,4 +73,4 @@
bin_PROGRAMS = freej
freej_SOURCES = freej.cpp
-freej_LDADD = libfreej.la
+freej_LDADD = libfreej.la $(X11_LIBS)
--- End Message ---
--- Begin Message ---
Version: 0.10git20100110-1+rm
Dear submitter,
as the package freej has just been removed from the Debian archive
unstable we hereby close the associated bug reports. We are sorry
that we couldn't deal with your issue properly.
For details on the removal, please see http://bugs.debian.org/662085
The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.
This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].
Debian distribution maintenance software
pp.
Joerg Jaspert (the ftpmaster behind the curtain)
--- End Message ---