summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStéphane Glondu <glondu@debian.org>2017-07-16 14:06:33 +0200
committerStéphane Glondu <glondu@debian.org>2017-07-16 14:06:33 +0200
commitbd29d0b5779a75e3a691aa48bdccfb35abcec652 (patch)
treec60c57c4cbe7b18d04e4a2927c5de84cc97215d6
Import pa-ounit_113.00.00-2.debian.tar.xz
[dgit import tarball pa-ounit 113.00.00-2 pa-ounit_113.00.00-2.debian.tar.xz]
-rw-r--r--changelog21
-rw-r--r--compat1
-rw-r--r--control33
-rw-r--r--copyright27
-rw-r--r--gbp.conf2
-rw-r--r--libpa-ounit-camlp4-dev.ocamldoc1
-rwxr-xr-xrules32
-rw-r--r--source/format1
-rw-r--r--watch4
9 files changed, 122 insertions, 0 deletions
diff --git a/changelog b/changelog
new file mode 100644
index 0000000..b4a382c
--- /dev/null
+++ b/changelog
@@ -0,0 +1,21 @@
+pa-ounit (113.00.00-2) unstable; urgency=medium
+
+ * Team upload
+ * Add ocamlbuild to Build-Depends
+
+ -- Stéphane Glondu <glondu@debian.org> Sun, 16 Jul 2017 14:06:33 +0200
+
+pa-ounit (113.00.00-1) unstable; urgency=medium
+
+ * New upstream release
+ * Bump Standards-Version
+ * Generate API documentation using dh_ocamldoc(1)
+
+ -- Hilko Bengen <bengen@debian.org> Sun, 03 Jan 2016 20:51:54 +0100
+
+pa-ounit (111.28.00-1) unstable; urgency=medium
+
+ * Initial release (Closes: #717759)
+
+ -- Hilko Bengen <bengen@debian.org> Thu, 25 Sep 2014 00:11:20 +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..d855123
--- /dev/null
+++ b/control
@@ -0,0 +1,33 @@
+Source: pa-ounit
+Section: ocaml
+Priority: extra
+Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
+Uploaders: Hilko Bengen <bengen@debian.org>
+Build-Depends:
+ debhelper (>= 9),
+ ocaml-nox (>= 4.00.0),
+ ocaml-findlib (>= 1.3.2),
+ camlp4,
+ camlp4-extra,
+ libounit-ocaml-dev,
+ ocamlbuild,
+ dh-ocaml (>= 0.9~)
+Standards-Version: 3.9.6
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ocaml-maint/packages/pa-ounit.git
+Vcs-Git: git://anonscm.debian.org/pkg-ocaml-maint/packages/pa-ounit.git
+Homepage: http://janestreet.github.io/
+
+Package: libpa-ounit-camlp4-dev
+Provides:
+ libpa-ounit-ocaml-dev,
+ ${ocaml:Provides}
+Architecture: any
+Depends:
+ ocaml-findlib,
+ camlp4,
+ ${ocaml:Depends},
+ ${shlibs:Depends},
+ ${misc:Depends}
+Description: OCaml Syntax extension for writing inline tests
+ Pa_ounit is a syntax extension that helps writing in-line tests in
+ OCaml code.
diff --git a/copyright b/copyright
new file mode 100644
index 0000000..49e1d93
--- /dev/null
+++ b/copyright
@@ -0,0 +1,27 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Packaged-By: Hilko Bengen <bengen@debian.org>
+Packaged-Date: Mon, 22 Sep 2014 22:29:03 +0200
+
+Files: *
+Copyright: 2009-2013 Jane Street Capital LLC <opensource@janestreet.com>
+License: Apache-2.0
+
+Files: debian/*
+Copyright: Hilko Bengen <bengen@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/gbp.conf b/gbp.conf
new file mode 100644
index 0000000..cec628c
--- /dev/null
+++ b/gbp.conf
@@ -0,0 +1,2 @@
+[DEFAULT]
+pristine-tar = True
diff --git a/libpa-ounit-camlp4-dev.ocamldoc b/libpa-ounit-camlp4-dev.ocamldoc
new file mode 100644
index 0000000..f6a9389
--- /dev/null
+++ b/libpa-ounit-camlp4-dev.ocamldoc
@@ -0,0 +1 @@
+-syntax camlp4o -syntax camlp4o -package compiler-libs.common -package camlp4.quotations -package camlp4.lib -package camlp4.extend \ No newline at end of file
diff --git a/rules b/rules
new file mode 100755
index 0000000..79465d9
--- /dev/null
+++ b/rules
@@ -0,0 +1,32 @@
+#!/usr/bin/make -f
+
+include /usr/share/ocaml/ocamlvars.mk
+
+DESTDIR=$(CURDIR)/debian/libpa-ounit-camlp4-dev
+OCAMLFIND_DESTDIR=$(DESTDIR)/$(OCAML_STDLIB_DIR)
+export OCAMLFIND_DESTDIR
+
+%:
+ dh $@ --with ocaml
+
+.PHONY: override_dh_auto_configure
+override_dh_auto_configure:
+ ocaml setup.ml -configure --prefix /usr --destdir '$(DESTDIR)' --docdir /usr/share/doc/libpa-ounit-camlp4-dev/html/api
+
+.PHONY: override_dh_auto_build
+override_dh_auto_build:
+ ocaml setup.ml -build
+ ocaml setup.ml -doc
+
+.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_auto_clean
+override_dh_auto_clean:
+ ocaml setup.ml -distclean
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..11b5c39
--- /dev/null
+++ b/watch
@@ -0,0 +1,4 @@
+version=3
+
+opts="uversionmangle=s/-rc/~rc/" \
+ https://github.com/janestreet/pa_ounit/releases .*/(.*)\.tar\.gz