diff --git a/debian/control b/debian/control index bfbd764d..5228c081 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,8 @@ Standards-Version: 3.9.6 Build-Depends: debhelper (>= 9), libawl-php (>= 0.55-1~), libawl-php (<< 0.56), gettext, - php5-cli + php5-cli, + rst2pdf Vcs-git: https://gitlab.com/davical-project/davical.git Vcs-browser: https://gitlab.com/davical-project/davical Homepage: http://www.davical.org/ diff --git a/debian/davical-doc.docs b/debian/davical-doc.docs index 70caef13..a188e069 100644 --- a/debian/davical-doc.docs +++ b/debian/davical-doc.docs @@ -1,2 +1 @@ -docs/api/ -docs/davical_en_user_guide.odt +docs/* diff --git a/debian/rules b/debian/rules index f6021dc2..90aaf973 100755 --- a/debian/rules +++ b/debian/rules @@ -9,7 +9,8 @@ get-orig-source: dh $@ override_dh_auto_build: - @echo "NOTE: not calling make / make built-docs, do this before building the package and review / commit the result" + @echo "NOTE: not calling make, do this before building the package and review / commit the result" + make built-docs override_dh_installchangelogs: dh_installchangelogs ChangeLog