[shibboleth-sp2] 02/12: Move doxygen and graphviz into Build-Depends-Indep
Ferenc Wágner
wferi-guest at moszumanska.debian.org
Fri Mar 11 15:40:51 UTC 2016
This is an automated email from the git hooks/post-receive script.
wferi-guest pushed a commit to branch debian/master
in repository shibboleth-sp2.
commit 9dbea009c668649795252489cdcd6e41009513c0
Author: Ferenc Wágner <wferi at niif.hu>
Date: 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
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-shibboleth/shibboleth-sp2.git
More information about the Pkg-shibboleth-devel
mailing list