[cpp-sp] 02/13: Move doxygen and graphviz into Build-Depends-Indep
Scott Cantor
cantor.2 at osu.edu
Thu Dec 20 19:48:06 EST 2018
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to annotated tag debian/2.5.6+dfsg1-1
in repository cpp-sp.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=9dbea009c668649795252489cdcd6e41009513c0
commit 9dbea009c668649795252489cdcd6e41009513c0
Author: Ferenc Wágner <wferi at niif.hu>
AuthorDate: Mon Feb 1 19:57:45 2016 +0100
Move doxygen and graphviz into Build-Depends-Indep
This saves the time of downloading and installing Doxygen and its
dependencies, and that of building the documentation for arch builds.
The build system notices the lack of these tools and automatically
skips building the documentation.
---
debian/control | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index e3c7dff..2213f52 100644
--- a/debian/control
+++ b/debian/control
@@ -11,8 +11,6 @@ Build-Depends:
debhelper (>= 9),
dh-apache2,
dh-autoreconf,
- doxygen,
- graphviz,
libboost-dev,
libfcgi-dev,
libkrb5-dev,
@@ -28,6 +26,9 @@ Build-Depends:
pkg-config,
unixodbc-dev,
xmltooling-schemas,
+Build-Depends-Indep:
+ doxygen,
+ graphviz,
Standards-Version: 3.9.6
Homepage: http://shibboleth.net/
Vcs-Git: https://anonscm.debian.org/git/pkg-shibboleth/shibboleth-sp2.git
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list