[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Build reproducibility



On Tue, Mar 24, 2009 at 9:42 AM, Ryan Niebur <ryanryan52@gmail.com> wrote:

> remove it in your clean target. since you're regenerating it, it'll be
> fine if it's not there already. and removed files don't show up in the
> .diff.gz.
>
> you should use dh_clean t(1)o remove it. (just add it to debian/clean if
> you're using debhelper compatibility level 7)

In automake-based packages the recommended way to clean up after
autotools regeneration is 'make maintainer-clean'. Unfortunately
automake doesn't remove Makefile.in files in maintainer-clean by
default so you may have to delete them manually or with dh_clean.

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


Reply to: