[med-svn] [SCM] emboss branch, master, updated. debian/6.3.1-6-21-g966f739

Charles Plessy plessy at debian.org
Fri May 11 05:54:14 UTC 2012


The following commit has been merged in the master branch:
commit 966f739a28c96740113f594f14331fca868e479d
Author: Charles Plessy <plessy at debian.org>
Date:   Fri May 11 14:52:41 2012 +0900

    Compress binary packages with xz using Debhelper overrides.

diff --git a/debian/rules b/debian/rules
index b7e7b7c..16a5a8d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -141,7 +141,10 @@ binary-arch: build install test
 	dh_shlibdeps -a
 	dh_gencontrol -a
 	dh_md5sums -a
-	dh_builddeb -a -- -Z bzip2
+	dh_builddeb -a
+
+override_dh_builddeb:
+	dh_builddeb -- -Z xz
 
 binary: binary-indep binary-arch
 .PHONY: build clean binary-indep binary-arch binary

-- 
The European Molecular Biology Open Software Suite.



More information about the debian-med-commit mailing list