[Pkg-ocaml-maint-commits] [SCM] ocaml-benchmark packaging branch, master, updated. debian/0.9-1

Sylvain Le Gall gildor at debian.org
Fri May 1 21:16:36 UTC 2009


The following commit has been merged in the master branch:
commit e94847c664d3b661bb9d6bb5004e809b2f2b6597
Author: Sylvain Le Gall <gildor at debian.org>
Date:   Fri May 1 23:15:53 2009 +0200

    Prepare upload of version 0.9
    
    * New Upstream Version
    * Remove patch 02_gettimeofday, applied upstream
    * Apply 03makedoc patch to fix documentation generation problem
    * Upgrade Standards-Version to 3.8.1 (no change)

diff --git a/debian/changelog b/debian/changelog
index edc9e3a..e895c96 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,11 @@
-ocaml-benchmark (0.8-2) UNRELEASED; urgency=low
+ocaml-benchmark (0.9-1) unstable; urgency=low
 
-  * NOT RELEASED YET
+  * New Upstream Version
+  * Remove patch 02_gettimeofday, applied upstream
+  * Apply 03makedoc patch to fix documentation generation problem
+  * Upgrade Standards-Version to 3.8.1 (no change)
 
- -- Sylvain Le Gall <gildor at debian.org>  Sat, 07 Mar 2009 00:53:40 +0100
+ -- Sylvain Le Gall <gildor at debian.org>  Fri, 01 May 2009 18:35:22 +0200
 
 ocaml-benchmark (0.8-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index a951e73..bc5efdc 100644
--- a/debian/control
+++ b/debian/control
@@ -1,5 +1,5 @@
 Source: ocaml-benchmark
-Section: libdevel
+Section: ocaml
 Priority: optional
 Maintainer: Debian OCaml Maintainers <debian-ocaml-maint at lists.debian.org>
 Uploaders: Sylvain Le Gall <gildor at debian.org>
@@ -9,14 +9,13 @@ Build-Depends: cdbs (>= 0.4.23-1.1),
  ocaml-nox (>= 3.10.0-9), 
  ocaml-findlib (>= 1.1.2pl1-4),
  dh-ocaml (>= 0.4.1)
-Standards-Version: 3.8.0
+Standards-Version: 3.8.1
 Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/ocaml-benchmark.git
 Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/ocaml-benchmark.git
 Homepage: http://sourceforge.net/projects/ocaml-benchmark/
 
 Package: libbenchmark-ocaml-dev
 Architecture: any
-Section: libdevel
 Depends: ocaml-nox-${F:OCamlABI}, ${misc:Depends}
 Description: OCaml benchmarking library
  This library implements benchmarking functions for measuring the
diff --git a/debian/patches/00list b/debian/patches/00list
index 4fa2e02..fdf467e 100644
--- a/debian/patches/00list
+++ b/debian/patches/00list
@@ -1 +1 @@
-02gettimeofday
+03makedoc
diff --git a/debian/patches/03makedoc.dpatch b/debian/patches/03makedoc.dpatch
new file mode 100755
index 0000000..c80b017
--- /dev/null
+++ b/debian/patches/03makedoc.dpatch
@@ -0,0 +1,21 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 03makedoc.dpatch by Sylvain Le Gall <gildor at debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+ at DPATCH@
+diff -urNad ocaml-benchmark~/Makefile ocaml-benchmark/Makefile
+--- ocaml-benchmark~/Makefile	2009-05-01 20:26:13.000000000 +0200
++++ ocaml-benchmark/Makefile	2009-05-01 20:27:07.000000000 +0200
+@@ -23,8 +23,8 @@
+ 
+ ######################################################################
+ 
+-ML_FILES  := $(wildcard *.ml)
+-MLI_FILES := $(wildcard *.mli)
++ML_FILES  := benchmark.ml
++MLI_FILES := benchmark.mli
+ CMI_FILES := $(addsuffix .cmi,$(basename $(MLI_FILES)))
+ 
+ BYTE_OBJS := $(if $(ML_FILES),$(PKGNAME).cmo $(BYTE_OBJS),)

-- 
ocaml-benchmark packaging



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