[med-svn] [Git][med-team/kissplice][master] 2 commits: Removed manual CMake flags
François Gindraud (@fgindraud)
gitlab at salsa.debian.org
Wed Apr 6 12:49:38 BST 2022
François Gindraud pushed to branch master at Debian Med / kissplice
Commits:
d5718d7a by Francois Gindraud at 2022-04-06T13:45:16+02:00
Removed manual CMake flags
Using an external bcalm and building the user guide are the default
options in CMake.
They will not automatically fallback in case of error (missing bcalm,
latex), instead they will print an error message.
Thus there is no risk in not specifying them.
- - - - -
a355a66d by Francois Gindraud at 2022-04-06T13:47:45+02:00
Remove docs entry for user_guide.pdf
The pdf is already installed in the CMake install phase, so there should
not be any need to install it by another way.
Installation directory in CMake follows recommendation I think, putting
the guide in /usr/share/doc/kissplice/
- - - - -
2 changed files:
- debian/docs
- debian/rules
Changes:
=====================================
debian/docs
=====================================
@@ -1 +0,0 @@
-doc/user_guide.pdf
=====================================
debian/rules
=====================================
@@ -16,7 +16,7 @@ include /usr/share/dpkg/default.mk
dh $@ --with python3
override_dh_auto_configure:
- dh_auto_configure -- -DCMAKE_INSTALL_LIBEXECDIR=lib/ -DUSE_BUNDLED_BCALM=FALSE -DUSER_GUIDE=TRUE
+ dh_auto_configure -- -DCMAKE_INSTALL_LIBEXECDIR=lib/
override_dh_compress:
dh_compress --exclude=.pdf
View it on GitLab: https://salsa.debian.org/med-team/kissplice/-/compare/5a187729b792e17b22f0893fa84bcb5bb6880e95...a355a66d90caab6d935ddb8ff48fb60ae86633a0
--
View it on GitLab: https://salsa.debian.org/med-team/kissplice/-/compare/5a187729b792e17b22f0893fa84bcb5bb6880e95...a355a66d90caab6d935ddb8ff48fb60ae86633a0
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/20220406/3c279c71/attachment.htm>
More information about the debian-med-commit
mailing list