[Pkg-ocaml-maint-commits] [SCM] json-static packaging branch, master, updated. debian/0.9.6-1-1-g12444e0
Romain Beauxis
toots at rastageeks.org
Sat Mar 7 19:17:09 UTC 2009
The following commit has been merged in the master branch:
commit 12444e0d83960db4fe049f2403b9651fcad28dbe
Author: Romain Beauxis <toots at rastageeks.org>
Date: Sat Mar 7 20:16:59 2009 +0100
Updated packaging..
diff --git a/debian/changelog b/debian/changelog
index 1cf728a..dde1a1b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+json-static (0.9.6-2) unstable; urgency=low
+
+ * New upload to build against ocaml 3.11.
+ * Updated packaging:
+ + Added build-dep on dh-ocaml.
+ + Bumped compat to 7.
+ + Using new variable to install targets.
+
+ -- Romain Beauxis <toots at rastageeks.org> Sat, 07 Mar 2009 20:13:11 +0100
+
json-static (0.9.6-1) unstable; urgency=low
* Initial release and upload to unstable
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 334ca71..3315428 100644
--- a/debian/control
+++ b/debian/control
@@ -3,15 +3,20 @@ Section: devel
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint at lists.debian.org>
Uploaders: Romain Beauxis <toots at rastageeks.org>
-Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 5), ocaml-nox, ocaml-findlib, camlp4-extra, libjson-wheel-ocaml-dev
+Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 7), ocaml-nox,
+ ocaml-findlib, camlp4-extra, dh-ocaml,
+ libjson-wheel-ocaml-dev (>= 1.0.6-1)
Standards-Version: 3.8.0
Homepage: http://martin.jambon.free.fr/json-static.html
-Vcs-Browser: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/json-static/trunk/
+Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/json-static.git
+Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/json-static.git
Package: libjson-static-camlp4-dev
Architecture: any
Section: libdevel
-Depends: ocaml-nox-${F:OCamlABI}, ocaml-findlib, camlp4, libjson-wheel-ocaml-dev
+Depends: ocaml-nox-${F:OCamlABI}, ocaml-findlib,
+ camlp4, libjson-wheel-ocaml-dev,
+ ${shlibs:Depends}, ${misc:Depends}
Description: JSON validator and converter for OCaml
json-static is a tool for converting parsed JSON data
with an unchecked structure into specialized OCaml
diff --git a/debian/control.in b/debian/control.in
index 0653ef8..3775731 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -3,15 +3,20 @@ Section: devel
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint at lists.debian.org>
Uploaders: Romain Beauxis <toots at rastageeks.org>
-Build-Depends: @cdbs@, ocaml-findlib, camlp4-extra, libjson-wheel-ocaml-dev
+Build-Depends: @cdbs@,
+ ocaml-findlib, camlp4-extra, dh-ocaml,
+ libjson-wheel-ocaml-dev (>= 1.0.6-1)
Standards-Version: 3.8.0
Homepage: http://martin.jambon.free.fr/json-static.html
-Vcs-Browser: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/json-static/trunk/
+Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/json-static.git
+Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/json-static.git
Package: libjson-static-camlp4-dev
Architecture: any
Section: libdevel
-Depends: ocaml-nox-${F:OCamlABI}, ocaml-findlib, camlp4, libjson-wheel-ocaml-dev
+Depends: ocaml-nox-${F:OCamlABI}, ocaml-findlib,
+ camlp4, libjson-wheel-ocaml-dev,
+ ${shlibs:Depends}, ${misc:Depends}
Description: JSON validator and converter for OCaml
json-static is a tool for converting parsed JSON data
with an unchecked structure into specialized OCaml
diff --git a/debian/libjson-static-camlp4-dev.install.in b/debian/libjson-static-camlp4-dev.install.in
index f6c6a9e..517961a 100644
--- a/debian/libjson-static-camlp4-dev.install.in
+++ b/debian/libjson-static-camlp4-dev.install.in
@@ -1 +1,2 @@
-usr/lib/ocaml/@OCamlABI@/json-static/*
+ at OCamlStdlibDir@/json-static/META
+ at OCamlStdlibDir@/json-static/pa_json_static.cm*
--
json-static packaging
More information about the Pkg-ocaml-maint-commits
mailing list