Your message dated Fri, 01 Jul 2011 16:33:10 +0000
with message-id <[email protected]>
and subject line Bug#619536: fixed in sdl-image1.2 1.2.10-2.1
has caused the Debian Bug report #619536,
regarding sdl-image1.2: Clear out dependency_libs in .la files
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.)
--
619536: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=619536
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: sdl-image1.2
Version: 1.2.10-2
Severity: normal
Tags: patch
User: [email protected]
Usertags: origin-ubuntu natty ubuntu-patch
In Ubuntu, the attached patch was applied to achieve the following:
* Clear out dependency_libs in .la files during build; This prevents FTBFS
errors in other packages due to the hard coded paths to other .la files.
Thanks for considering the patch.
=== modified file 'debian/rules'
--- debian/rules 2010-02-11 15:12:43 +0000
+++ debian/rules 2011-03-24 14:16:17 +0000
@@ -50,6 +50,9 @@
dh_installdirs
$(MAKE) install prefix=`pwd`/debian/tmp/usr
+ for file in debian/tmp/usr/lib/*.la; do \
+ sed -i "/dependency_libs/ s/'.*'/''/" $$file ; \
+ done
binary-indep: build install
--- End Message ---
--- Begin Message ---
Source: sdl-image1.2
Source-Version: 1.2.10-2.1
We believe that the bug you reported is fixed in the latest version of
sdl-image1.2, which is due to be installed in the Debian FTP archive:
libsdl-image1.2-dev_1.2.10-2.1_i386.deb
to main/s/sdl-image1.2/libsdl-image1.2-dev_1.2.10-2.1_i386.deb
libsdl-image1.2_1.2.10-2.1_i386.deb
to main/s/sdl-image1.2/libsdl-image1.2_1.2.10-2.1_i386.deb
sdl-image1.2_1.2.10-2.1.diff.gz
to main/s/sdl-image1.2/sdl-image1.2_1.2.10-2.1.diff.gz
sdl-image1.2_1.2.10-2.1.dsc
to main/s/sdl-image1.2/sdl-image1.2_1.2.10-2.1.dsc
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 sdl-image1.2 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: Sun, 26 Jun 2011 17:58:00 +0200
Source: sdl-image1.2
Binary: libsdl-image1.2 libsdl-image1.2-dev
Architecture: source i386
Version: 1.2.10-2.1
Distribution: unstable
Urgency: low
Maintainer: Debian SDL packages maintainers
<[email protected]>
Changed-By: Luk Claes <[email protected]>
Description:
libsdl-image1.2 - image loading library for Simple DirectMedia Layer 1.2
libsdl-image1.2-dev - development files for SDL 1.2 image loading libray
Closes: 591190 619536
Changes:
sdl-image1.2 (1.2.10-2.1) unstable; urgency=low
.
* Non-maintainer upload.
* Empty dependency_libs (Closes: #619536).
* Fix configure flags (Closes: #591190).
Checksums-Sha1:
0f48f7b36a634c474171901cd9b5d20e541e7236 1353 sdl-image1.2_1.2.10-2.1.dsc
a2c1f6784402cc32fe772cabbb05161296ffe7b7 10729 sdl-image1.2_1.2.10-2.1.diff.gz
65b5c53b86f9a7d58212db1c819e3ecef969c0f3 33742
libsdl-image1.2_1.2.10-2.1_i386.deb
a18a9e182520d7a4afc9afe84ff8af5dbead18d5 39152
libsdl-image1.2-dev_1.2.10-2.1_i386.deb
Checksums-Sha256:
d55f9484709b65a9e6389da3511380d9003166c110ba4a2d8272f81b5c2ff9aa 1353
sdl-image1.2_1.2.10-2.1.dsc
9b424987c75314aed6b437dfad4ba961f95455d0784af9bad9565cc817c651c6 10729
sdl-image1.2_1.2.10-2.1.diff.gz
49b8401d5590661ab0a9cfb1b411fb47c2b6c320bff9e83c3757584861f52445 33742
libsdl-image1.2_1.2.10-2.1_i386.deb
7f022a9f3d1b6cf667618b5eca73b9635488db6985382c218bcacffe7c8f0988 39152
libsdl-image1.2-dev_1.2.10-2.1_i386.deb
Files:
49389100b16ece9922d7b955e47acb39 1353 libs optional sdl-image1.2_1.2.10-2.1.dsc
5c465cab060345084f1f0820bf3636e2 10729 libs optional
sdl-image1.2_1.2.10-2.1.diff.gz
a2e74cc7bf3734ffc71726028037d9f7 33742 libs optional
libsdl-image1.2_1.2.10-2.1_i386.deb
a03fcbb14c217dba7e110661db399bfe 39152 libdevel optional
libsdl-image1.2-dev_1.2.10-2.1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iEYEARECAAYFAk4HV6YACgkQ5UTeB5t8Mo2SeQCfQ2eYokPH72MPvo6SrUVRwv0y
VyEAn0rrUpXu70RYa9qNlIY0+168l7+F
=Dd8B
-----END PGP SIGNATURE-----
--- End Message ---