[ompl] 06/06: New upstream version and package.

Leopold Palomo-Avellaneda lepalom-guest at moszumanska.debian.org
Wed Feb 26 09:36:43 UTC 2014


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

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

commit b0ddecbd38fc2ccc87249ded31e5bc127c8a368b
Author: Leopold Palomo <leopold.palomo at upc.edu>
Date:   Wed Feb 26 10:34:53 2014 +0100

    New upstream version and package.
    
    Commented unexport lines in rules to avoid hardening-no-relro. Lintian now is happy.
---
 debian/changelog |  1 +
 debian/control   | 12 +++++++-----
 debian/rules     |  8 ++++----
 3 files changed, 12 insertions(+), 9 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 4616ba1..dfa721c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ ompl (0.14.1-1) UNRELEASED; urgency=low
 
   * Added debug version of the library.
   * New upstream version.
+  * Bump to soname 9.
 
  -- Leopold Palomo-Avellaneda <leo at alaxarxa.net>  Mon, 13 Jan 2014 10:15:46 +0100
 
diff --git a/debian/control b/debian/control
index e88ce5c..c96db62 100644
--- a/debian/control
+++ b/debian/control
@@ -22,7 +22,7 @@ Homepage: http://ompl.kavrakilab.org
 Package: libompl-dev
 Architecture: any
 Section: libdevel
-Depends: libompl7 (= ${binary:Version}),
+Depends: libompl9 (= ${binary:Version}),
          pkg-config,
          ${shlibs:Depends},
          ${misc:Depends},
@@ -35,7 +35,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: libompl7
+Package: libompl9
 Architecture: any
 Depends: ${shlibs:Depends},
          ${misc:Depends}
@@ -62,13 +62,15 @@ Description: OMPL library demos
  integrated into systems that provide the additional needed components. This
  package contains a set of demos of the library.
 
-Package: libompl7-dbg
+Package: libompl9-dbg
 Architecture: any
+Section: debug
+Priority: extra
 Depends: ${shlibs:Depends},
          ${misc:Depends},
-	 libompl7 (= ${binary:Version}),
+	 libompl9 (= ${binary:Version}),
 	 libompl-dev
-Description: Sampling-based motion planning library 
+Description: Sampling-based motion planning library debug symbols
  Consists of a set of sampling-based motion planning 
  algorithms. The content of the library is limited to these algorithms,
  which means there is no environment specification, no collision 
diff --git a/debian/rules b/debian/rules
index b53ca15..d5eaf26 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,9 +15,9 @@ endif
 
 # These don't need to be exported and if they are we'll get the flags
 # duplicated in the command line.
-unexport CFLAGS  
-unexport CXXFLAGS
-unexport LDFLAGS
+#unexport CFLAGS  
+#unexport CXXFLAGS
+#unexport LDFLAGS
 
 CMAKE_FLAGS = \
         -DCMAKE_INSTALL_PREFIX=/usr \
@@ -75,7 +75,7 @@ override_dh_auto_test:
 	echo "Supressing upstream tests"
 
 override_dh_strip:
-	dh_strip --dbg-package=libompl7-dbg
+	dh_strip --dbg-package=libompl9-dbg
 
 
 

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