[Pkg-ocaml-maint-commits] [SCM] yojson packaging branch, master, updated. debian/1.0.2-1-9-g381ee1b

2013-06-14 Thread Hendrik Tews
The following commit has been merged in the master branch:
commit a6844b925208b1fc8c3621f4875e6a922276991e
Merge: a453c9a0bd27b86b1cad04c0d16e498df6aeb987 
7c58900a1ce00b1c9abb58d70278fbf00f8f6fb1
Author: Hendrik Tews 
Date:   Mon Jun 3 15:53:43 2013 +0200

Merge tag 'upstream/1.1.7'

Upstream version 1.1.7


-- 
yojson 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] yojson packaging branch, master, updated. debian/1.0.2-1-9-g381ee1b

2013-06-14 Thread Hendrik Tews
The following commit has been merged in the master branch:
commit 381ee1bf64f1b900516d32a40f9448dc892c72a3
Author: Hendrik Tews 
Date:   Fri Jun 14 10:17:49 2013 +0200

update packaging

diff --git a/debian/changelog b/debian/changelog
index d9adfc4..dd93822 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,20 @@
-yojson (1.0.3-2) UNRELEASED; urgency=low
+yojson (1.1.7-1) unstable; urgency=low
 
+  [ Sylvain Le Gall ]
   * Remove Sylvain Le Gall from uploaders
 
- -- Sylvain Le Gall   Fri, 21 Sep 2012 01:26:20 +
+  [ Hendrik Tews ]
+  * updated watch
+  * new upstream version
+  * add myself as uploader
+  * renamed and adapt patch
+  * bump debhelper compat level and standards version
+  * update homepage, Vcs fields, package description and dependencies
+  * update copyright
+  * install api doc in /usr/share/doc//api/html
+  * update man page
+
+ -- Hendrik Tews   Fri, 14 Jun 2013 10:14:02 +0200
 
 yojson (1.0.3-1) unstable; urgency=low
 
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 84ff889..79fcc58 100644
--- a/debian/control
+++ b/debian/control
@@ -2,38 +2,43 @@ Source: yojson
 Section: ocaml
 Priority: optional
 Maintainer: Debian OCaml Maintainers 
+Uploaders: Hendrik Tews 
 Build-Depends:
   ocaml-nox (>= 3.11.1-3~),
+  ocaml-best-compilers,
   ocaml-findlib,
   dh-ocaml (>= 0.9~),
-  debhelper (>= 7.0.50~),
+  debhelper (>= 9),
   libeasy-format-ocaml-dev,
   cppo,
-  libbiniou-ocaml-dev (>= 1.0.0)
-Standards-Version: 3.9.2
-Homepage: http://martin.jambon.free.fr/yojson.html
-Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/yojson.git
-Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/yojson.git
+  libbiniou-ocaml-dev (>= 1.0.6)
+Standards-Version: 3.9.4
+Homepage: http://mjambon.com/yojson.html
+Vcs-Git: git://anonvcs.debian.org/pkg-ocaml-maint/packages/yojson.git
+Vcs-Browser: 
http://anonvcs.debian.org/gitweb/?p=pkg-ocaml-maint/packages/yojson.git
 
 Package: libyojson-ocaml-dev
 Architecture: any
 Depends: ${ocaml:Depends}, ${misc:Depends}, ${shlibs:Depends}
 Provides: ${ocaml:Provides}
 Recommends: ocaml-findlib
-Description: JSON library for OCaml
+Description: JSON library for OCaml - development package
  Yojson is an optimized parsing and printing library for the JSON format.
  It addresses a few shortcomings of json-wheel including 3x speed
  improvement, polymorphic variants and optional syntax for tuples and
  variants.
  .
  It is a replacement for json-wheel (libjson-wheel-ocaml-dev).
+ .
+ This package contain the development files needed for programming
+ with the library.
 
 Package: libyojson-ocaml
 Architecture: any
-Depends: ${ocaml:Depends}, ${misc:Depends}
+Depends: ${ocaml:Depends}, ${misc:Depends}, ${shlibs:Depends}
 Provides: ${ocaml:Provides}
 Recommends: ocaml-findlib
-Description: JSON library for OCaml
+Description: JSON library for OCaml - runtime package
  Yojson is an optimized parsing and printing library for the JSON format.
  It addresses a few shortcomings of json-wheel including 3x speed
  improvement, polymorphic variants and optional syntax for tuples and
diff --git a/debian/copyright b/debian/copyright
index ac77c7a..fb6e249 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,11 +1,11 @@
-Format-Specification: 
http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
-Name: yojson
-Maintainer: Sylvain Le Gall 
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Yojson
+Upstream-Contact: Martin Jambon  
+Source: http://mjambon.com/yojson.html
 
 Files: *
-Copyright: Copyright (c) 2010 Martin Jambon
-License: BSD3
-
+Copyright: Copyright (c) 2010 - 2012 Martin Jambon
+License: BSD-3-clause
  Redistribution and use in source and binary forms, with or without
  modification, are permitted provided that the following conditions
  are met:
@@ -16,7 +16,7 @@ License: BSD3
 documentation and/or other materials provided with the distribution.
  3. The name of the author may not be used to endorse or promote products
 derived from this software without specific prior written permission.
- 
+ .
  THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
  IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
@@ -28,8 +28,24 @@ License: BSD3
  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
  THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
+
 Files: debian/*
-Copyright: (C) 2010 Sylvain Le Gall 
+Copyright: 2010 Sylvain Le Gall 
+   2013 Hendrik Tews 
 License: GPL-3+
-
- See '/usr/share/common-licenses/GPL-3' for the full text.
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+

[Pkg-ocaml-maint-commits] [SCM] yojson packaging branch, master, updated. debian/1.0.2-1-9-g381ee1b

2013-06-14 Thread Hendrik Tews
The following commit has been merged in the master branch:
commit a453c9a0bd27b86b1cad04c0d16e498df6aeb987
Author: Hendrik Tews 
Date:   Mon Jun 3 15:53:03 2013 +0200

update watch

diff --git a/debian/watch b/debian/watch
index 6537e2f..ae18d62 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
 version=3
-http://martin.jambon.free.fr/yojson.html yojson-([\d\.]*)\.tar\.gz
+http://mjambon.com/releases/yojson/yojson-(\d.*)\.(?:tgz|tar\.(?:gz|bz2|xz))

-- 
yojson 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