tags 806198 + patch
thanks

As explained in the previous message, this is the patch I would apply
if this were my package. Now "dpkg-buildpackage -A" works again.

This is of course a lot better than not working at all, but be careful
because now "dpkg-buildpackage -A" creates a siscone-doc-html package
slightly different than the one it's created without using -A:

Files in first .deb but not in second
-------------------------------------
-rw-r--r--  root/root   
/usr/share/doc/siscone-doc-html/html/devel/config_8h_source.html

This would be a reproducibility issue for which I don't have a fix
and should probably be reported separately.

In either case, please feel free to close this report after
"dpkg-buildpackage -A" works again.

Thanks.
--- a/debian/rules
+++ b/debian/rules
@@ -54,14 +54,11 @@ clean:
        dh_clean
 
 configure-stamp:
-       dh_testdir
        dh_autoreconf
        dh_auto_configure -- --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH)
        touch $@
 
 doxygen-stamp:
-       dh_testdir
-       dh_testroot
        doxygen
        touch doxygen-stamp
 

Reply via email to