[SCM] hydrogen/master: Don't build docs for now.
mira-guest at users.alioth.debian.org
mira-guest at users.alioth.debian.org
Sat Nov 12 23:56:51 UTC 2016
The following commit has been merged in the master branch:
commit 7c79846c54629f57008d7b17e77b04a54a5e4921
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date: Sun Nov 13 00:56:21 2016 +0100
Don't build docs for now.
diff --git a/debian/rules b/debian/rules
index 88524a2..2bbf459 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,6 +23,9 @@ include /usr/share/cdbs/1/rules/utils.mk
include /usr/share/cdbs/1/class/cmake.mk
include /usr/share/cdbs/1/rules/debhelper.mk
+DEB_CLEAN_EXCLUDE=debian/tmp
+DEB_DESTDIR = $(CURDIR)/debian/tmp/
+
DEB_CMAKE_EXTRA_FLAGS = -DWANT_SHARED=OFF \
-DWANT_PORTAUDIO=ON \
-DWANT_PORTMIDI=ON \
@@ -50,12 +53,12 @@ clean::
done
rm -f debian/stamp-upstreamtmpstuff
-common-build-indep:: debian/docs.stamp
-debian/docs.stamp:
- $(MAKE) -C data/doc
- touch $@
-clean::
- rm -f debian/docs.stamp
+#common-build-indep:: debian/docs.stamp
+#debian/docs.stamp:
+# $(MAKE) -C data/doc
+# touch $@
+#clean::
+# rm -f debian/docs.stamp
imgstub = data/img/gray/h2-icon
common-build-arch::
--
hydrogen packaging
More information about the pkg-multimedia-commits
mailing list