After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 658788 - Change default dist to .xz
Change default dist to .xz
Status: RESOLVED FIXED
Product: anjuta
Classification: Applications
Component: core application
git master
Other Linux
: Normal minor
: ---
Assigned To: Naba Kumar
Anjuta maintainers
Depends on:
Blocks:
 
 
Reported: 2011-09-12 08:05 UTC by Johannes Schmid
Modified: 2011-10-23 22:04 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Johannes Schmid 2011-09-12 08:05:49 UTC
Basically there are two things we should do:

* Change the default dist of anjuta itself to something like:
AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz])

* Change the project templates to use both .xz and .bz2 as I don't know how widespread .xz is yet and people might be confused:
AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-bz2 dist-xz])

Not entirely sure if the latter works though...
Comment 2 Johannes Schmid 2011-10-13 02:31:57 UTC
> * Change the default dist of anjuta itself to something like:
> AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz])

This is done...