[SCM] Eigen2 packaging branch, master, updated. debian/2.0.16-2

Modestas Vainius modax at alioth.debian.org
Sun Jun 12 16:28:05 UTC 2011


The following commit has been merged in the master branch:
commit 89672e4eb2941620cecd9c729fefbc1a7a98a7c0
Author: Modestas Vainius <modax at debian.org>
Date:   Sun Jun 12 17:06:32 2011 +0300

    Use relative path in builddirectory option.
---
 debian/changelog |    4 ++++
 debian/rules     |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 49adaeb..e218a6a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,12 @@
 eigen2 (2.0.16-2) UNRELEASED; urgency=low
 
+  [ Anton Gladky ]
   * Disable qr-test due to failing its compilation on ARM.
   * Enable extra-verbose mode for tests.
 
+  [ Modestas Vainius ]
+  * Use relative path in builddirectory option.
+
  -- Anton Gladky <gladky.anton at gmail.com>  Thu, 02 Jun 2011 08:59:16 +0200
 
 eigen2 (2.0.16-1) unstable; urgency=low
diff --git a/debian/rules b/debian/rules
index 0c3eb17..7286def 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,5 @@
 #! /usr/bin/make -f
-BUILDDIR = $(CURDIR)/debian/build
+BUILDDIR = debian/build
 
 %:
 	dh $@ --buildsystem=cmake --builddirectory=$(BUILDDIR)

-- 
Eigen2 packaging



More information about the pkg-kde-commits mailing list