[network-manager-openswan: 12/12] build: create xz compressed tarballs by default



commit 92f1611f2d6bd150f7d8cd18513cfa47794881d7
Author: Lubomir Rintel <lkundrak v3 sk>
Date:   Tue Sep 1 12:41:37 2015 +0200

    build: create xz compressed tarballs by default
    
    GNOME release tooling repacks the bz2 to a xz anyway. This makes it
    easier for packagers to use tarballs created with "make dist" in place of
    distribution tarballs.

 .gitignore   |    2 ++
 configure.ac |    2 +-
 2 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index cd7ad78..31bb06f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -36,3 +36,5 @@ nm-openswan.desktop
 src/nm-openswan-service
 src/nm-openswan-service-helper
 src/show-xfrm
+
+/NetworkManager-openswan*.tar*
diff --git a/configure.ac b/configure.ac
index 77c2e3c..c9319ea 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
 AC_PREREQ(2.52)
 
 AC_INIT(NetworkManager-openswan, 1.1.0, avagarwa redhat com, NetworkManager-openswan)
-AM_INIT_AUTOMAKE([subdir-objects no-dist-gzip dist-bzip2])
+AM_INIT_AUTOMAKE([subdir-objects no-dist-gzip dist-xz])
 AM_MAINTAINER_MODE
 
 AC_CONFIG_MACRO_DIR([m4])


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