[Pkg-ocaml-maint-commits] [SCM] syslog-ocaml packaging branch, master, updated. debian/1.4-1-11-g1e567b9

Eric Cooper ecc at cmu.edu
Wed Oct 7 11:31:38 UTC 2009


The following commit has been merged in the master branch:
commit 6c0797da47d8fab43246e92259faa71e5445e451
Author: Eric Cooper <ecc at cmu.edu>
Date:   Wed Oct 7 07:24:36 2009 -0400

    convert to dh_ocaml 0.9
    
    change section to "ocaml"

diff --git a/debian/control b/debian/control
index c8d48eb..c60a989 100644
--- a/debian/control
+++ b/debian/control
@@ -1,19 +1,30 @@
 Source: syslog-ocaml
-Section: devel
+Section: ocaml
 Priority: optional
 Maintainer: Debian OCaml Maintainers <debian-ocaml-maint at lists.debian.org>
-Uploaders: Eric Cooper <ecc at cmu.edu>, Ralf Treinen <treinen at debian.org>
+Uploaders:
+ Eric Cooper <ecc at cmu.edu>,
+ Ralf Treinen <treinen at debian.org>
 DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 7.0), cdbs, ocaml-nox (>= 3.11), dh-ocaml, ocamlmakefile, ocaml-findlib
-Standards-Version: 3.8.0
+Build-Depends:
+ debhelper (>= 7.0),
+ ocaml-nox (>= 3.11),
+ ocaml-findlib,
+ cdbs,
+ ocamlmakefile,
+ dh-ocaml (>= 0.9)
+Standards-Version: 3.8.3
 Homepage: http://homepage.mac.com/letaris
 Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/syslog-ocaml.git
 Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/syslog-ocaml.git
 
 Package: libsyslog-ocaml
 Architecture: any
-Section: libs
-Depends: ocaml-base-nox-${F:OCamlABI}, ${shlibs:Depends}, ${misc:Depends}
+Depends:
+ ${ocaml:Depends},
+ ${misc:Depends},
+ ${shlibs:Depends}
+Provides: ${ocaml:Provides}
 Description: syslog routines for OCaml
  This library implements a syslog client in Objective Caml.
  .
@@ -21,8 +32,11 @@ Description: syslog routines for OCaml
 
 Package: libsyslog-ocaml-dev
 Architecture: any
-Section: libdevel
-Depends: ocaml-nox-${F:OCamlABI}, libsyslog-ocaml (= ${binary:Version}), ${misc:Depends}
+Depends:
+ ${ocaml:Depends},
+ ${misc:Depends},
+ ${shlibs:Depends}
+Provides: ${ocaml:Provides}
 Description: syslog routines for OCaml
  This library implements a syslog client in Objective Caml.
  .
diff --git a/debian/libsyslog-ocaml-dev.ocamldoc b/debian/libsyslog-ocaml-dev.ocamldoc
new file mode 100644
index 0000000..0f6e224
--- /dev/null
+++ b/debian/libsyslog-ocaml-dev.ocamldoc
@@ -0,0 +1,2 @@
+# flags for ocamldoc
+# (this file must be non-empty to be represented in the .diff.gz for the package)

-- 
syslog-ocaml packaging



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