summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSylvain Le Gall <gildor@debian.org>2009-03-07 00:51:39 +0100
committerSylvain Le Gall <gildor@debian.org>2009-03-07 00:51:39 +0100
commit41846438a49af86682b22ec5d5a42242d1acd725 (patch)
tree4e39fbea816513489658a1ea33ca8f7f41b557f1
parent60235fcbb3df199d41bee4f5e5fd9744c6ab1a1d (diff)
Migration to ocaml 3.11 and updated copyright file format
* fix vcs-svn field to point just above the debian/ dir * Use dh-ocaml for generating .ocamldoc-apiref automatically * Set maintainer to Debian OCaml Maintainers * Upgrade Standards-Version to 3.8.0 (debian/README.source) * Add Homepage field to debian/control * Add ${misc:Depends} to dependencies * Upgrade debian/compat to 7 (use debian/clean)
-rw-r--r--debian/README.source5
-rw-r--r--debian/changelog19
-rw-r--r--debian/clean2
-rw-r--r--debian/compat2
-rw-r--r--debian/control15
-rw-r--r--debian/copyright25
-rwxr-xr-xdebian/rules6
7 files changed, 47 insertions, 27 deletions
diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 0000000..62605d2
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,5 @@
+This package use dpatch for patching the source.
+
+Please consider reading dpatch manpage to patch the source.
+
+ -- Sylvain Le Gall <gildor@debian.org> Sun, 22 Jun 2008 23:26:52 +0200
diff --git a/debian/changelog b/debian/changelog
index 056cd62..c229a57 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,20 +1,23 @@
-ocaml-benchmark (0.8-1) UNRELEASED; urgency=low
+ocaml-benchmark (0.8-1) unstable; urgency=low
+
+ [ Stefano Zacchiroli ]
+ * fix vcs-svn field to point just above the debian/ dir
[ Sylvain Le Gall ]
* New upstream version
* Remove debian/control.in
- * Use ocaml 3.10.0-9 for generating .ocamldoc-apiref automatically
+ * Use dh-ocaml for generating .ocamldoc-apiref automatically
* Remove patch 01destdir, applied upstream
* Apply patch 02gettimeofday, to have a WALL time with a precision better
than 1 second (replace Unix.time by Unix.gettimeofay)
-
- [ Stefano Zacchiroli ]
- * fix vcs-svn field to point just above the debian/ dir
-
- [ Sylvain Le Gall ]
* Switch packaging to git
+ * Set maintainer to Debian OCaml Maintainers
+ * Upgrade Standards-Version to 3.8.0 (debian/README.source)
+ * Add Homepage field to debian/control
+ * Add ${misc:Depends} to dependencies
+ * Upgrade debian/compat to 7 (use debian/clean)
- -- Sylvain Le Gall <gildor@debian.org> Tue, 03 Mar 2009 19:44:15 +0100
+ -- Sylvain Le Gall <gildor@debian.org> Sat, 07 Mar 2009 00:43:56 +0100
ocaml-benchmark (0.6-7) unstable; urgency=low
diff --git a/debian/clean b/debian/clean
new file mode 100644
index 0000000..80e646e
--- /dev/null
+++ b/debian/clean
@@ -0,0 +1,2 @@
+benchmark.annot
+.depend
diff --git a/debian/compat b/debian/compat
index 7ed6ff8..7f8f011 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-5
+7
diff --git a/debian/control b/debian/control
index 877fc96..a951e73 100644
--- a/debian/control
+++ b/debian/control
@@ -1,16 +1,23 @@
Source: ocaml-benchmark
Section: libdevel
Priority: optional
-Maintainer: Sylvain Le Gall <gildor@debian.org>
-Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 5), dpatch, ocaml-nox (>= 3.10.0-9), ocaml-findlib (>= 1.1.2pl1-4)
-Standards-Version: 3.7.2
+Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
+Uploaders: Sylvain Le Gall <gildor@debian.org>
+Build-Depends: cdbs (>= 0.4.23-1.1),
+ debhelper (>= 7),
+ dpatch,
+ ocaml-nox (>= 3.10.0-9),
+ ocaml-findlib (>= 1.1.2pl1-4),
+ dh-ocaml (>= 0.4.1)
+Standards-Version: 3.8.0
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}
+Depends: ocaml-nox-${F:OCamlABI}, ${misc:Depends}
Description: OCaml benchmarking library
This library implements benchmarking functions for measuring the
run-time of one or many functions using latency (multiple
diff --git a/debian/copyright b/debian/copyright
index e1eb0c2..d964019 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,15 +1,15 @@
-This package was debianized by Sylvain Le Gall <gildor@debian.org> on
-Wed, 16 Mar 2005 23:35:07 +0100.
-
-It was downloaded from
-http://sf.net/ocaml-benchmark/
-
-Upstream Authors:
- Christophe Troestler <chris_77@users.sourceforge.net>
- Doug Bagley http://www.bagley.org/
-
-Copyright:
+Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat
+Upstream-Author: Christophe Troestler <chris_77@users.sourceforge.net>
+ Doug Bagley (http://www.bagley.org)
+Packaged-By: Sylvain Le Gall <gildor@debian.org>
+Packaged-Date: Wed, 16 Mar 2005 23:35:07 +0100
+Original-Source-Location:http://sourceforge.net/projects/ocaml-benchmark/
+Files: *
+Copyright: (C) 2002-2003, Doug Bagley
+ (C) 2004, Troestler Christophe
+License: LGPL-2.1+
+
Benchmark is distributed under the terms of the LGPL v2.1 licence, which
can be found in the /usr/share/common-licenses/LGPL-2.1 file on debian
systems.
@@ -28,3 +28,6 @@ exception does not however invalidate any other reasons why the
executable file might be covered by the GNU Lesser General Public
License.
+Files: debian/*
+Copyright: (C) 2006-2008 Sylvain Le Gall
+License: GPL-2+
diff --git a/debian/rules b/debian/rules
index 6a40b91..84697a4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
#!/usr/bin/make -f
# debian/rules for ocaml-benchmark package
-# Copyright (C) 2006 Sylvain Le Gall <gildor@debian.org>
+# Copyright (C) 2006-2008 Sylvain Le Gall <gildor@debian.org>
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
@@ -20,7 +20,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_DEV := libbenchmark-ocaml-dev
DESTDIR_DEV := $(CURDIR)/debian/$(PACKAGE_DEV)
@@ -44,4 +44,4 @@ DEB_MAKE_INSTALL_TARGET += DESTDIR="$(DESTDIR_DEV)/$(OCAML_STDLIB_DIR)"
OCAML_OCAMLDOC_PACKAGES_DOCBASE := libbenchmark-ocaml-dev
clean::
- -$(RM) $(CURDIR)/debian/libbenchmark-ocaml-dev.dirs
+ -$(RM) '$(CURDIR)/.depend'