[Pkg-ocaml-maint-commits] [SCM] pgocaml packaging branch, master, updated. debian/1.3-3-1-g3cb356a

Guillaume Yziquel guillaume.yziquel at citycable.ch
Mon Feb 22 11:27:56 UTC 2010


The following commit has been merged in the master branch:
commit 3cb356a6feeaacb3a1ab753d2c3b85f5fda318c4
Author: Guillaume Yziquel <guillaume.yziquel at citycable.ch>
Date:   Mon Feb 22 10:20:21 2010 +0100

    Removing some .cmx and .cmi files concerning the profiler.

diff --git a/debian/changelog b/debian/changelog
index f338219..e591abb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+pgocaml (1.3-4) unstable; urgency=low
+
+  * Removed the .cmx and .cmi files of the profiler from the package.
+
+ -- Guillaume Yziquel <guillaume.yziquel at citycable.ch>  Mon, 22 Feb 2010 08:53:35 +0100
+
 pgocaml (1.3-3) unstable; urgency=low
 
   * Do not install META and pgocaml.cma in libpgocaml-ocaml-dev
diff --git a/debian/control b/debian/control
index 825502d..6c76d51 100644
--- a/debian/control
+++ b/debian/control
@@ -17,7 +17,7 @@ Build-Depends: cdbs (>= 0.4.52),
  libpcre-ocaml-dev,
  libcsv-ocaml-dev,
  libcalendar-ocaml-dev (>= 2)
-Standards-Version: 3.8.3
+Standards-Version: 3.8.4
 Homepage: http://developer.berlios.de/projects/pgocaml/
 Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/pgocaml.git
 Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/pgocaml.git
diff --git a/debian/rules b/debian/rules
index 870e447..37ebb8d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -34,6 +34,8 @@ endif
 binary-install/libpgocaml-ocaml-dev::
 	rm -f debian/libpgocaml-ocaml-dev/$(OCAML_STDLIB_DIR)/pgocaml/META
 	rm -f debian/libpgocaml-ocaml-dev/$(OCAML_STDLIB_DIR)/pgocaml/pgocaml.cma
+	rm -f debian/libpgocaml-ocaml-dev/$(OCAML_STDLIB_DIR)/pgocaml/pgocaml_prof.cmi
+	rm -f debian/libpgocaml-ocaml-dev/$(OCAML_STDLIB_DIR)/pgocaml/pgocaml_prof.cmx
 
 pre-build::
 	make depend
@@ -44,4 +46,3 @@ pre-build::
 clean::
 	-$(RM) pgocaml.cmxs
 	-mv pGOCaml_config.ml.orig pGOCaml_config.ml
-

-- 
pgocaml packaging



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