Re: Patch to add (required) files missing from snapshot build.
Stephen Leake <stephen_leake <at> stephe-leake.org>
2011-07-26 10:08:36 GMT
Bruce Tulloch <bruce <at> causal.com> writes:
> The snapshot build at revno: 584 does not appear to include these two
> files which are required to be able to build the debian package from the
> snapshot tarball.
Thanks, applied.
> Cheers, Bruce.
>
> # HG changeset patch
> # User Bruce Tulloch <bruce <at> causal.com>
> # Date 1311651135 -36000
> # Node ID ffdfca1aa30872069d71f97e8a3da94f6bd7378c
> # Parent 0cf6da20cd267fb4e24753e01b9c3307ddbf4ece
> added missing files which prevented debian package build
>
> These files were added to the source but not included in the snapshot
> tarball build as required to be able to build the debian package from
> the snapshot.
>
> diff -r 0cf6da20cd26 -r ffdfca1aa308 Makefile.in
> --- a/Makefile.in Fri Apr 22 23:07:41 2011 +0200
> +++ b/Makefile.in Tue Jul 26 13:32:15 2011 +1000
> <at> <at> -82,6 +82,8 <at> <at>
> dvc-load.el.in dvc-load-install.el.in \
> lisp/dvc-version.el \
> texinfo/dvc-version.texinfo \
> + texinfo/dvc-intro.texinfo \
> + texinfo/fdl.texinfo \
(Continue reading)