Your message dated Sat, 14 Jan 2012 18:47:42 +0800
with message-id
<CAMr=8w7yyfrx175u7jyqx3wqtzcf_hdybpmpjfrd+qamvkw...@mail.gmail.com>
and subject line Re: Bug #633314: abiword: Emptying dependency_libs in .la files
has caused the Debian Bug report #633314,
regarding abiword: Emptying 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.)
--
633314: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=633314
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: abiword
Version: 2.8.6-0.3
Severity: normal
User: [email protected]
Usertags: la-file-removal
To finish an old release goal from Squeeze, to comply with Policy
10.2 and to ease the introduction of MultiArch, I'm filing bugs
against packages which contain .la files which need to be stripped of
the dependency_libs variable.
This is the second phase of the MBF and packages should *NOT* remove
the .la file itself at this stage because other packages still expect
to find the .la file and this would cause a FTBFS in that package.
(Bugs have been filed to have those packages fixed.)
To clear the dependency_libs, use something like this command from
the wiki page. Add the command to your debian/rules file after the
files have been installed under debian/tmp or debian/$package:
sed -i "/dependency_libs/ s/'.*'/''/" `find debian/ -name '*.l
a'`
http://wiki.debian.org/ReleaseGoals/LAFileRemoval
http://lists.debian.org/debian-devel/2011/04/msg00055.html
http://lists.debian.org/debian-devel/2011/04/msg00199.html
Feel free to use a package like deb-gview to inspect the contents of
your packages after the build. Something like:
$ deb-gview ../abiword_2.8.6-0.3*.changes &
You can then view each package and inspect the contents of each .la
file in each binary package prior to upload.
Data has been obtained from the output of an automated script:
http://release.debian.org/~aba/la/current.txt
The output is best read in conjunction with the criteria from this
post to debian-devel:
http://lists.debian.org/debian-devel/2009/08/msg00808.html
This phase is all about the packages on this list which both have
dependency_libs and are depended-on by other packages.
To generate the list of packages, I've used:
grep depended-on current.txt | grep dependency_libs |cut -d: -f1
After forming the list, each package has been checked and the abiword
(2.8.6-0.3) source package in unstable has at least one .la file with
the dependency_libs specified.
The data is regularly updated but please accept my apologies if you
have made an upload which changes the situation since the data was
parsed.
In the unusual case that your package uses libltdl directly, it is
still necessary to empty the dependency_libs part of all .la files
remaining in the package. It is important that .la files are NOT
removed in this phase to avoid FTBFS bugs.
If you believe that your package needs both the .la file and the
dependency_libs settings, please raise this on debian-devel for
clarification.
--
Neil Williams
=============
[email protected]
http://www.linux.codehelp.co.uk/
--- End Message ---
--- Begin Message ---
Source-Version: 2.9.1-0.1
The issue was addressed in version 2.9.1-0.1.
abiword (2.9.1-0.1) unstable; urgency=low
[ Hector Oron ]
* New upstream release.
* Fix plugin license incompatibility introduced in NMU
abiword/2.8.6-0.1 (Closes: #602687).
* Merge diff for NMU version 2.8.6-0.3 (Closes: #613294).
* Build depend on libgsf-1-dev, librasqal3-dev, librdf0-dev.
* Fix bogus build depend on libwpd8-dev to libwpd-dev.
* Fix build with hardening flags (format-security).
* Refresh fix_no_undefined patch.
[ Patrik Fimml ]
* New upstream release (closes: #577733)
* Do not ship libtool .la file (Policy 10.2)
* Remove build-dependency on libaspell-dev (closes: #570647)
* Switch to 3.0 (quilt) source package format
-- Hector Oron <[email protected]> Thu, 20 Oct 2011 01:00:54 +0000
--
Regards,
Aron Xu
--- End Message ---