The following commit has been merged in the master branch:
commit 966f739a28c96740113f594f14331fca868e479d
Author: Charles Plessy <[email protected]>
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.
_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit