[Pkg-ocaml-maint-commits] [async-kernel] 01/01: Initial packaging effort

2016-01-13 Thread Hilko Bengen
This is an automated email from the git hooks/post-receive script.

bengen pushed a commit to branch master
in repository async-kernel.

commit bd36e36086354a85f26183ea997472e9a2620219
Author: Hilko Bengen 
Date:   Wed Jan 13 20:48:36 2016 +0100

Initial packaging effort
---
 debian/changelog|  5 +++
 debian/compat   |  1 +
 debian/control  | 56 +
 debian/copyright| 25 +
 debian/gbp.conf |  2 ++
 debian/libasync-kernel-ocaml-dev.install.in | 14 
 debian/libasync-kernel-ocaml-dev.ocamldoc   | 18 ++
 debian/libasync-kernel-ocaml.install.in |  1 +
 debian/rules| 33 +
 debian/source/format|  1 +
 debian/source/local-options |  2 ++
 debian/watch|  2 ++
 12 files changed, 160 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 000..1035c01
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+async-kernel (113.00.00-1) UNRELEASED; urgency=low
+
+  * Initial release (Closes: #718238)
+
+ -- Hilko Bengen   Wed, 13 Jan 2016 20:05:34 +0100
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 000..4939c45
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,56 @@
+Source: async-kernel
+Section: ocaml
+Priority: optional
+Maintainer: Debian OCaml Maintainers 
+Uploaders: Lifeng Sun , Hilko Bengen 
+Build-Depends:
+ debhelper (>= 9),
+ dh-ocaml (>= 0.9~),
+ ocaml-nox (>= 4.00.1),
+ ocaml-findlib (>= 1.3.2),
+ camlp4,
+ camlp4-extra,
+ libbin-prot-camlp4-dev,
+ libcore-kernel-ocaml-dev,
+ libfields-camlp4-dev,
+ libhere-camlp4-dev,
+ libpa-bench-camlp4-dev,
+ libpa-ounit-camlp4-dev,
+ libpa-test-camlp4-dev,
+ libsexplib-camlp4-dev,
+ libvariants-camlp4-dev,
+Standards-Version: 3.9.6
+Vcs-Browser: 
http://anonscm.debian.org/gitweb/?p=pkg-ocaml-maint/packages/async-kernel.git
+Vcs-Git: git://anonscm.debian.org/pkg-ocaml-maint/packages/async-kernel.git
+Homepage: http://janestreet.github.io/
+
+Package: libasync-kernel-ocaml-dev
+Architecture: any
+Depends:
+ ${ocaml:Depends},
+ ocaml-findlib,
+ camlp4,
+ ${shlibs:Depends},
+ ${misc:Depends}
+Provides: ${ocaml:Provides}
+Description: Jane Street's asynchronous execution library for OCaml - kernel
+ Async is part Jane Street’s Core library, an industrial strength
+ alternative to OCaml's standard library that was developed by Jane
+ Street, the largest industrial user of OCaml.
+ .
+ This package contains the headers and the OCaml library.
+
+Package: libasync-kernel-ocaml
+Architecture: any
+Depends:
+ ocaml-findlib,
+ ${ocaml:Depends},
+ ${shlibs:Depends},
+ ${misc:Depends}
+Provides: ${ocaml:Provides}
+Description: Jane Street's asynchronous execution library for OCaml - kernel 
(runtime)
+ Async is part Jane Street’s Core library, an industrial strength
+ alternative to OCaml's standard library that was developed by Jane
+ Street, the largest industrial user of OCaml.
+ .
+ This package contains the shared library.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 000..8cba031
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,25 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: core_kernel
+Upstream-Contact: Jane Street Capital LLC 
+Source: https://github.com/janestreet/core_kernel
+
+Files: *
+Copyright: 2008-2013 Jane Street Group LLC 
+License: Apache-2.0
+
+Files: debian/*
+Copyright: Hilko Bengen 
+License: Apache-2.0
+
+License: Apache-2.0
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ .
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ .
+ The full text of the Apache 2.0 License can be found in
+ `/usr/share/common-licenses/Apache-2.0'.
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 000..cec628c
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,2 @@
+[DEFAULT]
+pristine-tar = True
diff --git a/debian/libasync-kernel-ocaml-dev.install.in 
b/debian/libasync-kernel-ocaml-dev.install.in
new file mode 100644
index 000..4d09926
--- /dev/null
+++ b/debian/libasync-kernel-ocaml-dev.install.in
@@ -0,0 +1,14 @@
+@OCamlStdlibDir@/async_kernel/META
+@OCamlStdlibDir@/async_kernel/*.a
+@OCamlStdlibDir@/async_kernel/*.cma
+@OCamlStdlibDir@/async_kernel/*.cmi
+@OCamlStdlibDir@/async_kernel/*.ml
+@OCamlStdlibDir@/as

[Pkg-ocaml-maint-commits] [async-kernel] branch master updated (c55a64f -> bd36e36)

2016-01-13 Thread Hilko Bengen
This is an automated email from the git hooks/post-receive script.

bengen pushed a change to branch master
in repository async-kernel.

  from  c55a64f   Imported Upstream version 113.00.00
   new  bd36e36   Initial packaging effort

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/changelog|  5 +++
 debian/compat   |  1 +
 debian/control  | 56 +
 debian/copyright| 25 +
 debian/gbp.conf |  2 ++
 debian/libasync-kernel-ocaml-dev.install.in | 14 
 debian/libasync-kernel-ocaml-dev.ocamldoc   | 18 ++
 debian/libasync-kernel-ocaml.install.in |  1 +
 debian/rules| 33 +
 debian/source/format|  1 +
 debian/source/local-options |  2 ++
 debian/watch|  2 ++
 12 files changed, 160 insertions(+)
 create mode 100644 debian/changelog
 create mode 100644 debian/compat
 create mode 100644 debian/control
 create mode 100644 debian/copyright
 create mode 100644 debian/gbp.conf
 create mode 100644 debian/libasync-kernel-ocaml-dev.install.in
 create mode 100644 debian/libasync-kernel-ocaml-dev.ocamldoc
 create mode 100644 debian/libasync-kernel-ocaml.install.in
 create mode 100755 debian/rules
 create mode 100644 debian/source/format
 create mode 100644 debian/source/local-options
 create mode 100644 debian/watch

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-ocaml-maint/packages/async-kernel.git

___
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