summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog7
-rwxr-xr-xdebian/rules5
2 files changed, 8 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index bfb80c4..969b701 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ocaml-visitors (20200210-3) unstable; urgency=medium
+
+ * Team upload
+ * Call dune build with -p to avoid warnings-as-erros
+
+ -- Stéphane Glondu <glondu@debian.org> Thu, 15 Oct 2020 07:31:03 +0200
+
ocaml-visitors (20200210-2) unstable; urgency=medium
* Team upload
diff --git a/debian/rules b/debian/rules
index e2faa0a..00dc711 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@ DESTDIR = $(CURDIR)/debian/libppx-visitors-ocaml-dev/
dh $@ --with ocaml
override_dh_auto_build-arch:
- dune build @install
+ dune build -p visitors,visitors.runtime,visitors.ppx @install
override_dh_auto_build-indep:
cd doc && $(MAKE)
@@ -27,6 +27,3 @@ override_dh_install-indep:
override_dh_auto_test:
# do nothing
-
-override_dh_dwz:
- # do nothing