[Pkg-ocaml-maint-commits] [SCM] cryptokit packaging branch, master, updated. debian/1.3-13-6-g58759ad

Stephane Glondu steph at glondu.net
Fri Oct 9 09:37:14 UTC 2009


The following commit has been merged in the master branch:
commit c703b12aee282ea1e099ff9386a0e2a69be1d160
Author: Stephane Glondu <steph at glondu.net>
Date:   Wed Oct 7 23:35:02 2009 +0200

    Various updates

diff --git a/debian/changelog b/debian/changelog
index 7ce0072..344f4ea 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,9 +2,11 @@ cryptokit (1.3-14) UNRELEASED; urgency=low
 
   [ Stéphane Glondu ]
   * Add missing dependency on zlib1g-dev (Closes: #536505)
+  * Remove control.in
   * debian/control:
+    - remove Remi Vanicat and Sven Luther from Uploaders
     - move to section ocaml
-    - update Standards-Version to 3.8.2
+    - update Standards-Version to 3.8.3
     - update for dh-ocaml 0.9, and add versioned build-dependency
 
   [ Mehdi Dogguy ]
diff --git a/debian/control b/debian/control
index 26baaa6..762c4f5 100644
--- a/debian/control
+++ b/debian/control
@@ -4,18 +4,18 @@ Priority: optional
 Maintainer: Debian OCaml Maintainers <debian-ocaml-maint at lists.debian.org>
 Uploaders:
  Ralf Treinen <treinen at debian.org>,
- Remi Vanicat <vanicat at debian.org>,
  Samuel Mimram <smimram at debian.org>,
  Stefano Zacchiroli <zack at debian.org>,
- Sven Luther <luther at debian.org>,
  Sylvain Le Gall <gildor at debian.org>,
  Stéphane Glondu <glondu at debian.org>,
  Mehdi Dogguy <mehdi at debian.org>
-Build-Depends: cdbs (>= 0.4.23-1.1), ocaml-nox (>= 3.11),
+Build-Depends:
+ cdbs (>= 0.4.23-1.1),
+ ocaml-nox (>= 3.11.1-3~),
  debhelper (>= 7),
  zlib1g-dev,
  dh-ocaml (>= 0.9)
-Standards-Version: 3.8.2
+Standards-Version: 3.8.3
 Homepage: http://pauillac.inria.fr/~xleroy/software.html#cryptokit
 Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/cryptokit.git
 Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/cryptokit.git
diff --git a/debian/libcryptokit-ocaml-dev.ocamldoc b/debian/libcryptokit-ocaml-dev.ocamldoc
new file mode 100644
index 0000000..1bfdd46
--- /dev/null
+++ b/debian/libcryptokit-ocaml-dev.ocamldoc
@@ -0,0 +1 @@
+# This file must not be empty to be represented in .diff.gz!
diff --git a/debian/rules b/debian/rules
index 1d4c5a4..d1c5594 100755
--- a/debian/rules
+++ b/debian/rules
@@ -40,8 +40,6 @@ DEB_MAKE_INSTALL_TARGET  := install \
 
 CDBS_BUILD_DEPENDS := $(subst ocaml-nox,ocaml-nox (>= 3.10.0-8),$(CDBS_BUILD_DEPENDS))
 
-OCAML_OCAMLDOC_PACKAGES := libcryptokit-ocaml-dev
-
 # Enable zlib support
 CFLAGS += -DHAVE_ZLIB
 

-- 
cryptokit packaging



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