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

Sylvain Le Gall gildor at debian.org
Fri Mar 6 23:53:44 UTC 2009


The following commit has been merged in the master branch:
commit 41846438a49af86682b22ec5d5a42242d1acd725
Author: Sylvain Le Gall <gildor at debian.org>
Date:   Sat Mar 7 00:51:39 2009 +0100

    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)

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 at 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 at debian.org>  Tue, 03 Mar 2009 19:44:15 +0100
+ -- Sylvain Le Gall <gildor at 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 at 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 at lists.debian.org>
+Uploaders: Sylvain Le Gall <gildor at 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 at 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 at users.sourceforge.net>
-  Doug Bagley http://www.bagley.org/
-
-Copyright:
+Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat
+Upstream-Author: Christophe Troestler <chris_77 at users.sourceforge.net>
+                 Doug Bagley (http://www.bagley.org)
+Packaged-By: Sylvain Le Gall <gildor at 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 at debian.org>
+# Copyright (C) 2006-2008 Sylvain Le Gall <gildor at 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'

-- 
ocaml-benchmark packaging



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