Andreas Tille pushed to branch master at Debian Med / seqan-raptor
Commits: 49d43a0c by Andreas Tille at 2025-12-10T14:25:02+01:00 Fix doc creation error with doxygen >= 1.15 - - - - - c911a7e0 by Andreas Tille at 2025-12-10T14:25:07+01:00 Standards-Version: 4.7.2 (routine-update) - - - - - d4240f3e by Andreas Tille at 2025-12-10T16:15:13+01:00 ignore pdflatex return result - - - - - 646985a9 by Andreas Tille at 2025-12-10T16:37:15+01:00 Upload to unstable - - - - - 3 changed files: - debian/changelog - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,13 @@ +seqan-raptor (3.0.1+ds-11) unstable; urgency=medium + + * Team upload. + * Fix doc creation error with doxygen >= 1.15 + + ignore pdflatex return result + Closes: #1111716 + * Standards-Version: 4.7.2 (routine-update) + + -- Andreas Tille <[email protected]> Wed, 10 Dec 2025 16:15:20 +0100 + seqan-raptor (3.0.1+ds-10) unstable; urgency=medium [ Enrico Seiler ] ===================================== debian/control ===================================== @@ -23,7 +23,7 @@ Build-Depends: debhelper-compat (= 13), texlive-plain-generic <!nodoc>, texlive-fonts-recommended <!nodoc>, ghostscript <!nodoc> -Standards-Version: 4.7.0 +Standards-Version: 4.7.2 Vcs-Browser: https://salsa.debian.org/med-team/seqan-raptor Vcs-Git: https://salsa.debian.org/med-team/seqan-raptor.git Homepage: https://github.com/seqan/raptor ===================================== debian/rules ===================================== @@ -53,7 +53,8 @@ ifeq (,$(filter nodoc,$(DEB_BUILD_OPTIONS) $(DEB_BUILD_PROFILES))) sed -i 's@\\begin{longtabu}spread 0pt \[c]{\*{2}{|X\[-1]}|}@\\begin{longtable}\[c]{c|c}@g' *.tex && \ sed -i 's@\\begin{longtabu}spread 0pt \[c]{\*{8}{|X\[-1]}|}@\\begin{longtable}\[c]{c|c|c|c|c|c|c|c}@g' *.tex && \ sed -i 's@\\end{longtabu}@\\end{longtable}@g' *.tex && \ - $(MAKE) + sed -i 's@$$(MKIDX_CMD) $$(MANUAL_FILE).idx@& || $$(LATEX_CMD) $$(MANUAL_FILE)@' Makefile && \ + $(MAKE) || true # FIXME: After patching the Makefile as above the manual call returns 0 - no idea why this is not the case here ... ignore it endif override_dh_auto_test-arch: View it on GitLab: https://salsa.debian.org/med-team/seqan-raptor/-/compare/13b024706be16f53bc8d1c3ef89159e4aee62c7d...646985a94ea2fd49b9f7085d23f6ddea363f2903 -- View it on GitLab: https://salsa.debian.org/med-team/seqan-raptor/-/compare/13b024706be16f53bc8d1c3ef89159e4aee62c7d...646985a94ea2fd49b9f7085d23f6ddea363f2903 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
