Skip to content
Commits on Source (6)
librostlab-blast (1.0.1-10) unstable; urgency=medium
* Do not render PDF documentation any more since its not really important
for users and doxygen 1.8.5 breaks the build of PDF documentation
Closes: #924834
* Standards-Version: 4.3.0
-- Andreas Tille <tille@debian.org> Mon, 18 Mar 2019 10:48:04 +0100
librostlab-blast (1.0.1-9) unstable; urgency=medium
* Drop unneeded get-orig-source target
......
......@@ -14,7 +14,7 @@ Build-Depends: debhelper (>= 11~),
librostlab-dev,
texlive-fonts-recommended,
texlive-latex-extra
Standards-Version: 4.2.1
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/med-team/librostlab-blast
Vcs-Git: https://salsa.debian.org/med-team/librostlab-blast.git
Homepage: http://rostlab.org/
......
......@@ -9,6 +9,3 @@ Section: Science/Biology
Format: html
Files: /usr/share/doc/librostlab-blast-doc/html/*.html
Index: /usr/share/doc/librostlab-blast-doc/html/index.html
Format: PDF
Files: /usr/share/doc/librostlab-blast-doc/librostlab-blast.pdf.gz
doxygen-doc/html/
doxygen-doc/librostlab-blast.pdf
# doxygen-doc/librostlab-blast.pdf
lib/librostlab-blast.tag
......@@ -19,7 +19,7 @@ override_dh_install:
debian/tmp/usr/lib/*/*.so
override_dh_auto_configure:
dh_auto_configure -- --enable-doxygen-dot --enable-doxygen-pdf
dh_auto_configure -- --enable-doxygen-dot --enable-doxygen-pdf=No
override_dh_auto_build:
dh_auto_build
......