Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Ansgar Burchardt
dune-common-debian
Commits
d75a5400
Unverified
Commit
d75a5400
authored
Aug 07, 2017
by
Ansgar Burchardt
Browse files
libdune-common-doc: add Built-Using: doxygen (for jquery.js)
doxygen embeds a copy of jquery.js in the generated documentation.
parent
110e002f
Changes
2
Hide whitespace changes
Inline
Side-by-side
debian/control
View file @
d75a5400
...
...
@@ -35,6 +35,7 @@ Section: doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Built-Using: ${dune:doc:Built-Using}
Description: toolbox for solving PDEs -- basic classes (documentation)
DUNE, the Distributed and Unified Numerics Environment is a modular toolbox
for solving partial differential equations (PDEs) with grid-based methods.
...
...
debian/dune-debian.mk
View file @
d75a5400
...
...
@@ -6,6 +6,9 @@ DUNE_DEBIAN_CMAKE_FLAGS = -DBUILD_SHARED_LIBS=1
DUNE_DEBIAN_SHLIB
=
$(
subst
~,.,lib
$(DEB_SOURCE)
-
$(DEB_VERSION_UPSTREAM)
)
DUNE_DOC_BUILT_USING_PACKAGES
=
doxygen
DUNE_DOC_BUILT_USING
=
$(
shell
dpkg-query
-f
'$
${source:Package}
(= $
${source:Version}
)
'
-W
$(DUNE_DOC_BUILT_USING_PACKAGES)
)
override_dh_auto_configure
:
dh_auto_configure
--
$(DUNE_DEBIAN_CMAKE_FLAGS)
...
...
@@ -21,7 +24,7 @@ override_dh_auto_test:
cd
build
;
PATH
=
$(CURDIR)
/debian/tmp-test:
$$
PATH
$(DUNE_CTEST)
override_dh_gencontrol
:
dh_gencontrol
--
-Vdune
:shared-library
=
'
$(DUNE_DEBIAN_SHLIB)
'
dh_gencontrol
--
-Vdune
:shared-library
=
'
$(DUNE_DEBIAN_SHLIB)
'
-Vdune
:doc:Built-Using
=
'
$(DUNE_DOC_BUILT_USING)
'
override_dh_makeshlibs
:
dh_makeshlibs
--version-info
=
'
$(DUNE_DEBIAN_SHLIB)
'
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment