[SCM] libindi packaging branch, master, updated. f66a43d308df19a62e4b13b3378539e171e3f0b6

Pino Toscano pino at alioth.debian.org
Thu Sep 29 12:28:07 UTC 2011


The following commit has been merged in the master branch:
commit 602af3a3c57c63b686d3f5f05338c7edb635341d
Author: Pino Toscano <pino at debian.org>
Date:   Thu Sep 29 12:33:36 2011 +0200

    rules: enable CMAKE_USE_RELATIVE_PATHS for cmake
---
 debian/rules |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/debian/rules b/debian/rules
index 581f490..25f6c9e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,5 +7,8 @@ export LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS)
 %:
 	dh $@
 
+override_dh_auto_configure:
+	dh_auto_configure -- -DCMAKE_USE_RELATIVE_PATHS=ON
+
 override_dh_strip:
 	dh_strip --dbg-package=indi-dbg

-- 
libindi packaging



More information about the pkg-kde-commits mailing list