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

2013-06-23 Thread Hendrik Tews
The following commit has been merged in the master branch:
commit 351e801bc0c57e59dcd8023049b57f96483f
Merge: 0e3a80f27954a0cefca9c58811c3bacb9b8f0720 
0a68670790bed062c369a920f0f2a3087ed716ba
Author: Hendrik Tews hend...@askra.de
Date:   Fri Jun 21 16:40:17 2013 +0200

Merge tag 'upstream/1.2'

Upstream version 1.2


-- 
ocaml-benchmark packaging

___
Pkg-ocaml-maint-commits mailing list
Pkg-ocaml-maint-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ocaml-maint-commits


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

2013-06-23 Thread Hendrik Tews
The following commit has been merged in the master branch:
commit 0e3a80f27954a0cefca9c58811c3bacb9b8f0720
Author: Hendrik Tews hend...@askra.de
Date:   Fri Jun 21 16:38:52 2013 +0200

change watchfile and homepage to OCaml forge

diff --git a/debian/control b/debian/control
index ef6511b..b27e9b5 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Build-Depends: cdbs (= 0.4.23-1.1),
 Standards-Version: 3.8.3
 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: https://github.com/Chris00/ocaml-benchmark
+Homepage: https://forge.ocamlcore.org/projects/ocaml-benchmark/
 
 Package: libbenchmark-ocaml-dev
 Architecture: any
diff --git a/debian/watch b/debian/watch
index 070866a..5086519 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,2 @@
 version=3
-#http://sf.net/ocaml-benchmark/benchmark-([0-9\.]*)\.tar\.bz2
-opts=filenamemangle=s/.+\/v?(.*)\.tar\.gz/ocaml-benchmark-$1.tar.gz/ \
-https://github.com/Chris00/ocaml-benchmark/tags .*/v?(\d[\d\.]+)\.tar\.gz
+http://forge.ocamlcore.org/frs/?group_id=197 .*/benchmark-(\d.*)\.tar\.gz

-- 
ocaml-benchmark packaging

___
Pkg-ocaml-maint-commits mailing list
Pkg-ocaml-maint-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ocaml-maint-commits


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

2013-06-23 Thread Hendrik Tews
The following commit has been merged in the master branch:
commit 61f9005fba47d0f001316c5d485b23087171760c
Author: Hendrik Tews hend...@askra.de
Date:   Sun Jun 23 21:14:09 2013 +0200

update packaging

diff --git a/debian/README.source b/debian/README.source
deleted file mode 100644
index 62605d2..000
--- a/debian/README.source
+++ /dev/null
@@ -1,5 +0,0 @@
-This package use dpatch for patching the source. 
-
-Please consider reading dpatch manpage to patch the source.
-
- -- Sylvain Le Gall gil...@debian.org  Sun, 22 Jun 2008 23:26:52 +0200
diff --git a/debian/changelog b/debian/changelog
index 8e83761..abcdbcf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,12 +1,19 @@
-ocaml-benchmark (0.9-3) UNRELEASED; urgency=low
+ocaml-benchmark (1.2-1) unstable; urgency=low
 
   [ Sylvain Le Gall ]
   * Remove Sylvain Le Gall from uploaders
 
   [ Hendrik Tews ]
   * fix watch file and homepage
-
- -- Hendrik Tews hend...@askra.de  Mon, 27 May 2013 00:23:06 +0200
+  * import new upstream version
+  * bump debhelper compat level and standards version
+  * add myself as uploader
+  * update dependencies, Vcs fields, copyright
+  * change packaging to debhelper
+  * delete old patches
+  * delete some unused files in debian subdir
+
+ -- Hendrik Tews hend...@askra.de  Sun, 23 Jun 2013 21:01:51 +0200
 
 ocaml-benchmark (0.9-2) unstable; urgency=low
 
diff --git a/debian/clean b/debian/clean
deleted file mode 100644
index 80e646e..000
--- a/debian/clean
+++ /dev/null
@@ -1,2 +0,0 @@
-benchmark.annot
-.depend
diff --git a/debian/compat b/debian/compat
index 7f8f011..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+9
diff --git a/debian/control b/debian/control
index b27e9b5..9e110a7 100644
--- a/debian/control
+++ b/debian/control
@@ -2,21 +2,27 @@ Source: ocaml-benchmark
 Section: ocaml
 Priority: optional
 Maintainer: Debian OCaml Maintainers debian-ocaml-ma...@lists.debian.org
-Build-Depends: cdbs (= 0.4.23-1.1), 
- debhelper (= 7), 
- dpatch, 
- ocaml-nox (= 3.10.0-9), 
+Uploaders: Hendrik Tews hend...@askra.de
+Build-Depends:
+ debhelper (= 9),
+ dh-ocaml (= 0.9.1),
+ ocaml-nox (= 3.10.0-9),
+ ocaml-best-compilers,
  ocaml-findlib (= 1.1.2pl1-4),
- dh-ocaml (= 0.9.1)
-Standards-Version: 3.8.3
-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
+ libpcre-ocaml-dev
+Standards-Version: 3.9.4
+Vcs-Git: git://anonscm.debian.org/pkg-ocaml-maint/packages/ocaml-benchmark.git
+Vcs-Browser: 
http://anonscm.debian.org/gitweb/?p=pkg-ocaml-maint/packages/ocaml-benchmark.git
 Homepage: https://forge.ocamlcore.org/projects/ocaml-benchmark/
 
 Package: libbenchmark-ocaml-dev
 Architecture: any
-Depends: ${ocaml:Depends}, ${misc:Depends}
+Depends:
+ ${ocaml:Depends},
+ ${shlibs:Depends},
+ ${misc:Depends}
 Provides: ${ocaml:Provides}
+Recommends: ocaml-findlib
 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 d964019..26014ba 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,33 +1,214 @@
-Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat
-Upstream-Author: Christophe Troestler chris...@users.sourceforge.net
- Doug Bagley (http://www.bagley.org)
-Packaged-By: Sylvain Le Gall gil...@debian.org
-Packaged-Date: Wed, 16 Mar 2005 23:35:07 +0100
-Original-Source-Location:http://sourceforge.net/projects/ocaml-benchmark/
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: ocaml-benchmark
+Upstream-Contact: christophe.troest...@umons.ac.be
+Source: http://ocaml-benchmark.forge.ocamlcore.org/
 
 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.
+License: LGPL-3+ with OCaml linking exception
+ This Library is distributed under the terms of the GNU Lesser General
+ Public License version 3 (included below) or, at your option, any
+ later version.
+ .
+ As a special exception to the GNU Lesser General Public License, you
+ may link, statically or dynamically, a work that uses the Library
+ with a publicly distributed version of the Library to produce an
+ executable file containing portions of the Library, and distribute
+ that executable file under terms of your choice, without any of the
+ additional requirements listed in clause 6 of the GNU Lesser General
+ Public License.  By a publicly distributed version of the Library,
+ we mean either the unmodified Library as distributed, or a modified
+ version of the Library that is distributed under the conditions
+ defined in clause 3 of the GNU Library