[Pkg-ocaml-maint-commits] [SCM] cryptokit packaging branch, master, updated. debian/1.3-8-8-gccaa207

Samuel Mimram samuel.mimram at ens-lyon.org
Tue Feb 24 18:12:51 UTC 2009


The following commit has been merged in the master branch:
commit 4b12c9c97c7e85acf5417f4f5004e614fcba25fc
Author: Samuel Mimram <samuel.mimram at ens-lyon.org>
Date:   Tue Feb 24 19:07:16 2009 +0100

    Update control.

diff --git a/debian/control b/debian/control
index 7b85ae4..106ad65 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,8 @@ Section: libdevel
 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>
-Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 5), dpatch, ocaml-nox (>= 3.10.0-8), zlib1g-dev, dpkg-dev (>= 1.13.19)
-Standards-Version: 3.7.3
+Build-Depends: cdbs (>= 0.4.23-1.1), dpatch, ocaml-nox (>= 3.11), debhelper (>= 7), zlib1g-dev, dpkg-dev (>= 1.13.19)
+Standards-Version: 3.8.0
 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/rules b/debian/rules
index 12adacc..bb818fc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,7 +23,7 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/rules/dpatch.mk
 include /usr/share/cdbs/1/class/makefile.mk
-include /usr/share/cdbs/1/class/ocaml.mk
+include /usr/share/cdbs/1/rules/ocaml.mk
 
 PACKAGE := libcryptokit-ocaml
 DESTDIR := $(CURDIR)/debian/$(PACKAGE)
@@ -32,9 +32,9 @@ PACKAGE_DEV := libcryptokit-ocaml-dev
 DESTDIR_DEV := $(CURDIR)/debian/$(PACKAGE_DEV)
 
 DEB_MAKE_CLEAN_TARGET    := clean
-DEB_MAKE_BUILD_TARGET    := all 
+DEB_MAKE_BUILD_TARGET    := all
 ifeq ($(OCAML_HAVE_OCAMLOPT),yes)
-DEB_MAKE_BUILD_TARGET    += allopt 
+DEB_MAKE_BUILD_TARGET    += allopt
 endif
 DEB_MAKE_INSTALL_TARGET  := install \
                             INSTALLDIR="$(DESTDIR_DEV)/$(OCAML_STDLIB_DIR)/cryptokit"
@@ -47,7 +47,7 @@ OCAML_OCAMLDOC_PACKAGES := libcryptokit-ocaml-dev
 CFLAGS += -DHAVE_ZLIB
 
 clean::
-	-$(RM) debian/META.cryptokit 
+	-$(RM) debian/META.cryptokit
 	-$(RM) debian/libcryptokit-ocaml-dev.dirs
 	-$(RM) debian/libcryptokit-ocaml-dev.install
 	-$(RM) debian/libcryptokit-ocaml.dirs

-- 
cryptokit packaging



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