Control: reopen -1 =
Hi Jörg,
I believe that this bugs is not closed.
> Source: uriparser
> Source-Version: 0.8.0.1-1
>
> We believe that the bug you reported is fixed in the latest version of
> uriparser, which is due to be installed in the Debian FTP archive.
....
> - Update Build-Depends:
> + Add dh-autoreconf for update Build Environment (Closes: #727517).
Besides adding dh-autoreconf in the build-dep, you should also add --with
autoreconf in the dh line, as the following patch:
--- uriparser-0.8.0.1.orig/debian/rules
+++ uriparser-0.8.0.1/debian/rules
@@ -17,7 +17,7 @@ endif
###
%:
- dh $@
+ dh $@ --with autoreconf
override_dh_auto_configure:
./configure $(confflags)
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]