[Pkg-ocaml-maint-commits] [SCM] Debian packaging for coccinelle branch, master, updated. debian/1.0.0_rc7.deb-3-5-g9e8af49

Eugeniy Meshcheryakov eugen at debian.org
Tue Dec 6 20:18:44 UTC 2011


The following commit has been merged in the master branch:
commit ef320aea66331cb69d29192956c3da10400a56ba
Author: Eugeniy Meshcheryakov <eugen at debian.org>
Date:   Tue Dec 6 20:57:26 2011 +0100

    Use xz for binary packages compression

diff --git a/debian/changelog b/debian/changelog
index d211b1d..9150fb0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,8 +2,9 @@ coccinelle (1.0.0~rc7.deb-4) unstable; urgency=low
 
   * Move pdf documentation and examples into a separate package
   * Add support for parallel build
+  * Use xz for binary packages compression
 
- -- Євгеній Мещеряков <eugen at debian.org>  Tue, 06 Dec 2011 20:20:56 +0100
+ -- Євгеній Мещеряков <eugen at debian.org>  Tue, 06 Dec 2011 20:55:50 +0100
 
 coccinelle (1.0.0~rc7.deb-3) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index c51f0fa..3e696c6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -69,6 +69,9 @@ override_dh_auto_clean:
 override_dh_compress:
 	dh_compress -X.pdf -X.cocci -X.c
 
+override_dh_builddeb:
+	dh_builddeb -- -Zxz
+
 .PHONY: build build-arch build-indep clean binary-indep binary-arch binary install
 .PHONY: override_dh_auto_configure override_dh_auto_test override_dh_auto_clean override_dh_compress
 .PHONY: override_dh_auto_build-arch override_dh_auto_install-arch

-- 
Debian packaging for coccinelle



More information about the Pkg-ocaml-maint-commits mailing list