Your message dated Sun, 05 Jun 2011 06:32:21 +0000
with message-id <[email protected]>
and subject line Bug#620595: fixed in gdome2 0.8.1+debian-4.1
has caused the Debian Bug report #620595,
regarding gdome2: please wipe out dependency_libs from .la files (Policy 10.2)
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.)
--
620595: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=620595
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: gdome2
Version: 0.8.1+debian-4
Severity: normal
Tags: patch
User: [email protected]
Usertags: origin-ubuntu natty ubuntu-patch
Hi Jan Christoph,
The attached patch has just been applied to the Ubuntu gdome2 package, to
null out the dependency_libs field in the libtool .la file being shipped in
the -dev package. This is generally a good idea because it avoids causing
consumers of your library to require other .la files listed here to be
available at build time when they're not actually needed (i.e., in the
dynamic linking common case). It's specifically a good idea right now
because multiarch is imminent, and that means the .la files referenced here
are going to *move* soon, causing build failures for anything using libtool
to build against gdome2. As long as gdome2 is going to need a rebuild to
fix up the invalid .la references, it would be nice to get rid of them
altogether.
Thanks,
--
Steve Langasek Give me a lever long enough and a Free OS
Debian Developer to set it on, and I can move the world.
Ubuntu Developer http://www.debian.org/
[email protected] [email protected]
diff -u gdome2-0.8.1+debian/debian/rules gdome2-0.8.1+debian/debian/rules
--- gdome2-0.8.1+debian/debian/rules
+++ gdome2-0.8.1+debian/debian/rules
@@ -48,6 +48,9 @@
dh_testroot
dh_installdirs -A
$(MAKE) install prefix=$(CURDIR)/debian/libgdome2-dev/usr
+ for file in debian/libgdome2-dev/usr/lib/*.la; do \
+ sed -i "/dependency_libs/ s/'.*'/''/" $$file ; \
+ done
mv debian/libgdome2-dev/usr/lib/*.so.* debian/libgdome2-0/usr/lib
ln -sf libgdome.so.0 debian/libgdome2-dev/usr/lib/libgdome.so
rm -rf debian/libgdome2-dev/usr/share/doc/libgdome2-dev/html
--- End Message ---
--- Begin Message ---
Source: gdome2
Source-Version: 0.8.1+debian-4.1
We believe that the bug you reported is fixed in the latest version of
gdome2, which is due to be installed in the Debian FTP archive:
gdome2_0.8.1+debian-4.1.diff.gz
to main/g/gdome2/gdome2_0.8.1+debian-4.1.diff.gz
gdome2_0.8.1+debian-4.1.dsc
to main/g/gdome2/gdome2_0.8.1+debian-4.1.dsc
libgdome2-0_0.8.1+debian-4.1_i386.deb
to main/g/gdome2/libgdome2-0_0.8.1+debian-4.1_i386.deb
libgdome2-dev_0.8.1+debian-4.1_i386.deb
to main/g/gdome2/libgdome2-dev_0.8.1+debian-4.1_i386.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.
Luk Claes <[email protected]> (supplier of updated gdome2 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: SHA1
Format: 1.8
Date: Tue, 31 May 2011 07:54:25 +0200
Source: gdome2
Binary: libgdome2-dev libgdome2-0
Architecture: source i386
Version: 0.8.1+debian-4.1
Distribution: unstable
Urgency: low
Maintainer: Jan Christoph Nordholz <[email protected]>
Changed-By: Luk Claes <[email protected]>
Description:
libgdome2-0 - DOM level2 library for accessing XML files
libgdome2-dev - Development files for libgdome2
Closes: 620595
Changes:
gdome2 (0.8.1+debian-4.1) unstable; urgency=low
.
* Non-maintainer upload.
* Remove references to other libraries from dependency_libs field
(closes: #620595)
Checksums-Sha1:
c137cb5486b7ca17f3a25f190c3c45fcaa72c53d 1156 gdome2_0.8.1+debian-4.1.dsc
d680a879a61a15db8daeae34443a9740fd9867ce 5049 gdome2_0.8.1+debian-4.1.diff.gz
7c78f1eec0a08eb8a6537be0054460d065f3e779 284626
libgdome2-dev_0.8.1+debian-4.1_i386.deb
6dcf4377f33bc947e1808ffd649cfa08c8c00622 111108
libgdome2-0_0.8.1+debian-4.1_i386.deb
Checksums-Sha256:
fbb5f02ea6a9bbeac14f95ac5dac479dfcae037c2474a289e301bcf4fdec6ad8 1156
gdome2_0.8.1+debian-4.1.dsc
92eeb7f84a3c8b9c7330da3cdc7d9a55c3ea7b721efd2af60c5ba64d6fdf3ed6 5049
gdome2_0.8.1+debian-4.1.diff.gz
6ce6802f075ac57629cf2f440ed2299c72a2221dc7943e182abb074bf34f0369 284626
libgdome2-dev_0.8.1+debian-4.1_i386.deb
184e1bc33cf2bcb434ff8afb65141b6551fa2bcc846dcd0a4717476ade375e2c 111108
libgdome2-0_0.8.1+debian-4.1_i386.deb
Files:
6b322b732da23a8a8852ef0623a2b5cf 1156 libdevel optional
gdome2_0.8.1+debian-4.1.dsc
87ef91477409422ae67ad12068559d7f 5049 libdevel optional
gdome2_0.8.1+debian-4.1.diff.gz
1fe6906b1eb5f6ace273f58155712a23 284626 libdevel optional
libgdome2-dev_0.8.1+debian-4.1_i386.deb
ae12f3294e6b83a523e80aff7e9d65f9 111108 libs optional
libgdome2-0_0.8.1+debian-4.1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iEYEARECAAYFAk3kg4kACgkQ5UTeB5t8Mo16mACfU6Lt3HOMUju02mOPbQgpFCDi
WMEAn3urkiwNKRUwkoFO4GIA1GHeKqYJ
=JhGX
-----END PGP SIGNATURE-----
--- End Message ---