[ompl] 01/03: Modifications to clean lintian warnings.

Leopold Palomo-Avellaneda lepalom-guest at alioth.debian.org
Tue Nov 5 10:59:09 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 30a14cad92c70751ce3e4b3f8c076088369cc2d5
Author: Leopold Palomo <leopold.palomo at upc.edu>
Date:   Tue Nov 5 11:44:40 2013 +0100

    Modifications to clean lintian warnings.
---
 debian/control |   15 ++++++++-------
 debian/rules   |    2 +-
 debian/watch   |    6 +-----
 3 files changed, 10 insertions(+), 13 deletions(-)

diff --git a/debian/control b/debian/control
index 967e0eb..c084ccc 100644
--- a/debian/control
+++ b/debian/control
@@ -15,8 +15,8 @@ Build-Depends: debhelper (>= 9),
                libboost-test-dev (>= 1.50.0),
                libflann-dev (>= 1.8.3)
 Standards-Version: 3.9.4
-Vcs-Browser: http://git.debian.org/?p=debian-science/packages/ompl.git
-Vcs-Git: git://git.debian.org/git/debian-science/packages/ompl.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/ompl.git
+Vcs-Git: git://anonscm.debian.org/debian-science/packages/ompl.git
 Homepage: http://ompl.kavrakilab.org
 
 Package: libompl-dev
@@ -32,11 +32,11 @@ Description: OMPL library development files
  algorithms. The content of the library is limited to these algorithms,
  which means there is no environment specification, no collision 
  detection or visualization. The library is designed so it can be easily 
- integrated into systems that provide the additional needed components.
+ integrated into systems that provide the additional needed components. This
+ package contains the needed developtment files to use the library.
 
 Package: libompl7
 Architecture: any
-Section: libs
 Depends: ${shlibs:Depends},
          ${misc:Depends}
 Description: Sampling-based motion planning library 
@@ -44,11 +44,11 @@ Description: Sampling-based motion planning library
  algorithms. The content of the library is limited to these algorithms,
  which means there is no environment specification, no collision 
  detection or visualization. The library is designed so it can be easily 
- integrated into systems that provide the additional needed components.
+ integrated into systems that provide the additional needed components. This
+ package contains the library itself.
 
 Package: ompl-demos
 Architecture: any
-Section: libs
 Depends: ${shlibs:Depends},
          ${misc:Depends},
          python,
@@ -59,5 +59,6 @@ Description: OMPL library demos
  algorithms. The content of the library is limited to these algorithms,
  which means there is no environment specification, no collision 
  detection or visualization. The library is designed so it can be easily 
- integrated into systems that provide the additional needed components.
+ integrated into systems that provide the additional needed components. This
+ package contains a set of demos of the library.
 
diff --git a/debian/rules b/debian/rules
index 3db03e2..9db3c36 100755
--- a/debian/rules
+++ b/debian/rules
@@ -33,7 +33,7 @@ CMAKE_FLAGS = \
 	-DOMPL_BUILD_PYTESTS=OFF
 
 %:
-	dh $@ --builddirectory=build --buildsystem=cmake --parallel
+	dh $@ --builddirectory=build --buildsystem=cmake --parallel --with quilt
 
 override_dh_clean:
 	rm -rf build
diff --git a/debian/watch b/debian/watch
index c5370da..4674bd4 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,8 +1,4 @@
-# Example watch control file for uscan
-# Rename this file to "watch" and then you can run the "uscan" command
-# to check for upstream updates and more.
-# See uscan(1) for format
-
+# Watch control file for uscan
 # Compulsory line, this is a version 3 file
 version=3
 

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