[Pkg-privacy-commits] [torsocks] 15/17: Use xz for dist tarball now
Intrigeri
intrigeri at moszumanska.debian.org
Wed Oct 19 20:59:18 UTC 2016
This is an automated email from the git hooks/post-receive script.
intrigeri pushed a commit to branch bugfix/typo-subsytem
in repository torsocks.
commit d5d7eaab8fb82353079180e71884c37f6e2e882c
Author: David Goulet <dgoulet at ev0ke.net>
Date: Tue Oct 18 12:39:02 2016 -0400
Use xz for dist tarball now
Signed-off-by: David Goulet <dgoulet at ev0ke.net>
---
.gitignore | 1 +
configure.ac | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/.gitignore b/.gitignore
index 89ed3e9..6d80fe1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,6 +14,7 @@ Makefile.in
*.loT
*.info
*.bz2
+*.xz
*.tar
aclocal.m4
autom4te.cache/
diff --git a/configure.ac b/configure.ac
index a77a2de..d5e3200 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@ AC_CONFIG_HEADER([include/config.h])
AC_USE_SYSTEM_EXTENSIONS
# Automake initialization
-AM_INIT_AUTOMAKE([foreign dist-bzip2 no-dist-gzip])
+AM_INIT_AUTOMAKE([foreign dist-xz no-dist-gzip])
# Silent compilation. Easier to spot errors!
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/torsocks.git
More information about the Pkg-privacy-commits
mailing list