Hey,

Given that this bug is simple to fix, and is quite serious, I thought
I'd NMU a fix. I sent it to DELAYED/4 to have some time for a proper
upload that acknowledges the other NMU and also fixes this problem,
though.

Diff is attached.

Thanks,

-- 
Gustavo Noronha Silva <gustavo.noro...@collabora.co.uk>
Collabora Ltd.
diff -u libev-3.43/debian/rules libev-3.43/debian/rules
--- libev-3.43/debian/rules
+++ libev-3.43/debian/rules
@@ -7,10 +7,7 @@
 build: patch build-stamp
 build-stamp:
 	dh build --before configure
-	libtoolize --force
-	aclocal
-	autoheader
-	autoconf
+	autoreconf -f -i
 	dh build --remaining
 	touch $@
 
diff -u libev-3.43/debian/changelog libev-3.43/debian/changelog
--- libev-3.43/debian/changelog
+++ libev-3.43/debian/changelog
@@ -1,3 +1,11 @@
+libev (3.43-1.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Call autoreconf -i -f to correctly regenerate the build system with
+    the new libtool (Closes: #511235)
+
+ -- Gustavo Noronha Silva <gustavo.noro...@collabora.co.uk>  Wed, 06 May 2009 14:52:05 -0300
+
 libev (3.43-1.1) unstable; urgency=low
 
   * Non-maintainer upload.

Reply via email to