[SCM] Eigen2 packaging branch, master, updated. debian/2.0.15-1-19-g30c6995

Anton Gladky gladky-anton-guest at alioth.debian.org
Sun May 29 18:47:06 UTC 2011


The following commit has been merged in the master branch:
commit 30c69954fb2bfe235d01e0fb1fcce20167facc39
Author: Anton Gladky <gladky.anton at gmail.com>
Date:   Sun May 29 20:42:15 2011 +0200

    Replace ${BUILDDIR} by $(BUILDDIR)
---
 debian/rules |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/rules b/debian/rules
index b150515..8631892 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,7 @@
 BUILDDIR = $(CURDIR)/debian/build
 
 %:
-	dh $@ --buildsystem=cmake --builddirectory=${BUILDDIR}
+	dh $@ --buildsystem=cmake --builddirectory=$(BUILDDIR)
 
 override_dh_installchangelogs:
 	dh_installchangelogs debian/Changelog_upstream
@@ -11,7 +11,7 @@ override_dh_auto_test:
 	echo -- Running tests. Even if one of them fails the build is not canceled.
 	-cat /proc/meminfo
 	-cat /proc/cpuinfo
-	cd ${BUILDDIR}; cmake -DEIGEN_BUILD_TESTS=ON ../../; $(MAKE); ctest || true
+	cd $(BUILDDIR); cmake -DEIGEN_BUILD_TESTS=ON ../../; $(MAKE); ctest || true
 
 override_dh_auto_build:
-	cd ${BUILDDIR}; $(MAKE) doc
+	cd $(BUILDDIR); $(MAKE) doc

-- 
Eigen2 packaging



More information about the pkg-kde-commits mailing list