[ompl] 04/04: - New version of the package. - Solved some issues of the clean part. - Adapted to a new compatibility version.

Leopold Palomo-Avellaneda lepalom-guest at alioth.debian.org
Mon Oct 7 16:19:22 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 8ea1d65b0a3ac869a2d2eb620c38955c87a4716b
Author: Leopold Palomo <leopold.palomo at upc.edu>
Date:   Mon Oct 7 18:18:17 2013 +0200

    - New version of the package.
    - Solved some issues of the clean part.
    - Adapted to a new compatibility version.
---
 debian/changelog |    8 ++++++++
 debian/control   |    2 +-
 debian/rules     |    4 +++-
 3 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ef670a2..82aae6d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+ompl (0.13.0+git20130920.01d0ca4-4) UNRELEASED; urgency=low
+
+  * Add a missing line in the clean part of the rules file.
+  * Change compat to 9.
+  * Change Standards to 3.9.4.
+
+ -- Leopold Palomo-Avelleneda <leo at alaxarxa.net>  Mon, 07 Oct 2013 15:45:03 +0200
+
 ompl (0.13.0+git20130920.01d0ca4-3) unstable; urgency=low
 
   * Added python-matplotlib as dependency of ompl-demos.
diff --git a/debian/control b/debian/control
index 3e66399..6690bc6 100644
--- a/debian/control
+++ b/debian/control
@@ -44,7 +44,7 @@ Description: OMPL library.
 Package: ompl-demos
 Section: libs
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, python-matplotlib, libompl-dev
+Depends: ${shlibs:Depends}, ${misc:Depends}, python, python-matplotlib, libompl-dev
 Description: OMPL library demos. 
  Consists of a set of sampling-based motion planning 
  algorithms. The content of the library is limited to these algorithms,
diff --git a/debian/rules b/debian/rules
index c88c019..0a1de69 100755
--- a/debian/rules
+++ b/debian/rules
@@ -51,7 +51,9 @@ override_dh_clean:
 	rm -rf tests/BoostTestTeamCityReporter.h
 	find py-bindings/ -name *.pypp.*  | xargs -n1 rm -rf
 	find py-bindings/ -name *.pyc  | xargs -n1 rm -rf
-	find py-bindings/ -name *.so  | xargs -n1 rm -rf  
+	find py-bindings/ -name *.so  | xargs -n1 rm -rf 
+	dh_clean
+
 
 override_dh_auto_configure:
 	mkdir -p 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