[ompl] 06/16: Added dh-exec dependency and delete unknown substitution variable Typos in the control file Bump to standards 3.9.6. No changes Dropped curl dependency and upgrade version

Leopold Palomo-Avellaneda leo at alaxarxa.net
Tue Sep 15 15:09:40 UTC 2015


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

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

commit a84ac37e4071464a74dac0ada678a668b093c7e7
Author: Leopold Palomo-Avellaneda <leopold.palomo at upc.edu>
Date:   Thu Sep 3 12:06:51 2015 +0200

    Added dh-exec dependency and delete unknown substitution variable
    Typos in the control file
    Bump to standards 3.9.6. No changes
    Dropped curl dependency and upgrade version
---
 debian/control | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

diff --git a/debian/control b/debian/control
index 177b0d6..09956e8 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Section: libs
 Priority: optional
 Build-Depends: debhelper (>= 9),
                cmake,
-               curl,
+	       dh-exec,
                libboost-date-time-dev (>= 1.50.0),
                libboost-thread-dev (>= 1.50.0),
                libboost-serialization-dev (>= 1.50.0),
@@ -15,7 +15,7 @@ Build-Depends: debhelper (>= 9),
                libboost-test-dev (>= 1.50.0),
 	       libode-dev,
                libflann-dev (>= 1.8.3)
-Standards-Version: 3.9.5
+Standards-Version: 3.9.6
 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
@@ -23,12 +23,13 @@ Homepage: http://ompl.kavrakilab.org
 Package: libompl-dev
 Architecture: any
 Section: libdevel
-Depends: libompl9 (= ${binary:Version}),
+Depends: libompl10 (= ${binary:Version}),
          pkg-config,
          ${shlibs:Depends},
          ${misc:Depends},
 	 libboost-dev
 Suggests: libode-dev
+Conflicts: libompl-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,
@@ -37,7 +38,7 @@ Description: OMPL library development files
  integrated into systems that provide the additional needed components. This
  package contains the needed developtment files to use the library.
 
-Package: libompl9
+Package: libompl10
 Architecture: any
 Depends: ${shlibs:Depends},
          ${misc:Depends}
@@ -56,6 +57,7 @@ Depends: ${shlibs:Depends},
          python,
          python-matplotlib,
          libompl-dev
+Conflicts: ompl-demos
 Description: OMPL library demos
  Consists of a set of sampling-based motion planning 
  algorithms. The content of the library is limited to these algorithms,
@@ -64,13 +66,12 @@ Description: OMPL library demos
  integrated into systems that provide the additional needed components. This
  package contains a set of demos of the library.
 
-Package: libompl9-dbg
+Package: libompl10-dbg
 Architecture: any
 Section: debug
 Priority: extra
-Depends: ${shlibs:Depends},
-         ${misc:Depends},
-	 libompl9 (= ${binary:Version}),
+Depends: ${misc:Depends},
+	 libompl10 (= ${binary:Version}),
 	 libompl-dev
 Description: Sampling-based motion planning library debug symbols
  Consists of a set of sampling-based motion planning 

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