summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStéphane Glondu <glondu@debian.org>2017-07-22 08:51:44 +0200
committerStéphane Glondu <glondu@debian.org>2017-07-22 08:51:44 +0200
commitb4424de371a2b6fa91cf51924876b0773d0a76e4 (patch)
tree4ae086bbf4cdafe2e7b3c383775024aa59181b57
Import react_1.2.0-3.debian.tar.xz
[dgit import tarball react 1.2.0-3 react_1.2.0-3.debian.tar.xz]
-rw-r--r--changelog77
-rw-r--r--compat1
-rw-r--r--control48
-rw-r--r--copyright39
-rw-r--r--gbp.conf3
-rw-r--r--libreact-ocaml-dev.doc-base9
-rw-r--r--libreact-ocaml-dev.install.in10
-rw-r--r--libreact-ocaml.install.in3
-rwxr-xr-xrules39
-rw-r--r--source/format1
-rw-r--r--watch4
11 files changed, 234 insertions, 0 deletions
diff --git a/changelog b/changelog
new file mode 100644
index 0000000..fc49027
--- /dev/null
+++ b/changelog
@@ -0,0 +1,77 @@
+react (1.2.0-3) unstable; urgency=medium
+
+ * Add ocamlbuild to Build-Depends
+ * Update Vcs-*
+
+ -- Stéphane Glondu <glondu@debian.org> Sat, 22 Jul 2017 08:51:44 +0200
+
+react (1.2.0-2) unstable; urgency=medium
+
+ * Bump debhelper compat level to 9
+ * Bump Standards-Version to 3.9.6
+ * Upload to unstable
+
+ -- Stéphane Glondu <glondu@debian.org> Tue, 03 Nov 2015 16:21:30 +0100
+
+react (1.2.0-1) experimental; urgency=medium
+
+ * New upstream release
+
+ -- Stéphane Glondu <glondu@debian.org> Thu, 29 Oct 2015 10:08:38 +0100
+
+react (0.9.4-3) unstable; urgency=low
+
+ * Upload to unstable
+
+ -- Stéphane Glondu <glondu@debian.org> Tue, 03 Dec 2013 08:42:17 +0100
+
+react (0.9.4-2) experimental; urgency=low
+
+ * Compile with OCaml >= 4
+ * Update Vcs-*
+
+ -- Stéphane Glondu <glondu@debian.org> Fri, 26 Jul 2013 21:51:47 +0200
+
+react (0.9.4-1) unstable; urgency=low
+
+ * New upstream release
+ * Bump Standards-Version to 3.9.4
+
+ -- Stéphane Glondu <glondu@debian.org> Wed, 08 May 2013 17:26:50 +0200
+
+react (0.9.3-1) unstable; urgency=low
+
+ * New upstream release
+ * Switch debian/copyright to format 1.0
+ * Bump Standards-Version to 3.9.3
+
+ -- Stéphane Glondu <glondu@debian.org> Fri, 06 Apr 2012 10:02:02 +0200
+
+react (0.9.2-1) unstable; urgency=low
+
+ * New upstream release
+
+ -- Stéphane Glondu <glondu@debian.org> Tue, 27 Apr 2010 10:51:42 +0200
+
+react (0.9.1-1) unstable; urgency=low
+
+ * New upstream release
+ * Switch source package format to 3.0 (quilt)
+ * Ship css of HTML documentation
+ * Bump Standards-Version to 3.8.4 (no changes)
+
+ -- Stéphane Glondu <glondu@debian.org> Wed, 21 Apr 2010 21:41:39 +0200
+
+react (0.9.0-2) unstable; urgency=low
+
+ * Switch packaging to dh-ocaml 0.9
+ * Update my e-mail address and remove DMUA
+ * Update Standards-Version to 3.8.3 (no changes)
+
+ -- Stéphane Glondu <glondu@debian.org> Mon, 05 Oct 2009 10:19:01 +0200
+
+react (0.9.0-1) unstable; urgency=low
+
+ * Initial release (Closes: #532639)
+
+ -- Stephane Glondu <steph@glondu.net> Wed, 10 Jun 2009 22:16:51 +0200
diff --git a/compat b/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/compat
@@ -0,0 +1 @@
+9
diff --git a/control b/control
new file mode 100644
index 0000000..5d69da2
--- /dev/null
+++ b/control
@@ -0,0 +1,48 @@
+Source: react
+Priority: optional
+Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
+Uploaders: Stéphane Glondu <glondu@debian.org>
+Build-Depends:
+ debhelper (>= 9),
+ dh-ocaml (>= 0.9),
+ ocaml-findlib (>= 1.4),
+ ocamlbuild,
+ opam,
+ ocaml-nox (>= 4)
+Standards-Version: 3.9.6
+Section: ocaml
+Homepage: http://erratique.ch/software/react
+Vcs-Browser: https://anonscm.debian.org/git/pkg-ocaml-maint/packages/react.git
+Vcs-Git: https://anonscm.debian.org/git/pkg-ocaml-maint/packages/react.git
+
+Package: libreact-ocaml-dev
+Architecture: any
+Depends:
+ ${ocaml:Depends},
+ ${shlibs:Depends},
+ ${misc:Depends}
+Provides: ${ocaml:Provides}
+Recommends: ocaml-findlib
+Description: functional reactive programming in OCaml
+ React is an OCaml module for functional reactive programming.
+ It provides support to program with time varying values:
+ applicative events and signals. React doesn't define any primitive
+ event or signal, this lets the client chooses the concrete timeline.
+ .
+ This package contains development files of React.
+
+Package: libreact-ocaml
+Architecture: any
+Depends:
+ ${ocaml:Depends},
+ ${shlibs:Depends},
+ ${misc:Depends}
+Provides: ${ocaml:Provides}
+Recommends: ocaml-findlib
+Description: functional reactive programming in OCaml (plugins)
+ React is an OCaml module for functional reactive programming.
+ It provides support to program with time varying values:
+ applicative events and signals. React doesn't define any primitive
+ event or signal, this lets the client chooses the concrete timeline.
+ .
+ This package contains dynamically loadable plugins of React.
diff --git a/copyright b/copyright
new file mode 100644
index 0000000..e4ce17a
--- /dev/null
+++ b/copyright
@@ -0,0 +1,39 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Contact: Daniel C. Bünzli <daniel.buenzli@erratique.ch>
+
+Files: *
+Copyright: 2009-2012, Daniel C. Bünzli
+License: BSD-C3
+
+Files: debian/*
+Copyright: 2009-2012, Stéphane Glondu <steph@glondu.net>
+License: BSD-C3
+
+License: BSD-C3
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are
+ met:
+ .
+ 1. Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ .
+ 2. Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in the
+ documentation and/or other materials provided with the
+ distribution.
+ .
+ 3. Neither the name of the Daniel C. Bünzli nor the names of
+ contributors may be used to endorse or promote products derived
+ from this software without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ "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. IN NO EVENT SHALL THE COPYRIGHT
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/gbp.conf b/gbp.conf
new file mode 100644
index 0000000..4f24002
--- /dev/null
+++ b/gbp.conf
@@ -0,0 +1,3 @@
+[DEFAULT]
+pristine-tar = True
+compression = bzip2
diff --git a/libreact-ocaml-dev.doc-base b/libreact-ocaml-dev.doc-base
new file mode 100644
index 0000000..65e55c5
--- /dev/null
+++ b/libreact-ocaml-dev.doc-base
@@ -0,0 +1,9 @@
+Document: react
+Title: React API documentation
+Author: Daniel C. Bünzli
+Abstract: React ocamldoc-generated API documentation
+Section: Programming/OCaml
+
+Format: HTML
+Index: /usr/share/doc/libreact-ocaml-dev/html/index.html
+Files: /usr/share/doc/libreact-ocaml-dev/html/*
diff --git a/libreact-ocaml-dev.install.in b/libreact-ocaml-dev.install.in
new file mode 100644
index 0000000..8c2fb5a
--- /dev/null
+++ b/libreact-ocaml-dev.install.in
@@ -0,0 +1,10 @@
+ @OCamlStdlibDir@/react/react.mli
+ @OCamlStdlibDir@/react/react.cmi
+ @OCamlStdlibDir@/react/react.cmti
+OPT: @OCamlStdlibDir@/react/react.cmx
+OPT: @OCamlStdlibDir@/react/react.cmxa
+OPT: @OCamlStdlibDir@/react/react.a
+ @OCamlStdlibDir@/react/react_top.*
+ doc/*.html /usr/share/doc/libreact-ocaml-dev/html
+ doc/*.css /usr/share/doc/libreact-ocaml-dev/html
+ usr/share/doc/react/* /usr/share/doc/libreact-ocaml-dev
diff --git a/libreact-ocaml.install.in b/libreact-ocaml.install.in
new file mode 100644
index 0000000..a1f27ff
--- /dev/null
+++ b/libreact-ocaml.install.in
@@ -0,0 +1,3 @@
+ @OCamlStdlibDir@/react/META
+ @OCamlStdlibDir@/react/react.cma
+DYN: @OCamlStdlibDir@/react/react.cmxs
diff --git a/rules b/rules
new file mode 100755
index 0000000..1e3b94f
--- /dev/null
+++ b/rules
@@ -0,0 +1,39 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+DESTDIR=$(CURDIR)/debian/tmp
+
+include /usr/share/ocaml/ocamlvars.mk
+
+BUILD_ARGS :=
+
+ifeq ($(OCAML_HAVE_OCAMLOPT),yes)
+ BUILD_ARGS += native=true
+else
+ BUILD_ARGS += native=false
+endif
+
+ifeq ($(OCAML_NATDYNLINK),yes)
+ BUILD_ARGS += native-dynlink=true
+else
+ BUILD_ARGS += native-dynlink=false
+endif
+
+%:
+ dh $@ --with ocaml
+
+.PHONY: override_dh_auto_build
+override_dh_auto_build:
+ ocaml pkg/build.ml $(BUILD_ARGS)
+
+.PHONY: override_dh_auto_install
+override_dh_auto_install:
+ opam-installer --prefix=debian/tmp --libdir=.$(OCAML_STDLIB_DIR) --docdir=usr/share/doc react.install
+
+.PHONY: override_dh_install
+override_dh_install:
+ dh_install --fail-missing
+
+.PHONY: override_dh_compress
+override_dh_compress:
+ dh_compress -X.ml
diff --git a/source/format b/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/watch b/watch
new file mode 100644
index 0000000..c9d9b56
--- /dev/null
+++ b/watch
@@ -0,0 +1,4 @@
+version=3
+http://erratique.ch/software/react/releases/react-(.*)\.tbz
+# Upstream darcs repository:
+# http://erratique.ch/software/react/repo/