From 25003dd870bd240d1025320686273d587c86464d Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Tue, 6 Nov 2018 11:11:57 +0100 Subject: Improves packaging debian rules Change rules to be more sustainable and maintainable. Remove the patch that isn't needed anymore since the app-templates has been migrated to a cmake module. Fix also wrong descriptions Change-Id: I789b18d8238015bd9e0350ae39136002b10bed51 Signed-off-by: Romain Forlot --- conf.d/packaging/project_version.patch | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 conf.d/packaging/project_version.patch (limited to 'conf.d/packaging/project_version.patch') diff --git a/conf.d/packaging/project_version.patch b/conf.d/packaging/project_version.patch deleted file mode 100644 index 0e9ab8f..0000000 --- a/conf.d/packaging/project_version.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/conf.d/app-templates/cmake/common.cmake b/conf.d/app-templates/cmake/common.cmake -index 77ecd3f..f17a567 100644 ---- a/conf.d/app-templates/cmake/common.cmake -+++ b/conf.d/app-templates/cmake/common.cmake -@@ -100,7 +100,7 @@ configure_files_in_dir(${PROJECT_APP_TEMPLATES_DIR}/${ENTRY_POINT}/template.d) - configure_files_in_dir($ENV{HOME}/.config/app-templates/scripts) - configure_files_in_dir(/etc/app-templates/scripts) - --check_version() -+#check_version() - project_targets_populate() - remote_targets_populate() - project_package_build() -- cgit 1.2.3-korg