From 06a9a7355505c915429e22045af36722e0dba11d Mon Sep 17 00:00:00 2001 From: black-desk Date: Wed, 11 Oct 2023 13:58:46 +0800 Subject: [PATCH 1/2] build: update debian/rules Signed-off-by: black-desk --- debian/rules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/rules b/debian/rules index cbe925d..2b703ad 100755 --- a/debian/rules +++ b/debian/rules @@ -1,3 +1,5 @@ #!/usr/bin/make -f %: dh $@ +override_dh_auto_configure: + dh_auto_configure -- -DCPM_LOCAL_PACKAGES_ONLY=ON ${DH_AUTO_ARGS} From b1f6901ff0903fb888fa33cfeb6c1539ddacaf26 Mon Sep 17 00:00:00 2001 From: black-desk Date: Wed, 11 Oct 2023 14:01:10 +0800 Subject: [PATCH 2/2] chore: update version to 0.1.3 Signed-off-by: black-desk --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6fdf434..b78cd09 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.23) project( ocppi LANGUAGES CXX - VERSION 0.1.0) + VERSION 0.1.3) option(OCPPI_BUILD_EXAMPLES "Build examples of ocppi or not" ${PROJECT_IS_TOP_LEVEL})