[med-svn] [Git][med-team/seqan-needle][master] 2 commits: Create doc without previous binary build
Andreas Tille (@tille)
gitlab at salsa.debian.org
Thu Nov 24 10:43:20 GMT 2022
Andreas Tille pushed to branch master at Debian Med / seqan-needle
Commits:
19a9e4b0 by Andreas Tille at 2022-11-24T11:38:11+01:00
Create doc without previous binary build
- - - - -
9c5253ce by Andreas Tille at 2022-11-24T11:42:38+01:00
routine-update: Ready to upload to unstable
- - - - -
5 changed files:
- debian/changelog
- + debian/patches/create_doc_without_previous_binary_build.patch
- debian/patches/series
- debian/rules
- debian/seqan-needle-doc.docs
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+seqan-needle (1.0.1.0.0.git.3011926+ds-4) unstable; urgency=medium
+
+ * Team upload.
+ * Create doc without previous binary build
+ Closes: #1024458
+
+ -- Andreas Tille <tille at debian.org> Thu, 24 Nov 2022 11:38:47 +0100
+
seqan-needle (1.0.1.0.0.git.3011926+ds-3) unstable; urgency=medium
* Team Upload.
=====================================
debian/patches/create_doc_without_previous_binary_build.patch
=====================================
@@ -0,0 +1,29 @@
+Description: Create doc without previous binary build
+Bug-Debian: https://bugs.debian.org/1024458
+Author: Andreas Tille <tille at debian.org>
+Last-Update: Thu, 24 Nov 2022 11:36:18 +0100
+
+--- a/doc/doxygen_cfg
++++ b/doc/doxygen_cfg
+@@ -8,7 +8,7 @@ PROJECT_NAME = Needle
+ PROJECT_NUMBER =
+ PROJECT_BRIEF = "An application for fast and efficient searches of NGS data."
+ PROJECT_LOGO =
+-OUTPUT_DIRECTORY = ${APP_TEMPLATE_DOXYGEN_OUTPUT_DIR}
++OUTPUT_DIRECTORY = doc
+ CREATE_SUBDIRS = NO
+ CREATE_SUBDIRS_LEVEL = 8
+ ALLOW_UNICODE_NAMES = NO
+@@ -121,9 +121,9 @@ WARN_LOGFILE =
+ #---------------------------------------------------------------------------
+ # Configuration options related to the input files
+ #---------------------------------------------------------------------------
+-INPUT = ${CMAKE_SOURCE_DIR}/include \
+- ${CMAKE_SOURCE_DIR}/src \
+- ${CMAKE_SOURCE_DIR}/LICENSE.md
++INPUT = include \
++ src \
++ LICENSE.md
+ INPUT_ENCODING = UTF-8
+ FILE_PATTERNS = *.c \
+ *.cc \
=====================================
debian/patches/series
=====================================
@@ -1,3 +1,4 @@
spelling.patch
privacy
debian_seqan3
+create_doc_without_previous_binary_build.patch
=====================================
debian/rules
=====================================
@@ -23,7 +23,7 @@ override_dh_auto_build-arch:
override_dh_auto_build-indep:
ifeq (,$(filter nodoc,$(DEB_BUILD_OPTIONS) $(DEB_BUILD_PROFILES)))
- cd obj-* && $(MAKE) doc
+ doxygen doc/doxygen_cfg
endif
override_dh_auto_test-indep:
=====================================
debian/seqan-needle-doc.docs
=====================================
@@ -1 +1 @@
-obj-*/doc/html
+doc/html
View it on GitLab: https://salsa.debian.org/med-team/seqan-needle/-/compare/21e58b3892e1bf1b945a40ed911fe134271179be...9c5253ce36896ec13f9bdebb28bcf9cf91a1a1da
--
View it on GitLab: https://salsa.debian.org/med-team/seqan-needle/-/compare/21e58b3892e1bf1b945a40ed911fe134271179be...9c5253ce36896ec13f9bdebb28bcf9cf91a1a1da
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/20221124/26209fdf/attachment-0001.htm>
More information about the debian-med-commit
mailing list