This is an automated email from the git hooks/post-receive script.

bengen pushed a commit to branch master
in repository ocaml-textutils.

commit 3e0604c395d935c64ccfb0d1e9898f728814f796
Author: Hilko Bengen <ben...@debian.org>
Date:   Thu Jan 7 01:23:00 2016 +0100

    112.17.00-1
---
 debian/changelog                         |  5 ++++
 debian/compat                            |  1 +
 debian/control                           | 50 ++++++++++++++++++++++++++++++++
 debian/copyright                         | 27 +++++++++++++++++
 debian/libtextutils-ocaml-dev.doc-base   |  7 +++++
 debian/libtextutils-ocaml-dev.install.in |  9 ++++++
 debian/libtextutils-ocaml-dev.ocamldoc   |  1 +
 debian/libtextutils-ocaml.install.in     |  3 ++
 debian/rules                             | 45 ++++++++++++++++++++++++++++
 debian/source/format                     |  1 +
 debian/source/local-options              |  2 ++
 debian/watch                             |  3 ++
 12 files changed, 154 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..db43d4e
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+ocaml-textutils (112.17.00-1) unstable; urgency=low
+
+  * Initial release (Closes: #717815)
+
+ -- Hilko Bengen <ben...@debian.org>  Thu, 07 Jan 2016 01:00:20 +0100
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..65beb0a
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,50 @@
+Source: ocaml-textutils
+Priority: optional
+Maintainer: Debian OCaml Maintainers <debian-ocaml-ma...@lists.debian.org>
+Uploaders:
+ Hilko Bengen <ben...@debian.org>,
+Build-Depends:
+ debhelper (>= 9),
+ dh-ocaml (>= 0.9),
+ libcore-ocaml-dev,
+ libpa-ounit-camlp4-dev,
+ libsexplib-camlp4-dev,
+ ocaml-findlib,
+ ocaml-nox (>= 3.12.0~)
+Standards-Version: 3.9.6
+Section: ocaml
+Homepage: https://github.com/janestreet/textutils
+Vcs-Browser: 
http://anonscm.debian.org/gitweb/?p=pkg-ocaml-maint/packages/ocaml-textutils.git
+Vcs-Git: git://anonscm.debian.org/pkg-ocaml-maint/packages/ocaml-textutils.git
+
+Package: libtextutils-ocaml-dev
+Architecture: any
+Depends:
+ ${ocaml:Depends},
+ ${shlibs:Depends},
+ ${misc:Depends}
+Provides:
+ ${ocaml:Provides}
+Recommends:
+ ocaml-findlib
+Description: OCaml text output utility library -- development files
+ The textutils library provides several routines for rendering
+ information as plain text.
+ .
+ This package contains the development stuff needed to use the
+ textutils library in your programs.
+
+Package: libtextutils-ocaml
+Architecture: any
+Depends:
+ ${ocaml:Depends},
+ ${shlibs:Depends},
+ ${misc:Depends}
+Provides:
+ ${ocaml:Provides}
+Description: OCaml text output utility library -- shared library
+ The textutils library provides several routines for rendering
+ information as plain text.
+ .
+ This package contains the runtime libraries for programs using
+ textutils.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..981efdb
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,27 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Packaged-By: Hilko Bengen <ben...@debian.org>
+Packaged-Date: Thu, 07 Jan 2016 01:00:20 +0100
+
+Files: *
+Copyright: 2013 Jane Street Capital LLC <opensou...@janestreet.com>
+License: Apache-2.0
+
+Files: debian/*
+Copyright: Hilko Bengen <ben...@debian.org>
+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.
+ You may obtain a copy of the License at
+ .
+ http://www.apache.org/licenses/LICENSE-2.0
+ .
+ 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.
+ .
+ On Debian systems, the complete text of the Apache version 2.0 license
+ can be found in "/usr/share/common-licenses/Apache-2.0".
diff --git a/debian/libtextutils-ocaml-dev.doc-base 
b/debian/libtextutils-ocaml-dev.doc-base
new file mode 100644
index 0000000..03ae7b5
--- /dev/null
+++ b/debian/libtextutils-ocaml-dev.doc-base
@@ -0,0 +1,7 @@
+Title: Textutils API documentation
+Abstract: Textutils ocamldoc-generated API documentation
+Section: Programming/OCaml
+
+Format: HTML
+Index: /usr/share/doc/libtextutils-ocaml-dev/api/index.html
+Files: /usr/share/doc/libtextutils-ocaml-dev/api/*
diff --git a/debian/libtextutils-ocaml-dev.install.in 
b/debian/libtextutils-ocaml-dev.install.in
new file mode 100644
index 0000000..b05e07d
--- /dev/null
+++ b/debian/libtextutils-ocaml-dev.install.in
@@ -0,0 +1,9 @@
+@OCamlStdlibDir@/textutils/*.annot
+@OCamlStdlibDir@/textutils/*.cmi
+@OCamlStdlibDir@/textutils/*.cmt
+@OCamlStdlibDir@/textutils/*.cmti
+@OCamlStdlibDir@/textutils/*.cmx
+@OCamlStdlibDir@/textutils/*.ml
+@OCamlStdlibDir@/textutils/*.mli
+OPT: @OCamlStdlibDir@/textutils/*.cmxa
+OPT: @OCamlStdlibDir@/textutils/*.a
diff --git a/debian/libtextutils-ocaml-dev.ocamldoc 
b/debian/libtextutils-ocaml-dev.ocamldoc
new file mode 100644
index 0000000..b52ff91
--- /dev/null
+++ b/debian/libtextutils-ocaml-dev.ocamldoc
@@ -0,0 +1 @@
+-thread -package core -I _build/lib
diff --git a/debian/libtextutils-ocaml.install.in 
b/debian/libtextutils-ocaml.install.in
new file mode 100644
index 0000000..06800e1
--- /dev/null
+++ b/debian/libtextutils-ocaml.install.in
@@ -0,0 +1,3 @@
+@OCamlStdlibDir@/textutils/META
+@OCamlStdlibDir@/textutils/*.cma
+DYN: @OCamlStdlibDir@/textutils/*.cmxs
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..a6a5ff7
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,45 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+DESTDIR=$(CURDIR)/debian/tmp
+
+include /usr/share/ocaml/ocamlvars.mk
+
+export OCAML_DLL_DIR
+export OCAML_HAVE_OCAMLOPT
+export OCAMLFIND_DESTDIR=$(DESTDIR)/$(OCAML_STDLIB_DIR)
+export OCAMLFIND_LDCONF=ignore
+
+%:
+       dh $@ --with ocaml
+
+.PHONY: override_dh_auto_configure
+override_dh_auto_configure:
+       ocaml setup.ml -configure --prefix /usr --destdir '$(DESTDIR)'
+
+.PHONY: override_dh_auto_build
+override_dh_auto_build:
+       ocaml setup.ml -build
+
+.PHONY: override_dh_auto_test
+override_dh_auto_test:
+       ocaml setup.ml -test
+
+.PHONY: override_dh_auto_install
+override_dh_auto_install:
+       mkdir -p '$(OCAMLFIND_DESTDIR)'
+       ocaml setup.ml -install
+
+.PHONY: override_dh_install
+override_dh_install:
+ifeq ($(OCAML_NATDYNLINK),no)
+       find $(DESTDIR) -name '*.cmxs' -delete
+endif
+       dh_install --fail-missing
+
+.PHONY: override_dh_auto_clean
+override_dh_auto_clean:
+       ocaml setup.ml -distclean
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/source/local-options b/debian/source/local-options
new file mode 100644
index 0000000..9cdfca9
--- /dev/null
+++ b/debian/source/local-options
@@ -0,0 +1,2 @@
+unapply-patches
+abort-on-upstream-changes
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..009d735
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+opts="uversionmangle=s/rc/~rc/" \
+https://github.com/janestreet/textutils/releases .*/archive/(.*)\.tar\.gz

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-ocaml-maint/packages/ocaml-textutils.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

Reply via email to