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

Eugeniy Meshcheryakov eugen at debian.org
Sat Dec 3 14:56:06 UTC 2011


The following commit has been merged in the master branch:
commit ae220039c0c33a086d002fb93e150faf1d4418e3
Author: Eugeniy Meshcheryakov <eugen at debian.org>
Date:   Sat Dec 3 14:50:26 2011 +0100

    Add build-arch and build-indep targets, fixes lintian warning

diff --git a/debian/changelog b/debian/changelog
index 5972afa..6136b2d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,8 +3,9 @@ coccinelle (1.0.0~rc7.deb-2) experimental; urgency=low
   * Upload to unstable
   * Build-depend on debhelper >= 8.1.0~ for build-arch and build-indep
     targets
+  * Add build-arch and build-indep targets, fixes lintian warning
 
- -- Євгеній Мещеряков <eugen at debian.org>  Sat, 03 Dec 2011 14:47:23 +0100
+ -- Євгеній Мещеряков <eugen at debian.org>  Sat, 03 Dec 2011 14:49:50 +0100
 
 coccinelle (1.0.0~rc7.deb-1) experimental; urgency=low
 
diff --git a/debian/rules b/debian/rules
index e488942..fd787e3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,7 +20,7 @@ CONFIG_FLAGS = $(COMMON_CONFIG) --no-opt
 MAKE_TGT = all
 endif
 
-build clean binary binary-arch binary-indep install:
+build build-arch build-indep clean binary binary-arch binary-indep install:
 	dh --with ocaml,python2 $@
 
 override_dh_auto_configure:
@@ -63,5 +63,5 @@ override_dh_auto_clean:
 override_dh_compress:
 	dh_compress -X.pdf -X.cocci -X.c
 
-.PHONY: build clean binary-indep binary-arch binary install
+.PHONY: build build-arch build-indep 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