From e833e0551518ff9afd220ea6cd5fb21875db9fc8 Mon Sep 17 00:00:00 2001 From: Arseniy Movshev Date: Tue, 30 May 2023 11:45:13 +0100 Subject: Clean up build and packaging descriptions --- CMakeLists.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index bf0a494..24c04a1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.20) project(asteroid-health VERSION 0.0.1 - DESCRIPTION "Sample application to get started on Asteroid") + DESCRIPTION "Graphical interface for asteroid-sensorlogd") find_package(ECM REQUIRED NO_MODULE) find_package(AsteroidApp REQUIRED) @@ -34,7 +34,6 @@ set(CPACK_DEBIAN_FILE_NAME "${lcproject_name}-${CMAKE_PROJECT_VERSION}.ipk") set(CPACK_STRIP_FILES TRUE) set(CPACK_DEBIAN_PACKAGE_ARCHITECTURE armv7vehf-neon) if (NOT CPACK_PACKAGE_CONTACT) - set(CPACK_PACKAGE_CONTACT bogus@example.org) - message(WARNING "No package contact specified: using ${CPACK_PACKAGE_CONTACT}") + set(CPACK_PACKAGE_CONTACT dodoradio@outlook.com) endif() include(CPack) -- cgit v1.2.3-54-g00ecf