summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephane Glondu <steph@glondu.net>2020-07-25 07:48:49 +0200
committerStephane Glondu <steph@glondu.net>2020-07-25 07:58:16 +0200
commit3094791d08b503d3756375a4b9f20a76fade8fe9 (patch)
treefc26c6e08bbfbce41bf8190bcd12155d492d390a
parent3f36e301c995067027929ee2d0795c53d7c8c450 (diff)
Update packaging
-rw-r--r--debian/control13
-rwxr-xr-xdebian/rules3
2 files changed, 9 insertions, 7 deletions
diff --git a/debian/control b/debian/control
index d27f621..5d42f81 100644
--- a/debian/control
+++ b/debian/control
@@ -3,12 +3,13 @@ Section: ocaml
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders: Andy Li <andy@onthewings.net>
-Standards-Version: 4.4.0
+Standards-Version: 4.5.0
+Rules-Requires-Root: no
Build-Depends:
- debhelper-compat (= 12),
- ocaml-nox (>= 4.02.0),
+ debhelper-compat (= 13),
+ ocaml-nox,
ocaml-dune,
- libmigrate-parsetree-ocaml-dev (>= 1.4.0),
+ libmigrate-parsetree-ocaml-dev (>= 1.7.0),
ocaml-findlib,
dh-ocaml
Homepage: https://github.com/ocaml-ppx/ppx_tools_versioned
@@ -70,6 +71,8 @@ Description: Tools for authors of OCaml syntactic tools (Development package)
and dump the resulting internal Parsetree representation;
* genlifter: generates a virtual "lifter" class for one or several
OCaml type constructors.
+ .
+ This package contains development files.
Package: libppx-tools-versioned-ocaml-doc
Section: doc
@@ -96,4 +99,4 @@ Description: Documentation for ppx-tools-versioned
OCaml type constructors.
.
This package contains documentation for ppx-tools-versioned in html
- format. \ No newline at end of file
+ format.
diff --git a/debian/rules b/debian/rules
index 1a9309e..c5cef09 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,5 +16,4 @@ override_dh_auto_test:
override_dh_auto_install:
dune install --destdir=$(DESTDIR) --prefix=/usr --libdir=..$(OCAML_STDLIB_DIR)
-override_dh_missing:
- dh_missing --fail-missing
+override_dh_dwz: