[ompl] 04/06: - Use official man page from the project. - Deleted morse-simulator suggestion. Needs python-bindings .. :-(

Leopold Palomo-Avellaneda lepalom-guest at moszumanska.debian.org
Wed May 28 12:47:53 UTC 2014


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

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

commit 28afe1a093f91b5f74a0b08de1504d3734e201a5
Author: Leopold Palomo <leopold.palomo at upc.edu>
Date:   Wed May 28 12:19:06 2014 +0200

    - Use official man page from the project.
    - Deleted morse-simulator suggestion. Needs python-bindings .. :-(
---
 debian/changelog           | 8 ++++----
 debian/control             | 3 +--
 debian/ompl-demos.install  | 1 +
 debian/ompl-demos.manpages | 2 +-
 debian/rules               | 2 +-
 5 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index b5a0f75..00c2da3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,11 @@
-ompl (0.14.2-1) UNRELEASED; urgency=low
+ompl (0.14.2+dfsg-1) UNRELEASED; urgency=low
 
-  * New upstream version.
+  * New upstream version. Repacked dfsg
   * Added licenses to copyright (Closes: #741603).
   * Added README.Debug to debug package.
   * Deleted patches, not needed.
-  * Added libode-dev and morse-simulator to compile extensions.
-    And suggested in the Suggest field.
+  * Added libode-dev to compile extensions. And suggested 
+    in the Suggests field.
 
  -- Leopold Palomo-Avellaneda <leo at alaxarxa.net>  Mon, 26 May 2014 10:02:58 +0200
 
diff --git a/debian/control b/debian/control
index a163173..177b0d6 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,6 @@ Build-Depends: debhelper (>= 9),
                libboost-program-options-dev (>= 1.50.0),
                libboost-test-dev (>= 1.50.0),
 	       libode-dev,
-	       morse-simulator,
                libflann-dev (>= 1.8.3)
 Standards-Version: 3.9.5
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/ompl.git
@@ -29,7 +28,7 @@ Depends: libompl9 (= ${binary:Version}),
          ${shlibs:Depends},
          ${misc:Depends},
 	 libboost-dev
-Suggest: libode-dev, morse-simulator
+Suggests: libode-dev
 Description: OMPL library development files
  Consists of a set of sampling-based motion planning 
  algorithms. The content of the library is limited to these algorithms,
diff --git a/debian/ompl-demos.install b/debian/ompl-demos.install
index 9f27254..9bd5914 100644
--- a/debian/ompl-demos.install
+++ b/debian/ompl-demos.install
@@ -1,3 +1,4 @@
 usr/share/ompl/demos/*
 usr/bin/ompl_benchmark_statistics
+usr/share/man/man1/ompl_benchmark_statistics.1
 
diff --git a/debian/ompl-demos.manpages b/debian/ompl-demos.manpages
index 0679b18..0e1adb2 100644
--- a/debian/ompl-demos.manpages
+++ b/debian/ompl-demos.manpages
@@ -1 +1 @@
-debian/ompl_benchmark_statistics.1
+usr/share/man/man1/ompl_benchmark_statistics.1
\ No newline at end of file
diff --git a/debian/rules b/debian/rules
index 869e268..7fdfe45 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,7 +27,7 @@ CMAKE_FLAGS = \
         -DCMAKE_SHARED_LINKER_FLAGS_RELEASE="$(LDFLAGS)" \
         -DCMAKE_BUILD_TYPE=RelWithDebInfo \
 	-DCMAKE_SKIP_INSTALL_RPATH=TRUE \
-	-DOMPL_ODESOLVER=OFF \
+	-DOMPL_ODESOLVER=ON \
         -DOMPL_REGISTRATION=OFF \
 	-DOMPL_BUILD_PYBINDINGS=ON \
 	-DOMPL_BUILD_PYTESTS=OFF

-- 
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