Stéphane Glondu pushed to branch master at Debian OCaml Maintainers / dose3
Commits:
-
df94883d
by Stephane Glondu at 2023-07-15T06:48:32+02:00
2 changed files:
Changes:
1 | +dose3 (7.0.0-2) unstable; urgency=medium
|
|
2 | + |
|
3 | + * Team upload
|
|
4 | + * Fix build with recent dune
|
|
5 | + |
|
6 | + -- Stéphane Glondu <glondu@debian.org> Sat, 15 Jul 2023 06:48:32 +0200
|
|
7 | + |
|
1 | 8 | dose3 (7.0.0-1) unstable; urgency=medium
|
2 | 9 | |
3 | 10 | * Team upload
|
... | ... | @@ -26,7 +26,7 @@ override_dh_auto_build-indep: |
26 | 26 | make -C doc/manpages html
|
27 | 27 | |
28 | 28 | override_dh_auto_install-arch:
|
29 | - dune install -p dose3,dose3-extra --destdir=$(DESTDIR) --prefix=/usr --libdir=..$(OCAML_STDLIB_DIR)
|
|
29 | + dune install -p dose3,dose3-extra --destdir=$(DESTDIR) --prefix=/usr --libdir=$(OCAML_STDLIB_DIR)
|
|
30 | 30 | rm -f $(DESTDIR)/usr/doc/dose3/README.git
|
31 | 31 | rm -f $(DESTDIR)/usr/doc/dose3/README.architecture
|
32 | 32 | rm -f $(DESTDIR)/usr/doc/dose3/CHANGES
|