[ompl] 03/03: - Add --builddirectory=build to dh, solving build problems. - Typo in the version number.

Leopold Palomo-Avellaneda lepalom-guest at alioth.debian.org
Mon Nov 4 09:09:03 UTC 2013


This is an automated email from the git hooks/post-receive script.

lepalom-guest pushed a commit to branch master
in repository ompl.

commit 8860395868a7b80ecbca4c47d619bc7307c52e85
Author: Leopold Palomo <leopold.palomo at upc.edu>
Date:   Mon Nov 4 10:07:57 2013 +0100

    - Add --builddirectory=build to dh, solving build problems.
    - Typo in  the version number.
---
 debian/changelog |    3 +--
 debian/rules     |    2 +-
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 60938df..6b6fe20 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-ompl (0.13.0+git20130920.01d0ca4-2) UNRELEASED; urgency=low
+ompl (0.13.0+git20130920.01d0ca4-1) UNRELEASED; urgency=low
 
   * Add a missing line in the clean part of the rules file.
   * Change compat to 9.
@@ -18,7 +18,6 @@ ompl (0.13.0+git20130920.01d0ca4-2) UNRELEASED; urgency=low
   * Removing the python binding. 
 
   (-a1 21 Sep 2013 15:12:02 +0200) 
-
   * New upstream version.
   * Using the ompl source instead the omplapp complete suite. First
     packaging.
diff --git a/debian/rules b/debian/rules
index 0a1de69..438449e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -33,7 +33,7 @@ CMAKE_FLAGS = \
 	-DOMPL_BUILD_PYTESTS=OFF
 
 %:
-	dh $@ --buildsystem=cmake --parallel
+	dh $@ --builddirectory=build --buildsystem=cmake --parallel
 
 override_dh_clean:
 	rm -rf build

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/ompl.git



More information about the debian-science-commits mailing list