diff --git a/CMakeLists.txt b/CMakeLists.txt
index 71536cf12d8d78abac50eef359951dc41b92c636..d868e582f8856f8315fb453202243f91409f3679 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -31,3 +31,5 @@ SET(${PROJECT_NAME}_PYTHON_FILES
 FOREACH(SOURCE ${${PROJECT_NAME}_PYTHON_FILES})
   PYTHON_INSTALL_ON_SITE(${PY_NAME} ${SOURCE})
 ENDFOREACH(SOURCE ${${PROJECT_NAME}_PYTHON_SOURCES})
+
+INSTALL(FILES package.xml DESTINATION share/${PROJECT_NAME})
diff --git a/data/package.xml b/data/package.xml
deleted file mode 100644
index d0ec24b8c80aafa2277eb1cd5bb8f4af3820413c..0000000000000000000000000000000000000000
--- a/data/package.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<package>
-  <name>solo-rbprm</name>
-  <version>1.0.0</version>
-  <description>
-    Info Database for using rbprm with solo.
-  </description>
-  <author>Pierre Fernbach</author>
-  <maintainer email="hpp@laas.fr">Pierre Fernbach</maintainer>
-  <build_depend>hpp-rbprm</build_depend>
-</package>
diff --git a/package.xml b/package.xml
new file mode 100644
index 0000000000000000000000000000000000000000..c53ab30f9e9abb94f37af75762128482197cea6f
--- /dev/null
+++ b/package.xml
@@ -0,0 +1,14 @@
+<?xml version='1.0'?>
+<package format='2'>
+    <name>solo-rbprm</name>
+    <version>4.11.0</version>
+    <description>Database for Solo robot using hpp-rbprm</description>
+
+    <maintainer email='guilhem.saurel@laas.fr'>Guilhem Saurel</maintainer>
+    <license>BSD</license>
+
+    <author>Pierre Fernbach</author>
+    <author>Steve Tonneau</author>
+
+    <buildtool_depend>catkin</buildtool_depend>
+</package>