[Pkg-ocaml-maint-commits] [SCM] pycaml packaging branch, master, updated. debian/0.82-11-4-g9b42284

Stephane Glondu steph at glondu.net
Sun Jun 20 04:04:28 UTC 2010


The following commit has been merged in the master branch:
commit ebf0ad53f703761ddb9ac3de0de3eeeed075b94d
Author: Stephane Glondu <steph at glondu.net>
Date:   Sat Jun 19 15:15:58 2010 -0700

    Fix some Lintian warnings

diff --git a/debian/NEWS b/debian/NEWS
index 36ff049..fc512fc 100644
--- a/debian/NEWS
+++ b/debian/NEWS
@@ -1,7 +1,8 @@
 pycaml (0.82-10) unstable; urgency=low
 
-  * Pycaml library files are now installed into a subdirectory of `ocamlc
-    -where`; programs using it now need "-I +pycaml" additional flags to
-    be compiled, or use the newly-introduced findlib package "pycaml".
+  Pycaml library files are now installed into a subdirectory of `ocamlc
+  -where`; programs using it now need "-I +pycaml" additional flags to
+  be compiled, or use the newly-introduced findlib package "pycaml".
 
  -- Stephane Glondu <steph at glondu.net>  Sun, 07 Jun 2009 12:58:32 +0200
+
diff --git a/debian/control b/debian/control
index 072f858..2631edb 100644
--- a/debian/control
+++ b/debian/control
@@ -7,13 +7,13 @@ Uploaders:
  Sylvain Le Gall <gildor at debian.org>,
  Stéphane Glondu <glondu at debian.org>
 Build-Depends:
- debhelper (>= 7.0.50~),
+ debhelper (>= 7.1.0~),
  python-support,
  python-dev,
  dh-ocaml (>= 0.9),
  ocaml-nox (>= 3.11.1-3~),
  ocamlmakefile
-Standards-Version: 3.8.3
+Standards-Version: 3.8.4
 Homepage: http://pycaml.sourceforge.net/
 Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/pycaml.git
 Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/pycaml.git
diff --git a/debian/libpycaml-ocaml-dev.install.in b/debian/libpycaml-ocaml-dev.install.in
index 4a2f843..0491cb5 100644
--- a/debian/libpycaml-ocaml-dev.install.in
+++ b/debian/libpycaml-ocaml-dev.install.in
@@ -1,4 +1,5 @@
 @OCamlStdlibDir@/pycaml/*.cm*      @OCamlStdlibDir@/pycaml
 @OCamlStdlibDir@/pycaml/*.a        @OCamlStdlibDir@/pycaml
+pycaml.ml                          @OCamlStdlibDir@/pycaml
 debian/META                        @OCamlStdlibDir@/pycaml
 pycamltop                          /usr/bin

-- 
pycaml packaging



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