summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephane Glondu <steph@glondu.net>2020-08-12 15:17:55 +0200
committerStéphane Glondu <steph@glondu.net>2020-08-12 15:37:38 +0200
commit1dce867b50ae27b83ad7db811afc0fb9fd58b788 (patch)
tree5ce110ce404b62c5b6dd584fb272f27f297822ab
parent6fbc3f580a7b803db59e8698600e61bd511b6aab (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 45a4fb7..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-8
diff --git a/debian/control b/debian/control
index 8956460..1bdedca 100644
--- a/debian/control
+++ b/debian/control
@@ -3,15 +3,16 @@ Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders: Stéphane Glondu <glondu@debian.org>
Build-Depends:
- debhelper (>= 8),
- dh-ocaml (>= 0.9),
+ debhelper-compat (= 13),
+ dh-ocaml,
ocaml-findlib,
ocamlbuild,
mlpost,
ghostscript,
texlive-latex-extra,
- ocaml-nox (>= 3.11.1-3~)
-Standards-Version: 4.0.0
+ ocaml-nox
+Standards-Version: 4.5.0
+Rules-Requires-Root: no
Section: tex
Homepage: http://melt.forge.ocamlcore.org/
Vcs-Browser: https://salsa.debian.org/ocaml-team/ocaml-melt
diff --git a/debian/rules b/debian/rules
index 2299e33..0bc774f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,7 +14,7 @@ override_dh_auto_clean:
.PHONY: override_dh_auto_configure
override_dh_auto_configure:
- ocaml configure.ml
+ ocaml -unsafe-string configure.ml
.PHONY: override_dh_auto_build
override_dh_auto_build: