[Pkg-ocaml-maint-commits] [SCM] ocamlwc packaging branch, master, updated. debian/0.3-8-8-g51529ba

Ralf Treinen treinen at free.fr
Wed Oct 20 07:03:09 UTC 2010


The following commit has been merged in the master branch:
commit f231cb45059593e85d6a9f591811178d2c0b195c
Author: Ralf Treinen <treinen at free.fr>
Date:   Wed Oct 20 08:54:38 2010 +0200

    use dh-ocaml >= 0.9~

diff --git a/debian/changelog b/debian/changelog
index 47f476c..9644b85 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+ocamlwc (0.3-9) unstable; urgency=low
+
+  * Update Stéphane's email address
+  * Really remove DM-Upload-Allowed flag
+  * Standards-Version 3.9.1 (no change)
+  * Use dh-ocaml >= 0.9~ to get ocaml dependencies (closes: #599327)
+  
+ -- Ralf Treinen <treinen at debian.org>  Wed, 20 Oct 2010 08:53:52 +0200
+
 ocamlwc (0.3-8) unstable; urgency=low
 
   * Move to source format 3.0 (quilt):
diff --git a/debian/control b/debian/control
index 3ce6f1f..05bf8b0 100644
--- a/debian/control
+++ b/debian/control
@@ -4,18 +4,17 @@ Priority: optional
 Maintainer: Debian OCaml Maintainers <debian-ocaml-maint at lists.debian.org>
 Uploaders: Georg Neis <gn at oglaroon.de>,
  Ralf Treinen <treinen at debian.org>,
- Stephane Glondu <steph at glondu.net>
-DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 7.0.52), dh-ocaml
+ Stéphane Glondu <glondu at debian.org>
+Build-Depends: debhelper (>= 7.0.52), dh-ocaml (>= 0.9~)
 Build-Depends-Indep: ocaml-nox
-Standards-Version: 3.8.4
+Standards-Version: 3.9.1
 Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/ocamlwc.git
 Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/ocamlwc.git
 Homepage: http://www.lri.fr/~filliatr/software.en.html
 
 Package: ocamlwc
 Architecture: all
-Depends: ocaml-base-nox-${F:OCamlABI}, ${misc:Depends}
+Depends: ${ocaml:Depends}, ${misc:Depends}
 Description: count the lines of code and comments in OCaml sources
  ocamlwc is a program to count the number of lines of code and documentation
  in OCaml sources.  It assumes the files to be lexically well-formed.

-- 
ocamlwc packaging



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