[med-svn] [mia] 04/04: build all also when binary only packages are build
Gert Wollny
gert-guest at moszumanska.debian.org
Sun Jul 24 21:29:33 UTC 2016
This is an automated email from the git hooks/post-receive script.
gert-guest pushed a commit to branch master
in repository mia.
commit d5a79eaaf3f31238f916f3db42bcb29e2200108c
Author: Gert Wollny <gw.fossdev at gmail.com>
Date: Sun Jul 24 18:32:20 2016 +0200
build all also when binary only packages are build
---
debian/rules | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/debian/rules b/debian/rules
index bbee978..f620588 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,12 +6,13 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed -fvisibility=hidden
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
+# currently need to build all
# deduce documentation option (build-indep target)
-ifeq "" "$(filter %-doc,$(shell dh_listpackages))"
- BUILDDOC = OFF
-else
+#ifeq "" "$(filter %-doc,$(shell dh_listpackages))"
+# BUILDDOC = OFF
+#else
BUILDDOC = ON
-endif
+#endif
.PHONY: override_dh_strip override_dh_shlibdeps override_dh_auto_test
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/mia.git
More information about the debian-med-commit
mailing list