[Pkg-ocaml-maint-commits] [SCM] ocaml-ssl packaging branch, master, updated. debian/0.4.3-2-2-g7df0b1e

Stephane Glondu steph at glondu.net
Mon Jul 27 15:18:05 UTC 2009


The following commit has been merged in the master branch:
commit 7df0b1e514d3322a615f6ed86e2b5a53672832df
Author: Stephane Glondu <steph at glondu.net>
Date:   Sun Jul 26 03:55:20 2009 +0200

    Adapt to new dh-ocaml

diff --git a/debian/changelog b/debian/changelog
index 1b39eee..7789998 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,15 @@
-ocaml-ssl (0.4.3-2.1) UNRELEASED; urgency=low
+ocaml-ssl (0.4.3-3) UNRELEASED; urgency=low
 
-  * Non-maintainer upload.
+  [ Sylvain Le Gall ]
   * Save doc/ directory before cleaning it
 
- -- Sylvain Le Gall <gildor at debian.org>  Sat, 25 Jul 2009 17:25:39 +0000
+  [ Stephane Glondu ]
+  * debian/control:
+    - adapt to new dh-ocaml
+    - move to section ocaml
+    - update Standards-Version to 3.8.2
+
+ -- Stephane Glondu <steph at glondu.net>  Sun, 26 Jul 2009 03:53:27 +0200
 
 ocaml-ssl (0.4.3-2) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 2efddf5..191a82c 100644
--- a/debian/control
+++ b/debian/control
@@ -1,5 +1,5 @@
 Source: ocaml-ssl
-Section: devel
+Section: ocaml
 Priority: optional
 Maintainer: Debian OCaml Maintainers <debian-ocaml-maint at lists.debian.org>
 Uploaders:
@@ -12,25 +12,32 @@ Build-Depends:
  ocaml-nox (>= 3.11),
  ocaml-findlib (>= 1.2.4),
  cdbs,
- dh-ocaml,
+ dh-ocaml (>= 0.9),
  dpatch
-Standards-Version: 3.8.0
+Standards-Version: 3.8.2
 Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/ocaml-ssl.git
 Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/ocaml-ssl.git
 
 Package: libssl-ocaml
-Section: libs
 Architecture: any
-Depends: ocaml-base-nox-${F:OCamlABI}, ${misc:Depends}, ${shlibs:Depends}
+Depends:
+ ${ocaml:Depends},
+ ${misc:Depends},
+ ${shlibs:Depends}
+Provides: ${ocaml:Provides}
 Description: OCaml bindings for OpenSSL
  OCaml library for communicating using SSL/TLS encrypted connections.
  .
  This package contains only the shared runtime stub libraries.
 
 Package: libssl-ocaml-dev
-Section: libdevel
 Architecture: any
-Depends: ocaml-nox-${F:OCamlABI}, libssl-dev (>= 0.9.6), libssl-ocaml (= ${binary:Version}), ${misc:Depends}
+Depends:
+ libssl-dev,
+ ${ocaml:Depends},
+ ${shlibs:Depends},
+ ${misc:Depends}
+Provides: ${ocaml:Provides}
 Recommends: ocaml-findlib
 Description: OCaml bindings for OpenSSL
  OCaml library for communicating using SSL/TLS encrypted connections.
diff --git a/debian/rules b/debian/rules
index f76808e..c0a64f0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,8 +1,8 @@
 #!/usr/bin/make -f
+include /usr/share/cdbs/1/rules/dpatch.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/autotools.mk
 include /usr/share/cdbs/1/rules/ocaml.mk
-include /usr/share/cdbs/1/rules/dpatch.mk
+include /usr/share/cdbs/1/class/autotools.mk
 
 DESTDIR = $(CURDIR)/debian/tmp/$(OCAML_STDLIB_DIR)
 DEB_MAKE_INSTALL_TARGET = install OCAMLFIND_DESTDIR=$(DESTDIR) OCAMLFIND_LDCONF=ignore

-- 
ocaml-ssl packaging



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