Module: xenomai-2.6
Branch: master
Commit: 4c88b115402a6e1d5020115c28f776f216f6e596
URL:    
http://git.xenomai.org/?p=xenomai-2.6.git;a=commit;h=4c88b115402a6e1d5020115c28f776f216f6e596

Author: Gernot Hillier <gernot.hill...@siemens.com>
Date:   Thu Aug 22 17:16:00 2013 +0200

debian: cleanup configure invocation

Remove duplicated testdir setting. This re-adds a useful part of
c6264554 reverted in 9445b03a. We shall not override/extend CONFIG_OPTS
as it's also used for the package description of libxenomai1 (see
binary-arch target).

Signed-off-by: Gernot Hillier <gernot.hill...@siemens.com>

---

 debian/rules |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index b7a072b..6aad873 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,7 +14,7 @@ DEB_BUILD_GNU_TYPE=$(shell dpkg-architecture 
-qDEB_BUILD_GNU_TYPE)
 CONFIG_OPTS = --prefix=/usr \
             --includedir=/usr/include/xenomai \
             --mandir=/usr/share/man \
-           --with-testdir=/usr/lib/xenomai
+           --with-testdir=/usr/lib/xenomai/testsuite
 
 ifneq ($(DEB_HOST_GNU_TYPE),$(DEB_BUILD_GNU_TYPE))
        CONFIG_OPTS += --build $(DEB_BUILD_GNU_TYPE) --host $(DEB_HOST_GNU_TYPE)
@@ -46,7 +46,7 @@ config.status: configure-stamp
 configure-stamp:
        dh_testdir
        autoreconf -fi
-       ./configure $(CONFIG_OPTS) --with-testdir=/usr/lib/xenomai/testsuite
+       ./configure $(CONFIG_OPTS)
        touch configure-stamp
 
 clean:


_______________________________________________
Xenomai-git mailing list
Xenomai-git@xenomai.org
http://www.xenomai.org/mailman/listinfo/xenomai-git

Reply via email to