Am Montag, 13. Juni 2016 um 19:09:04, schrieb Scott Kostyshak <skost...@lyx.org>
> Note also that for me make package_source produces a tar.gz, not a
> tar.xz as you suggested above.

It depends on how you configure, so that 'make package' knows what to produce.
1.)  -DCPACK_SOURCE_TGZ:BOOL=ON
        -> .tar.gz
2.)  -DCPACK_SOURCE_TBZ2:BOOL=ON
        -> .bz2
3.) -DCPACK_SOURCE_TZ:BOOL=ON
        -> .tar.Z
or
4.)  -DCPACK_SOURCE_ZIP:BOOL=ON
        -> nothing on linux

(Select only one of them)
But, yes, .tar.xz is not created :(

For the differences:
        'make git-archive' and 'make package_source' create different files.
Which one have you used for comparison?

Here, 'make package_source' creates
        LyX-2.3.tar.gz
        LyX-2.3.tar.xz
        LyX-2.3.tar.Z

and 'make git-archive' creates
        LyX-2.3.0-47802git-Linux.tgz

        Kornel

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to