[ompl] 02/03: Fixing control file with cme.

Leopold Palomo-Avellaneda lepalom-guest at alioth.debian.org
Mon Nov 4 09:09:02 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 e90e38d1514691c3a58abcbe55bd2ca332ed0532
Author: Leopold Palomo <leopold.palomo at upc.edu>
Date:   Mon Nov 4 09:47:03 2013 +0100

    Fixing control file with cme.
---
 debian/control |   49 +++++++++++++++++++++++++++++--------------------
 1 file changed, 29 insertions(+), 20 deletions(-)

diff --git a/debian/control b/debian/control
index 19af298..967e0eb 100644
--- a/debian/control
+++ b/debian/control
@@ -1,28 +1,32 @@
 Source: ompl
-Priority: optional
 Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
 Uploaders: Leopold Palomo-Avellaneda <leo at alaxarxa.net>
+Section: libs
+Priority: optional
 Build-Depends: debhelper (>= 9),
- cmake, curl, 
- 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)
+               cmake,
+               curl,
+               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.4
-Section: libs
-Homepage: http://ompl.kavrakilab.org
-Vcs-Git: git://git.debian.org/git/debian-science/packages/ompl.git
 Vcs-Browser: http://git.debian.org/?p=debian-science/packages/ompl.git
+Vcs-Git: git://git.debian.org/git/debian-science/packages/ompl.git
+Homepage: http://ompl.kavrakilab.org
 
 Package: libompl-dev
-Section: libdevel
 Architecture: any
-Depends: libompl7 (= ${binary:Version}), pkg-config,
-	${shlibs:Depends}, ${misc:Depends}, libboost-dev
+Section: libdevel
+Depends: libompl7 (= ${binary:Version}),
+         pkg-config,
+         ${shlibs:Depends},
+         ${misc:Depends},
+         libboost-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,
@@ -31,9 +35,10 @@ Description: OMPL library development files
  integrated into systems that provide the additional needed components.
 
 Package: libompl7
-Section: libs
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Section: libs
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
 Description: Sampling-based motion planning library 
  Consists of a set of sampling-based motion planning 
  algorithms. The content of the library is limited to these algorithms,
@@ -42,9 +47,13 @@ Description: Sampling-based motion planning library
  integrated into systems that provide the additional needed components.
 
 Package: ompl-demos
-Section: libs
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, python, python-matplotlib, libompl-dev
+Section: libs
+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,

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