[Pkg-ocaml-maint-commits] [SCM] Debian packaging for coccinelle branch, master, updated. debian/0.2.2.deb-2-19-gf3e1171

Eugeniy Meshcheryakov eugen at debian.org
Sun Jul 25 15:56:19 UTC 2010


The following commit has been merged in the master branch:
commit 2e4cf82bc50244a418608e05fce0b355449cdc9d
Author: Eugeniy Meshcheryakov <eugen at debian.org>
Date:   Sat Jul 24 23:43:43 2010 +0200

    Do not compress .pdf .cocci and .c files

diff --git a/debian/changelog b/debian/changelog
index 85811a8..660d73d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,8 +14,9 @@ coccinelle (0.2.3.deb-1) unstable; urgency=low
   * Build and install pdf docs
     - build-depend on texlive-latex-base, texlive-latex-recommended,
       texlive-latex-extra, texlive-fonts-recommended, texlive-fonts-extra
+  * Do not compress .pdf .cocci and .c files
 
- -- Євгеній Мещеряков <eugen at debian.org>  Sat, 24 Jul 2010 23:29:44 +0200
+ -- Євгеній Мещеряков <eugen at debian.org>  Sat, 24 Jul 2010 23:43:22 +0200
 
 coccinelle (0.2.2.deb-2) unstable; urgency=medium
 
diff --git a/debian/rules b/debian/rules
index 74a568b..c63caae 100755
--- a/debian/rules
+++ b/debian/rules
@@ -57,5 +57,8 @@ override_dh_auto_install:
 override_dh_auto_clean:
 	$(MAKE) CLEANSUBDIRS=\$$\(MAKESUBDIRS\) distclean
 
+override_dh_compress:
+	dh_compress -X.pdf -X.cocci -X.c
+
 .PHONY: build clean binary-indep binary-arch binary install
 .PHONY: override_dh_auto_configure override_dh_auto_build override_dh_auto_test override_dh_auto_install

-- 
Debian packaging for coccinelle



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