[med-svn] [Git][med-team/seqan2][debian/experimental] 2 commits: debian/libseqan2-dev.docs: README.rst→README.md
Michael R. Crusoe (@crusoe)
gitlab at salsa.debian.org
Thu Aug 15 07:40:03 BST 2024
Michael R. Crusoe pushed to branch debian/experimental at Debian Med / seqan2
Commits:
1bdcfda4 by Michael R. Crusoe at 2024-08-14T17:36:39+02:00
debian/libseqan2-dev.docs: README.rst→README.md
- - - - -
af690678 by Michael R. Crusoe at 2024-08-15T08:39:04+02:00
make the manual: sphinxcontrib.bibtex is in the archive
- - - - -
4 changed files:
- debian/changelog
- debian/control
- debian/libseqan2-dev.docs
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+seqan2 (2.5.0~rc1+dfsg-1~0exp1) UNRELEASED; urgency=medium
+
+ * debian/libseqan2-dev.docs: README.rst→README.md
+
+ -- Michael R. Crusoe <crusoe at debian.org> Wed, 14 Aug 2024 17:36:14 +0200
+
seqan2 (2.5.0~rc1+dfsg-1~0exp0) experimental; urgency=medium
* d/watch: updated to catch release candidates.
=====================================
debian/control
=====================================
@@ -14,7 +14,7 @@ Build-Depends-Arch: zlib1g-dev,
libbam-dev,
libboost-dev,
help2man,
- ctdconverter
+ python3-sphinxcontrib.bibtex
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/med-team/seqan2
Vcs-Git: https://salsa.debian.org/med-team/seqan2.git
=====================================
debian/libseqan2-dev.docs
=====================================
@@ -1 +1 @@
-README.rst
+README.md
=====================================
debian/rules
=====================================
@@ -61,11 +61,8 @@ override_dh_auto_configure-indep:
override_dh_auto_build-arch:
dh_auto_build --arch ${MAX_PARALLEL}
- #cd obj-$(DEB_BUILD_GNU_TYPE); make dox # This does nothing and no *.html files will be created at all
- # This ends up in:
- # Could not import extension sphinxcontrib.bibtex (exception: No module named sphinxcontrib.bibtex)
- # Seems there is no sphinx module bibtex - thus deactivating creation of html manual
- # cd manual && make html
+ cd obj-$(DEB_BUILD_GNU_TYPE); make dox
+ cd manual && make html
override_dh_auto_install-indep:
dh_auto_install --indep -B build --destdir=$(CURDIR)/debian/$(pkgdev)/
View it on GitLab: https://salsa.debian.org/med-team/seqan2/-/compare/6fbc1e4dcfca02c16caa8fa48ee3b7687a9691ac...af690678c0d2ea393d3154a05eb1441554c450e6
--
View it on GitLab: https://salsa.debian.org/med-team/seqan2/-/compare/6fbc1e4dcfca02c16caa8fa48ee3b7687a9691ac...af690678c0d2ea393d3154a05eb1441554c450e6
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/20240815/9021a53f/attachment-0001.htm>
More information about the debian-med-commit
mailing list