[SCM] libindi packaging branch, master, updated. 12890b6102d406b6e05dfdb135e843f1a3fa73a6

Pino Toscano pino at alioth.debian.org
Sat Oct 1 13:49:43 UTC 2011


The following commit has been merged in the master branch:
commit 12890b6102d406b6e05dfdb135e843f1a3fa73a6
Author: Pino Toscano <pino at debian.org>
Date:   Sat Oct 1 15:47:59 2011 +0200

    remove usage of CMAKE_USE_RELATIVE_PATHS to cmake
---
 debian/rules |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/debian/rules b/debian/rules
index 52478c1..17c2bf2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,7 @@ export LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS)
 	dh $@ --parallel
 
 override_dh_auto_configure:
-	dh_auto_configure -- -DCMAKE_USE_RELATIVE_PATHS=ON -DLIB_DESTINATION=/usr/lib/$(DEB_HOST_MULTIARCH)
+	dh_auto_configure -- -DLIB_DESTINATION=/usr/lib/$(DEB_HOST_MULTIARCH)
 
 override_dh_strip:
 	dh_strip --dbg-package=indi-dbg

-- 
libindi packaging



More information about the pkg-kde-commits mailing list