reopen 1047228
tags 1047228 patch
thanks

Hi. Thanks a lot for looking at this.

Unfortunately, dpkg-source only reports some of the extra files that
have to be removed, but not all of them. I've reported this
recently here:

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1126665

In this case, this is what it currently happens when trying to build source
after binary:

dpkg-source: info: local changes detected, the modified files are:
 wimlib-1.14.5/doc/html/annotated.html
 wimlib-1.14.5/doc/html/annotated_dup.js
 wimlib-1.14.5/doc/html/classes.html
 wimlib-1.14.5/doc/html/clipboard.js
 wimlib-1.14.5/doc/html/cookie.js
 wimlib-1.14.5/doc/html/dir_d44c64559bbebec7f509842c48db8b23.html
 wimlib-1.14.5/doc/html/dir_d44c64559bbebec7f509842c48db8b23.js
 wimlib-1.14.5/doc/html/doxygen.css
 wimlib-1.14.5/doc/html/doxygen.svg
[...]

The attached patch (which I've tested) should fix the problem,
by removing the entire doc/html directory, not just the *.png files.

Thanks.
--- a/debian/clean
+++ b/debian/clean
@@ -1 +1 @@
-doc/html/*.png
+doc/html/

Reply via email to