Your message dated Wed, 24 Jun 2015 18:34:01 +0000
with message-id <e1z7pun-00033p...@franck.debian.org>
and subject line Bug#641558: fixed in reglookup 0.12.0-3
has caused the Debian Bug report #641558,
regarding package 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 ow...@bugs.debian.org
immediately.)


-- 
641558: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=641558
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: reglookup
Version: 0.12.0-1
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu oneiric ubuntu-patch
User: debian-...@lists.debian.org
Usertags: ld-as-needed

see http://wiki.debian.org/ToolChain/DSOLinking#Only_link_with_needed_libraries

failed build
https://launchpad.net/ubuntu/+archive/test-rebuild-20110816/+build/2710392

diff -u reglookup-0.12.0/debian/changelog reglookup-0.12.0/debian/changelog
--- reglookup-0.12.0/debian/changelog
+++ reglookup-0.12.0/debian/changelog
@@ -1,3 +1,15 @@
+reglookup (0.12.0-1ubuntu2) oneiric; urgency=low
+
+  * Don't pass a library in OPT in debian/rules. LP: #771023.
+
+ -- Matthias Klose <d...@ubuntu.com>  Wed, 14 Sep 2011 12:54:49 +0200
+
+reglookup (0.12.0-1ubuntu1) oneiric; urgency=low
+
+  * Fix FTBFS with ld --as-needed. LP: #771023.
+
+ -- Matthias Klose <d...@ubuntu.com>  Tue, 13 Sep 2011 23:19:29 +0200
+
 reglookup (0.12.0-1) unstable; urgency=low
 
   [ Daniel Baumann ]
diff -u reglookup-0.12.0/debian/rules reglookup-0.12.0/debian/rules
--- reglookup-0.12.0/debian/rules
+++ reglookup-0.12.0/debian/rules
@@ -4,7 +4,7 @@
        dh ${@}
 
 override_dh_auto_build:
-       dh_auto_build -- OPTS="-std=gnu89 -pedantic -lm -Wall -ggdb" 
INC="-I../include" LIB="-L/usr/lib"
+       dh_auto_build -- OPTS="-std=gnu89 -pedantic -Wall -ggdb" 
INC="-I../include" LIB="-L/usr/lib -lm"
 
 override_dh_auto_install:
        dh_auto_install -- PREFIX=$(CURDIR)/debian/reglookup/usr 
MAN_PREFIX=\$${PREFIX}/share/man
only in patch2:
unchanged:
--- reglookup-0.12.0.orig/src/Makefile
+++ reglookup-0.12.0/src/Makefile
@@ -10,10 +10,10 @@
 all: $(FILES)
 
 $(REGLOOKUP): reglookup.o $(OBJ)
-       $(CC) $(CFLAGS) $(OPTS) $(LIB) -o $@ reglookup.o $(OBJ) $(EXTRA_OBJ)
+       $(CC) $(CFLAGS) $(OPTS) -o $@ reglookup.o $(OBJ) $(EXTRA_OBJ) $(LIB)
 
 $(REGLOOKUP_RECOVER): reglookup-recover.o $(OBJ)
-       $(CC) $(CFLAGS) $(OPTS) $(LIB) -o $@ reglookup-recover.o $(OBJ) 
$(EXTRA_OBJ)
+       $(CC) $(CFLAGS) $(OPTS) -o $@ reglookup-recover.o $(OBJ) $(EXTRA_OBJ) 
$(LIB)
 
 reglookup.o: reglookup.c
        $(CC) $(CFLAGS) $(OPTS) $(INC) -c -o $@ reglookup.c

--- End Message ---
--- Begin Message ---
Source: reglookup
Source-Version: 0.12.0-3

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

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 641...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Joao Eriberto Mota Filho <eribe...@debian.org> (supplier of updated reglookup 
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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Tue, 23 Jun 2015 14:55:50 -0300
Source: reglookup
Binary: reglookup
Architecture: source amd64
Version: 0.12.0-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Forensics <forensics-devel@lists.alioth.debian.org>
Changed-By: Joao Eriberto Mota Filho <eribe...@debian.org>
Description:
 reglookup  - utility to read and query Windows NT/2000/XP registry
Closes: 641558
Changes:
 reglookup (0.12.0-3) unstable; urgency=medium
 .
   * Team upload.
   * Upload to unstable.
   * debian/control: added the word 'forensics' in long description.
   * debian/copyright:
       - Migrated to 1.0 format.
       - Updated all information.
   * debian/patches/fix-FTBFS-with-ld: added to fix a FTBFS with ld --as-needed.
       Thanks to Matthias Klose <d...@ubuntu.com>. (Closes: #641558)
   * debian/source.lintian-overrides: removed. Using 'Team upload'.
   * debian/rules: added DEB_BUILD_MAINT_OPTIONS to improve the GCC hardening.
Checksums-Sha1:
 8d71e736d609dc87f09751341ea98e125a9c62c2 1934 reglookup_0.12.0-3.dsc
 734f1c55d9b3f0330e22ee7731d37f81681e18d6 3860 reglookup_0.12.0-3.debian.tar.xz
 e310273974c3c1e12c7afee74b18a828b9db9292 64606 reglookup_0.12.0-3_amd64.deb
Checksums-Sha256:
 07039f36b69816921885c9c38cecec547298b274696c67702c3ce153081abde5 1934 
reglookup_0.12.0-3.dsc
 3f42ea3db3133051687560c2eb9ac6c3d6d79c32b4e2523bb64253b1bfa740cc 3860 
reglookup_0.12.0-3.debian.tar.xz
 a729075bd74b429e69e88f116a61c5b864ac1495b1f281566abf48c09bb11657 64606 
reglookup_0.12.0-3_amd64.deb
Files:
 f5ff1f7c6440a263374215f76fb16a46 1934 utils optional reglookup_0.12.0-3.dsc
 d0e4ca7fbd85edc516683ff7a51841b2 3860 utils optional 
reglookup_0.12.0-3.debian.tar.xz
 191b724c530b7cc736b20a4d3eb0eed5 64606 utils optional 
reglookup_0.12.0-3_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBAgAGBQJViaK2AAoJEN5juccE6+nvgUEP/jG3iMo2m9xg5YI6yrNySKxN
NmUOrQA+YXvlCLjxGvRZIRhg8m1dnVJPxgxXklf1vlp3+P28GikDuRfwpOwK24Kd
RSKzPpbPUHpqi7heMQ2Q1O46OBq9FiJIWxithID6UQwLiFFaMZe2b8+3rTPCQ1ci
tp+6DTEVoXB/gXjD1YUJCxXf5njmKstuJFSKksSmAnb4GkjImjO47bCXUHdFU9Vp
CrX1gIWAnWGgq7bqf4SzHHukZFlZd0Oe+FVroQw9K0VS8I3/qDA1Sis83Yq6Rno5
zgW1OvNyP39tdP9paEvvrZpdNdAKtojd9H+lo+b75lni1UXX3/HCiLj6NSooEKLH
4TGoqwKgAo9FeRN9GZGgycmM/kb5FtaW3nM+1K5ocrF4TTN3SXdwnJojC1V15I70
vfn5dLqIFLCzQOXn+aYECG6Rxx5DATyMR3BknbTi0/XMtQqxCTe2WDGBSHm4mfWM
I2QaTecp7Rl90ze7v1bQNG3zdo0msshvyU3q2LZhWgjgVWAHOdLOi9WJfrYspTl/
HiGzg9or+rK1Fw4aE6F1rV9u9eseC5R1eLiM5gyZE29sVrhE9Cb5nzRT4ES9MgyA
erQLKj51fl60FlGjq/G7gzoDTc/rgOjrmERPAHCLKhJjIjpPGvhrd4gs8X/z4Rb9
IDMoQhcnZPJh64V+7fnw
=I+WU
-----END PGP SIGNATURE-----

--- End Message ---
_______________________________________________
forensics-devel mailing list
forensics-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/forensics-devel

Reply via email to