Hi Chris

On Sun, Mar 05, 2017 at 04:57:45PM +0000, Chris Lamb wrote:
>  override_dh_builddeb:
>       dh_builddeb
> -     tar -c -C debian/ftpsync-tar distrib | gzip -n > ../$(TARNAME)
> +     find debian/ftpsync-tar -print0 | xargs -0r touch --no-dereference 
> --date="@${SOURCE_DATE_EPOCH}"
> +     (cd debian/ftpsync-tar && find -print0 | LC_ALL=C sort -z | tar 
> --no-recursion --null -T - -c) | gzip -n > ../$(TARNAME)
>       dpkg-distaddfile $(TARNAME) raw-ftpsync -

Could you explain why explain why "tar --mtime=" is not longer
sufficient?  See https://bugs.debian.org/777737 as reference.

Regards,
Bastian

-- 
There are some things worth dying for.
                -- Kirk, "Errand of Mercy", stardate 3201.7

Reply via email to