[med-svn] [SCM] BEDtools branch, master, updated. debian/2.12.0-1-11-g2e3fe5e

Charles Plessy plessy at debian.org
Sat Sep 10 14:39:16 UTC 2011


The following commit has been merged in the master branch:
commit ff5450ef21cd568bcc89aef027902febff31e390
Author: Charles Plessy <plessy at debian.org>
Date:   Sat Sep 10 22:58:42 2011 +0900

    Compress source and binary packages with xz.

diff --git a/debian/rules b/debian/rules
index 240e7fa..818ca2e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,6 +4,8 @@ include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/makefile.mk
 include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 
+DEB_DH_BUILDDEB_ARGS = -- -Z xz
+
 DEB_INSTALL_CHANGELOGS_ALL := RELEASE_HISTORY
 
 get-orig-source:
@@ -12,5 +14,5 @@ get-orig-source:
 	| tar --wildcards \
 		--delete '*/._*' \
 		--delete '*/*DS_Store' \
-	| bzip2 --best \
-	> ../$(DEB_SOURCE_PACKAGE)_$(DEB_UPSTREAM_VERSION).orig.tar.bz2
+	| xz \
+	> ../$(DEB_SOURCE_PACKAGE)_$(DEB_UPSTREAM_VERSION).orig.tar.xz

-- 
Suite of utilities for comparing genomic features.



More information about the debian-med-commit mailing list