[SCM] Eigen2 packaging branch, master, updated. debian/2.0.15-1-22-g6717b35

Anton Gladky gladky-anton-guest at alioth.debian.org
Sun May 29 21:04:59 UTC 2011


The following commit has been merged in the master branch:
commit 6717b3574f88d2e997b378752a890397665c15b3
Author: Anton Gladky <gladky.anton at gmail.com>
Date:   Sun May 29 23:04:57 2011 +0200

    Prevent doc-builds in binary-arch mode
---
 debian/rules |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/debian/rules b/debian/rules
index 49aaed0..4476a89 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@ BUILDDIR = $(CURDIR)/debian/build
 	dh $@ --buildsystem=cmake --builddirectory=$(BUILDDIR)
 
 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
-	extra_flags += -DEIGEN_BUILD_TESTS=ON
+extra_flags += -DEIGEN_BUILD_TESTS=ON
 endif
 
 override_dh_auto_configure:
@@ -22,4 +22,6 @@ override_dh_auto_test:
 
 override_dh_auto_build:
 	dh_auto_build
+ifneq (,$(findstring libeigen2-doc, $(shell dh_listpackages)))
 	dh_auto_build -- doc
+endif

-- 
Eigen2 packaging



More information about the pkg-kde-commits mailing list