[urdfdom] 01/01: Replace boost thread/system dependencies by just boost-dev

Jose Luis Rivero jrivero-guest at moszumanska.debian.org
Thu Dec 5 01:56:42 UTC 2013


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

jrivero-guest pushed a commit to branch master
in repository urdfdom.

commit 23d74aa927c08f6a17a8d936fb585fbecbd93d19
Author: Jose Luis Rivero <jrivero at osrfoundation.org>
Date:   Thu Dec 5 01:55:28 2013 +0000

    Replace boost thread/system dependencies by just boost-dev
    
    Only boost/function.hpp is used in the source code so don't need system
    or thread. Just depend on the standard -dev package should be enough.
---
 debian/control | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index b7280ed..728c122 100644
--- a/debian/control
+++ b/debian/control
@@ -5,8 +5,7 @@ Section: libs
 Priority: extra
 Build-Depends: debhelper (>= 9), cmake,
 	       pkg-kde-tools (>= 0.6),
-	       libboost-thread-dev,
-	       libboost-system-dev,
+	       libboost-dev,
 	       libtinyxml-dev,
 	       libconsole-bridge-dev,
 	       liburdfdom-headers-dev 
@@ -71,8 +70,7 @@ Description: URDF DOM - world library
 Package: liburdfdom-dev
 Architecture: any
 Section: libdevel
-Depends: libboost-thread-dev,
-	 libboost-system-dev,
+Depends: libboost-dev,
 	 libtinyxml-dev,
 	 libconsole-bridge-dev,
 	 liburdfdom-headers-dev,

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/urdfdom.git



More information about the debian-science-commits mailing list