On 2011-06-18 Thibaut VARENE <[email protected]> wrote:
> On Sat, Jun 18, 2011 at 2:06 PM, Andreas Metzler
> <[email protected]> wrote:
[...]
> Well, I'm currently unable to do an upload atm, but if you feel like
> doing a NMU to address this pending issue I would certainly not object
> ;-)
[...]
Hello,
thank for the quick heads-up. I have just uploaded the NMU, diff is
attached.
cu andreas
diff -u libotr-3.2.0/debian/rules libotr-3.2.0/debian/rules
--- libotr-3.2.0/debian/rules
+++ libotr-3.2.0/debian/rules
@@ -62,6 +62,8 @@
# Add here commands to install the package
$(MAKE) DESTDIR=$(CURDIR)/debian/tmp install
+ find $(CURDIR)/debian/tmp/usr/lib -name "*.la" -exec \
+ sed -i -e "s,^dependency_libs=.*,dependency_libs=''," {} +
# Build architecture-independent files here.
diff -u libotr-3.2.0/debian/changelog libotr-3.2.0/debian/changelog
--- libotr-3.2.0/debian/changelog
+++ libotr-3.2.0/debian/changelog
@@ -1,3 +1,11 @@
+libotr (3.2.0-2.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Empty dependency_libs in libtool la file(s).
+ http://wiki.debian.org/ReleaseGoals/LAFileRemoval Closes: #619674
+
+ -- Andreas Metzler <[email protected]> Sat, 18 Jun 2011 14:39:28 +0200
+
libotr (3.2.0-2) unstable; urgency=low
* Fix outdated config.{sub,guess} (Closes: #529461)