[ompl] 06/06: - Some usable package. Just two small lintian warnings.

Leopold Palomo-Avellaneda lepalom-guest at alioth.debian.org
Wed Oct 2 11:05:05 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 b1db8a2b1d6874b5e6dec888174b61000f7f4efb
Author: Leopold Palomo <leopold.palomo at upc.edu>
Date:   Wed Oct 2 13:04:27 2013 +0200

    - Some usable package. Just two small lintian warnings.
---
 debian/control            |   15 ++++++++-------
 debian/ompl-demos.install |    2 +-
 debian/rules              |    1 +
 3 files changed, 10 insertions(+), 8 deletions(-)

diff --git a/debian/control b/debian/control
index 96ff813..e87e110 100644
--- a/debian/control
+++ b/debian/control
@@ -4,13 +4,14 @@ Maintainer: Debian Science Maintainers <debian-science-maintainers at list.debian.o
 Uploaders: Leopold Palomo-Avelleneda <leo at alaxarxa.net>
 Build-Depends: debhelper (>= 8),
  cmake, curl, 
- libboost-date-time-dev, 
- libboost-thread-dev, 
- libboost-serialization-dev,
- libboost-filesystem-dev,
- libboost-system-dev,
- libboost-program-options-dev,
- libboost-test-dev
+ libboost-date-time-dev (>= 1.50.0), 
+ libboost-thread-dev (>= 1.50.0), 
+ libboost-serialization-dev (>= 1.50.0),
+ libboost-filesystem-dev (>= 1.50.0),
+ libboost-system-dev (>= 1.50.0),
+ libboost-program-options-dev (>= 1.50.0),
+ libboost-test-dev (>= 1.50.0),
+ libflann-dev (>= 1.8.3)
 Standards-Version: 3.9.3
 Section: libs
 Homepage: http://ompl.kavrakilab.org
diff --git a/debian/ompl-demos.install b/debian/ompl-demos.install
index 5132c14..9f27254 100644
--- a/debian/ompl-demos.install
+++ b/debian/ompl-demos.install
@@ -1,3 +1,3 @@
 usr/share/ompl/demos/*
-usr/bin/ompl_benchmark_statistics.py usr/bin/ompl_benchmark_statistics
+usr/bin/ompl_benchmark_statistics
 
diff --git a/debian/rules b/debian/rules
index 1da3f17..c88c019 100755
--- a/debian/rules
+++ b/debian/rules
@@ -66,6 +66,7 @@ override_dh_auto_install:
 	dh_auto_install --builddirectory=build
 
 override_dh_install:
+	mv debian/tmp/usr/bin/ompl_benchmark_statistics.py debian/tmp/usr/bin/ompl_benchmark_statistics
 	dh_install --list-missing
 
 

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