Skip to content

Commit a8462ae

Browse files
committed
Async action queue and mods to org
1 parent 256ebec commit a8462ae

File tree

4 files changed

+385
-48
lines changed

4 files changed

+385
-48
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ set(CPACK_PACKAGE_INSTALL_DIRECTORY /usr CACHE STRING "Install directory (defaul
4545
if (ENV{TRAVIS_TAG})
4646
set(CPACK_PACKAGE_VERSION $ENV{TRAVIS_TAG})
4747
else()
48-
set(CPACK_PACKAGE_VERSION 1.0-dev)
48+
set(CPACK_PACKAGE_VERSION 1.0.2)
4949
endif()
5050
set(CPACK_PACKAGE_CONTACT "Pat Deegan, https://psychogenic.com")
5151
set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "C++ Wrapper for gattlib, to access GATT information from Bluetooth Low Energy (BLE) devices")
@@ -84,7 +84,7 @@ if (NOT CMAKE_SYSROOT)
8484
execute_process(COMMAND dpkg --print-architecture OUTPUT_VARIABLE CPACK_DEBIAN_PACKAGE_ARCHITECTURE OUTPUT_QUIET)
8585
endif()
8686

87-
set(CPACK_DEBIAN_PACKAGE_DEPENDS "gattlib")
87+
set(CPACK_DEBIAN_PACKAGE_DEPENDS "gattlib (>= 0.3), libglib2.0-0 (>= 2.54.0), bluez (>= 5.40)")
8888
#
8989
# List of file to install
9090
#

0 commit comments

Comments
 (0)