[Packaging][Deb] - added bluemonkey subpackage
authorKevron Rees <kevron.m.rees@intel.com>
Mon, 19 Jan 2015 19:07:42 +0000 (11:07 -0800)
committerKevron Rees <kevron.m.rees@intel.com>
Mon, 19 Jan 2015 19:07:42 +0000 (11:07 -0800)
packaging.in/CMakeLists.txt
packaging.in/debian/automotive-message-broker-plugins-bluemonkey.debian.install [new file with mode: 0644]
packaging.in/debian/control.debian.in

index 5276ca8..7ead021 100644 (file)
@@ -15,4 +15,5 @@ if(debuild)
   configure_file (${CMAKE_CURRENT_SOURCE_DIR}/debian/automotive-message-broker-plugins.debian.install ${CMAKE_SOURCE_DIR}/debian/automotive-message-broker-plugins.install @ONLY)
   configure_file (${CMAKE_CURRENT_SOURCE_DIR}/debian/changelog ${CMAKE_SOURCE_DIR}/debian/changelog @ONLY)
   configure_file (${CMAKE_CURRENT_SOURCE_DIR}/debian/rules ${CMAKE_SOURCE_DIR}/debian/rules @ONLY)
+  configure_file (${CMAKE_CURRENT_SOURCE_DIR}/debian/automotive-message-broker-plugins-bluemonkey.debian.install ${CMAKE_SOURCE_DIR}/debian/automotive-message-broker-plugins-bluemonkey.install @ONLY)
 endif(debuild)
diff --git a/packaging.in/debian/automotive-message-broker-plugins-bluemonkey.debian.install b/packaging.in/debian/automotive-message-broker-plugins-bluemonkey.debian.install
new file mode 100644 (file)
index 0000000..1b94378
--- /dev/null
@@ -0,0 +1,3 @@
+debian/tmp/@PLUGIN_INSTALL_PATH@/bluemonkeyplugin.so
+debian/tmp/@PLUGIN_INSTALL_PATH@/bluemonkeyDbModule.so
+debian/tmp/etc/ambd/bluemonkey/config.js
index 6a2c5df..e2e3321 100644 (file)
@@ -2,7 +2,7 @@ Source: automotive-message-broker
 Section: Utilities
 Priority: extra
 Maintainer: Kevron Rees <tripzero.kev@gmail.com>
-Build-Depends: build-essential, debhelper (>= 8.0.0), cdbs, pkg-config, libltdl-dev, cmake, libboost-dev, uuid-dev, libjson-c-dev, libglib2.0-dev
+Build-Depends: build-essential, debhelper (>= 8.0.0), cdbs, pkg-config, libltdl-dev, cmake, libboost-dev, uuid-dev, libjson-c-dev, libglib2.0-dev, qtbase5-dev
 Standards-Version: 3.9.2
 Homepage: https://01.org/automotive-message-broker
 Vcs-Git: git@github.com:otcshare/automotive-message-broker.git
@@ -39,3 +39,13 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, libamb
 Description: Vehicle data abstraction and multiplexing daemon
  Vehicle data abstraction and multiplexing daemon implemented as
  plugin framework that communicates to OBDII and GPS devices
+
+Package: automotive-message-broker-plugins-bluemonkey
+Architecture: i386
+Version: @PROJECT_VERSION@
+Depends: ${shlibs:Depends}, ${misc:Depends}, libamb
+Description: Vehicle data abstraction and multiplexing daemon
+ Vehicle data abstraction and multiplexing daemon implemented as
+ plugin framework that communicates to OBDII and GPS devices
+
+