[xmltooling] 64/65: Don't build the software if only the documentation is needed
Ferenc Wágner
wferi-guest at moszumanska.debian.org
Thu Jun 30 13:07:46 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 xmltooling.
commit 6fc8228e0651efbcfb987953ce0891ba267a6fb4
Author: Ferenc Wágner <wferi at niif.hu>
Date: Thu Jun 30 13:14:39 2016 +0200
Don't build the software if only the documentation is needed
---
debian/rules | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/debian/rules b/debian/rules
index 0539434..2e73cbc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -26,6 +26,16 @@ override_dh_autoreconf:
override_dh_auto_configure:
dh_auto_configure -- $(DEBUG)
+override_dh_auto_build-indep:
+ $(MAKE) doxygen-doc
+ $(MAKE) -C schemas
+
+override_dh_auto_install-indep:
+ $(MAKE) -C doc DESTDIR="$(CURDIR)/debian/tmp" install
+ $(MAKE) -C schemas DESTDIR="$(CURDIR)/debian/tmp" install
+
+override_dh_auto_test-indep:
+
override_dh_install:
cd debian/tmp/usr/share/doc/xmltooling-* && \
rm README.txt LICENSE.txt NOTICE.txt OPENSSL.LICENSE LOG4CPP.LICENSE \
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-shibboleth/xmltooling.git
More information about the Pkg-shibboleth-devel
mailing list