[med-svn] [Git][med-team/bowtie2][master] 3 commits: d/control: add pandoc to build doc/manual.html.
Étienne Mollier (@emollier)
gitlab at salsa.debian.org
Sat Nov 5 19:27:02 GMT 2022
Étienne Mollier pushed to branch master at Debian Med / bowtie2
Commits:
7d3ae2c3 by Étienne Mollier at 2022-11-05T20:23:22+01:00
d/control: add pandoc to build doc/manual.html.
- - - - -
fe056d86 by Étienne Mollier at 2022-11-05T20:23:32+01:00
d/rules: trigger refresh of the doc/manual.html.
- - - - -
949ed98a by Étienne Mollier at 2022-11-05T20:23:56+01:00
d/s/lintian-overrides: override missing source on doc/manual.html.
- - - - -
3 changed files:
- debian/control
- debian/rules
- + debian/source/lintian-overrides
Changes:
=====================================
debian/control
=====================================
@@ -6,6 +6,7 @@ Section: science
Priority: optional
Build-Depends: debhelper-compat (= 13),
help2man,
+ pandoc <!nodoc>,
libtbb-dev,
python3,
liblocal-lib-perl,
=====================================
debian/rules
=====================================
@@ -25,6 +25,9 @@ export EXTRA_OPTIONS
override_dh_auto_build:
LD_PRELOAD= dh_auto_build -- EXTRA_FLAGS="-std=c++98 $(LDFLAGS)" $(EXTRA_OPTIONS) HOSTNAME=reproducible-hostname
+ifeq (,$(filter nodoc,$(DEB_BUILD_OPTIONS)))
+ dh_auto_build -- doc/manual.html
+endif
override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
=====================================
debian/source/lintian-overrides
=====================================
@@ -0,0 +1,2 @@
+# This file is rebuilt during package construction; see d/rules.
+bowtie2 source: source-is-missing [doc/manual.html]
View it on GitLab: https://salsa.debian.org/med-team/bowtie2/-/compare/31ccf03af11e0edc1a265ca3f902df3ab99515ae...949ed98af88454bfac0922764b9988f2d4b0227d
--
View it on GitLab: https://salsa.debian.org/med-team/bowtie2/-/compare/31ccf03af11e0edc1a265ca3f902df3ab99515ae...949ed98af88454bfac0922764b9988f2d4b0227d
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20221105/9257db82/attachment-0001.htm>
More information about the debian-med-commit
mailing list