summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephane Glondu <steph@glondu.net>2023-08-07 08:30:16 +0200
committerStephane Glondu <steph@glondu.net>2023-08-07 08:30:16 +0200
commit29437d26fe6727684b6d1d6d2cf6ce005de2f488 (patch)
tree04a611a80ad75f5e9515ae15bb9f42757777ae52
parentceddf89bded4aa072f9031e1d9a7687bfcd760d5 (diff)
Update packagingdebian/1.2.2-3
-rw-r--r--debian/changelog8
-rw-r--r--debian/control6
-rw-r--r--debian/debian-dune1
-rwxr-xr-xdebian/rules15
4 files changed, 13 insertions, 17 deletions
diff --git a/debian/changelog b/debian/changelog
index addc8c2..03417cb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+biniou (1.2.2-3) unstable; urgency=medium
+
+ * Team upload
+ * Use ocaml_dune DH buildsystem
+ * Bump Standards-Version to 4.6.2
+
+ -- Stéphane Glondu <glondu@debian.org> Mon, 07 Aug 2023 08:30:13 +0200
+
biniou (1.2.2-2) unstable; urgency=medium
* Team upload
diff --git a/debian/control b/debian/control
index daa9475..175872f 100644
--- a/debian/control
+++ b/debian/control
@@ -3,15 +3,15 @@ Section: ocaml
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Build-Depends:
- ocaml-nox (>= 3.11.1-3~),
+ ocaml,
ocaml-best-compilers,
ocaml-findlib,
- dh-ocaml (>= 0.9~),
+ dh-ocaml (>= 1.2),
debhelper-compat (= 13),
ocaml-dune,
libcamlp-streams-ocaml-dev,
libeasy-format-ocaml-dev
-Standards-Version: 4.6.1
+Standards-Version: 4.6.2
Rules-Requires-Root: no
Homepage: https://github.com/ocaml-community/biniou
Vcs-Git: https://salsa.debian.org/ocaml-team/biniou.git
diff --git a/debian/debian-dune b/debian/debian-dune
new file mode 100644
index 0000000..875136f
--- /dev/null
+++ b/debian/debian-dune
@@ -0,0 +1 @@
+biniou
diff --git a/debian/rules b/debian/rules
index 25fe200..91ce70b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,20 +1,7 @@
#!/usr/bin/make -f
# -*- makefile -*-
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-#export DH_OPTIONS=-v
-
-DESTDIR=$(CURDIR)/debian/tmp
-
include /usr/share/ocaml/ocamlvars.mk
%:
- dh $@ --with ocaml
-
-override_dh_auto_build:
- dune build -p biniou
-
-override_dh_auto_install:
- dune install --destdir=$(DESTDIR) --prefix=/usr --libdir=$(OCAML_STDLIB_DIR)
- rm -f $(DESTDIR)/usr/doc/biniou/LICENSE
+ dh $@ --with ocaml --buildsystem ocaml_dune