[med-svn] [picard-tools] 01/05: Compress the source archive with XZ.
Charles Plessy
plessy at alioth.debian.org
Sun Oct 20 01:39:06 UTC 2013
This is an automated email from the git hooks/post-receive script.
plessy pushed a commit to branch master
in repository picard-tools.
commit c5bf5d4d39d096d39b29bd6e60a2e161cc0e2129
Author: Charles Plessy <plessy at debian.org>
Date: Sat Oct 19 12:25:28 2013 +0900
Compress the source archive with XZ.
---
debian/rules | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/rules b/debian/rules
index daf9827..f672a76 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,7 +16,7 @@ override_dh_auto_configure:
PACKAGE = picard-tools
SRC_VERSION = $(shell dpkg-parsechangelog | sed -ne 's/^Version: \(\([0-9]\+\):\)\?\(.*\)-.*/\3/p')
SRC_DIR = $(PACKAGE)-$(SRC_VERSION).orig
-TARBALL = $(PACKAGE)_$(SRC_VERSION).orig.tar.bz2
+TARBALL = $(PACKAGE)_$(SRC_VERSION).orig.tar.xz
SVN_REPOS= http://svn.code.sf.net/p/picard/code
.PHONY: get-orig-source
get-orig-source:
@@ -25,7 +25,7 @@ get-orig-source:
svn export $(SVN_REVISION) $(SVN_REPOS)/tags/$(SRC_VERSION) get-orig-source/$(SRC_DIR)
# Removing convenience binary jar files.
rm -r get-orig-source/$(SRC_DIR)/lib/*
- BZIP2='--best' tar cjf $(TARBALL) -C get-orig-source $(SRC_DIR)
+ tar cJf $(TARBALL) -C get-orig-source $(SRC_DIR)
rm -r get-orig-source
@echo " "$(TARBALL)" created; move it to the right destination to build the package"
--
Alioth's /git/debian-med/git-commit-notice on /srv/git.debian.org/git/debian-med/picard-tools.git
More information about the debian-med-commit
mailing list