On Thu, Mar 01, 2012 at 02:18:08PM +0900, Norbert Preining wrote:
> Package: dh-autoreconf
> Version: 6
> Severity: important
> 
> Hi,
> 
> from the rules file:
> %:
>         dh $@ --with autoreconf --builddirectory Work
> 
> ..
> 
> override_dh_clean:
>         dh_clean -X.orig
> 
> when I build a source package I see:
> dpkg-source: warning: ignoring deletion of file m4/libtool.m4
> dpkg-source: warning: ignoring deletion of file build-aux/depcomp
> ...
> dpkg-source: info: local changes detected, the modified files are:
>  texlive-bin-2011.20120226/configure
>  texlive-bin-2011.20120226/libs/gd/configure
>  texlive-bin-2011.20120226/texk/afm2pl/configure
>  texlive-bin-2011.20120226/texk/bibtex8/configure
>  ...

> 
> So I suppose that dh_autoreconf* should fix the above errors, but it didn't.
> 
> I suppose there is something I have overlooked completely.

It should remove those files if they were changed by the command executed
by dh_autoreconf and they're not symbolic links[1]. You could grep the
before and after lists for those files and check that the checksums are
different. In order to be removed, a file must have one of the following:

    (a) not in the before list, but in the after list
    (b) different checksum in the after list

[1] The symbolic link thing being a bug yet to be fixed
-- 
Julian Andres Klode  - Debian Developer, Ubuntu Member

See http://wiki.debian.org/JulianAndresKlode and http://jak-linux.org/.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to