projects
/
ocaml-eqaf.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
99c1af3
)
Fix compilation with recent dune
author
Julien Puydt
<jpuydt@debian.org>
Thu, 6 Jul 2023 06:56:38 +0000
(08:56 +0200)
committer
Julien Puydt
<jpuydt@debian.org>
Thu, 6 Jul 2023 06:56:38 +0000
(08:56 +0200)
debian/changelog
patch
|
blob
|
history
debian/rules
patch
|
blob
|
history
diff --git
a/debian/changelog
b/debian/changelog
index 9c85fe2e5aadd547a2ec8086bcfaaa35ea9dd422..f2ac93b3399642a0fc7ff5987825bd1a27eb9d26 100644
(file)
--- a/
debian/changelog
+++ b/
debian/changelog
@@
-2,6
+2,7
@@
ocaml-eqaf (0.9-2) UNRELEASED; urgency=medium
* Fix d/watch.
* Bump standards-version to 4.6.2
+ * Fix compilation with recent dune
-- Julien Puydt <jpuydt@debian.org> Thu, 06 Jul 2023 08:55:15 +0200
diff --git
a/debian/rules
b/debian/rules
index ccbc4e9a160dd6f1b7ae71d966830c6d7125fdf5..0e3376259c781fcf938a7991f80f5ba0c25594a4 100755
(executable)
--- a/
debian/rules
+++ b/
debian/rules
@@
-11,5
+11,5
@@
override_dh_auto_build:
dune build -p eqaf
override_dh_auto_install:
- dune install --destdir=$(DESTDIR) --prefix=/usr --libdir=
..
$(OCAML_STDLIB_DIR)
+ dune install --destdir=$(DESTDIR) --prefix=/usr --libdir=$(OCAML_STDLIB_DIR)
rm -f $(DESTDIR)/usr/doc/*/LICENSE*