summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephane Glondu <steph@glondu.net>2020-10-14 13:45:11 +0200
committerStephane Glondu <steph@glondu.net>2020-10-14 13:52:24 +0200
commitd83af258daf6c585b289972750c1bae18c09f2cf (patch)
tree9d963a003a716a9771a145629614470d16e4a940
parentc613d03111e4459aa2c93227061a3bcb2b8be4b7 (diff)
Update packaging
-rw-r--r--debian/compat1
-rw-r--r--debian/control9
-rwxr-xr-xdebian/rules2
3 files changed, 6 insertions, 6 deletions
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index ec63514..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-9
diff --git a/debian/control b/debian/control
index 5c5dd01..7dc3ce1 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>
Build-Depends:
- ocaml-nox (>= 3.11.1-3~),
+ ocaml-nox,
ocaml-findlib,
- dh-ocaml (>= 0.9~),
- debhelper (>= 9),
+ dh-ocaml,
+ debhelper-compat (= 13),
camlp4
-Standards-Version: 4.1.4
+Standards-Version: 4.5.0
+Rules-Requires-Root: no
Homepage: http://projects.camlcity.org/projects/xstrp4.html
Vcs-Git: https://salsa.debian.org/ocaml-team/xstrp4.git
Vcs-Browser: https://salsa.debian.org/ocaml-team/xstrp4
diff --git a/debian/rules b/debian/rules
index f5c60a2..bbb6479 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,7 +14,7 @@ OCAMLFIND_LDCONF=ignore
export OCAMLFIND_LDCONF
%:
- dh $@ --with ocaml
+ dh $@ --with ocaml --no-parallel
.PHONY: override_dh_auto_configure
override_dh_auto_configure: