diff --git a/debian/control b/debian/control index 7cae485..f0d54fd 100644 --- a/debian/control +++ b/debian/control @@ -6,6 +6,7 @@ Section: admin Priority: optional Build-Depends: debhelper (>= 10), + pandoc, po-debconf Standards-Version: 4.0.0 Vcs-Browser: https://0xacab.org/metche/metche/tree/debian/master diff --git a/debian/rules b/debian/rules index d5650e4..be7cd51 100755 --- a/debian/rules +++ b/debian/rules @@ -19,4 +19,7 @@ chown root:staff $(DESTDIR)/var/lib/metche chmod 750 $(DESTDIR)/var/lib/metche -override_dh_auto_build override_dh_auto_clean: +override_dh_auto_build: + make doc + + override_dh_auto_clean: