[libgeotiff-epsg] 01/01: Set XZ compression level.

Bas Couwenberg sebastic at xs4all.nl
Fri Dec 26 02:34:09 UTC 2014


This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a commit to branch master
in repository libgeotiff-epsg.

commit 0b43ccbcc9032ca2edc8349f913b3de67e77bc57
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Fri Dec 26 03:34:04 2014 +0100

    Set XZ compression level.
---
 debian/changelog       | 1 +
 debian/get-orig-source | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 77a275c..a75c49e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 libgeotiff-epsg (1.4.1-1~exp2) UNRELEASED; urgency=medium
 
   * Add upstream metadata.
+  * Set XZ compression level.
 
  -- Bas Couwenberg <sebastic at xs4all.nl>  Sat, 29 Nov 2014 00:54:18 +0100
 
diff --git a/debian/get-orig-source b/debian/get-orig-source
index 07d979e..4e4f419 100755
--- a/debian/get-orig-source
+++ b/debian/get-orig-source
@@ -48,7 +48,7 @@ find ${TARDIR} -mindepth 1 -maxdepth 1 -not -name csv -exec rm -rf {} \;
 
 ORIGTARFILE="${PACKAGE}_${VERSION}.orig.tar.${COMPRESS}"
 
-GZIP="--best --no-name" tar --owner=root --group=root --mode=a+rX -caf ${ORIGTARFILE} "${TARDIR}"
+GZIP="--best --no-name" XZ_OPT="-6v" tar --owner=root --group=root --mode=a+rX -caf ${ORIGTARFILE} "${TARDIR}"
 
 mv ${ORIGTARFILE} ${PARENTDIR}
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/libgeotiff-epsg.git



More information about the Pkg-grass-devel mailing list