Your message dated Thu, 23 Feb 2012 15:04:15 +0000
with message-id <[email protected]>
and subject line Bug#647504: fixed in xcftools 1.0.7-4
has caused the Debian Bug report #647504,
regarding xcftools: FTBFS with ld --as-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.)


-- 
647504: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=647504
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: xcftools
Version: 1.0.7-3
Severity: normal
Tags: patch
User: [email protected]
Usertags: ld-as-needed

*** /tmp/tmp9Tia2b
In Ubuntu, the attached patch from Michael Bienia <[email protected]> was
applied to achieve the following:

Add debian/patches/fix-as-needed-linking:
Move $(LIBS) to the end of the linker call to fix FTBFS with ld --as-needed.


Thanks for considering the patch.
diff -Nru xcftools-1.0.7/debian/patches/fix-as-needed-linking xcftools-1.0.7/debian/patches/fix-as-needed-linking
--- xcftools-1.0.7/debian/patches/fix-as-needed-linking	1970-01-01 01:00:00.000000000 +0100
+++ xcftools-1.0.7/debian/patches/fix-as-needed-linking	2011-11-03 11:59:45.000000000 +0100
@@ -0,0 +1,30 @@
+Index: xcftools-1.0.7/Makefile.in
+===================================================================
+--- xcftools-1.0.7.orig/Makefile.in	2010-12-05 12:12:02.000000000 +0100
++++ xcftools-1.0.7/Makefile.in	2010-12-05 12:12:56.000000000 +0100
+@@ -71,21 +71,21 @@
+ all: $(BINARIES) $(SCRIPTS) $(MANPAGES) po/stamp manpo/all
+ 
+ xcfinfo$e: xcfinfo.$o $(FILEIO).$o enums.$o xcf-general.$o utils.$o nlsini.$o
+-	$(CC) $(LDFLAGS) $(LIBS) $^ -o $@
++	$(CC) $(LDFLAGS) $^ -o $@ $(LIBS)
+ 
+ xcf2pnm$e: xcf2pnm.$o $(FILEIO).$o enums.$o xcf-general.$o utils.$o nlsini.$o \
+ 	   pixels.$o flatten.$o flatspec.$o scaletab.$o table.$o
+-	$(CC) $(LDFLAGS) $(LIBS) $^ -o $@
++	$(CC) $(LDFLAGS) $^ -o $@ $(LIBS)
+ 
+ xcf2png$e: xcf2png.$o $(FILEIO).$o enums.$o xcf-general.$o utils.$o nlsini.$o \
+ 	   pixels.$o flatten.$o flatspec.$o scaletab.$o table.$o palette.$o
+-	$(CC) $(LDFLAGS) $(LIBS) -lpng $^ -o $@
++	$(CC) $(LDFLAGS) $^ -o $@ $(LIBS) -lpng
+ 
+ xcfview: xcfview.in Makefile
+ 	sed '1s,/usr/bin/perl,@PERL@,' < $< > $@
+ 
+ testscale$e: testscale.$o
+-	$(CC) $(LDFLAGS) $(LIBS) $^ -o $@
++	$(CC) $(LDFLAGS) $^ -o $@ $(LIBS)
+ 
+ install: all
+ 	for p in $(BINARIES) ; do \
diff -Nru xcftools-1.0.7/debian/patches/series xcftools-1.0.7/debian/patches/series
--- xcftools-1.0.7/debian/patches/series	2011-09-20 18:25:17.000000000 +0200
+++ xcftools-1.0.7/debian/patches/series	2011-11-03 12:00:12.000000000 +0100
@@ -1,3 +1,4 @@
 use_xdg_for_mime_type_handling
 remove_strip_from_Makefile
 libpng-1.5
+fix-as-needed-linking

--- End Message ---
--- Begin Message ---
Source: xcftools
Source-Version: 1.0.7-4

We believe that the bug you reported is fixed in the latest version of
xcftools, which is due to be installed in the Debian FTP archive:

xcftools_1.0.7-4.debian.tar.gz
  to main/x/xcftools/xcftools_1.0.7-4.debian.tar.gz
xcftools_1.0.7-4.dsc
  to main/x/xcftools/xcftools_1.0.7-4.dsc
xcftools_1.0.7-4_amd64.deb
  to main/x/xcftools/xcftools_1.0.7-4_amd64.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jan Hauke Rahm <[email protected]> (supplier of updated xcftools package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Thu, 23 Feb 2012 14:06:22 +0100
Source: xcftools
Binary: xcftools
Architecture: source amd64
Version: 1.0.7-4
Distribution: unstable
Urgency: low
Maintainer: Jan Hauke Rahm <[email protected]>
Changed-By: Jan Hauke Rahm <[email protected]>
Description: 
 xcftools   - command-line tools for extracting data for XCF files
Closes: 647504
Changes: 
 xcftools (1.0.7-4) unstable; urgency=low
 .
   * [c4ec39b3] Fix FTBFS when linking --as-needed.
     Thanks to Felix Geyer <[email protected]>, Michael Bienia
     <[email protected]> (Closes: #647504)
   * [a5c514f9] Switch to dh9, link --as-needed, build with hardening flags
   * [423bfff4] Bump Standards-Version to 3.9.3
Checksums-Sha1: 
 7ba0000af22f20f03ac719eb52cd8dd45d558036 1843 xcftools_1.0.7-4.dsc
 67b2b9b186db647deff048308c18344084e17120 8088 xcftools_1.0.7-4.debian.tar.gz
 a18bf3de83e57607540d7dc9215d1a3a817d8747 102958 xcftools_1.0.7-4_amd64.deb
Checksums-Sha256: 
 8e947d42666ae540b7085b2511f4c735b6cc3fdc12c8bb9fc211a3ab10c1073f 1843 
xcftools_1.0.7-4.dsc
 239eda87e2fdd299d713319741379e93c9e1f6e3f5ca7061893fa67726f982ec 8088 
xcftools_1.0.7-4.debian.tar.gz
 57e2c77c639fcb32f84516a40d4d7198b2a2ece06cd6cd59b967db0ff478dbb9 102958 
xcftools_1.0.7-4_amd64.deb
Files: 
 88faeb4f79863b5636fe50283e0baa03 1843 graphics optional xcftools_1.0.7-4.dsc
 d067a5b0063b15c5d11a6cadd9a7113d 8088 graphics optional 
xcftools_1.0.7-4.debian.tar.gz
 38a17bec4fa7eb65cde119c59b1ef0c9 102958 graphics optional 
xcftools_1.0.7-4_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iQIcBAEBCgAGBQJPRk2ZAAoJEOCD7BUSMcRlXIcP/1M5tPQnYRolWBsQIPjZSi4v
UJAok/VVNbyvKlo37LOPidUaeTMHWniL3BwDt9VjYg2Oor8ebw42NmO4w3kjirbg
l59pFKEGGpdLSJMst0u7CbhqQFIzY23NIGTVFQctZJY3bP8GdW4/pkxcC6vkrRGk
AUXUNE0MnNY9tXHEtr/N999CPJIUvEBAkUNBN6PrqzJ3FfMkorHst3GIgImZmkEW
pZsk3N7Ypb8l3HFe/Z8+jx4qelIF3GpfFo6HLtYKKIHXmpuwf/v3xuFKRvRqnnqP
nspb4GdfmOiEvMGppcz0hilSyC3KnFpmARWoRuPL85odJTih430wIMENFin7SpdX
cY/TcYlskXDC8eBzTPaFCluozRPZUe9vM/blkm2G37ijJ26EZdLh6E9hoD+2l+I9
yC1MAyWSs4U3KjEu7vK4wejWqquKHh9ifAZCmDPQuitMr961pauxmrrNeIIDd65c
RGq1YnX8Gjwy+YI0MQyony/jUrLAPyJanXWzSEmj/ievutBGkWj8PCo6VtUD8A4P
GUpfEkaQ++g2xdoPyDj6sRIYZigEtSeMSByGbIhQ8X0rG3yAD9eo0kvR6RjG3+8m
OSjLh1hkxiCwWy7wjIYNDhjZd2kOUPW5GPW3N41MuBD5zNO27sV0ot2ksLwxOn8r
pkxaDI9GfopvkFe9mN1s
=H+7w
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to