Description: fix build (include paths)
 CMakeLists: add an include dir called src/coloredit
 to fix missing colorwidget header error
 .
 guitar (1.2.0-1) groovy; urgency=medium
 .
   * Initial release.
Author: Chris <dpkg@chris-nz.com>

---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: <vendor|upstream|other>, <url of original patch>
Bug: <url in upstream bugtracker>
Bug-Debian: https://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: 2021-04-16

--- guitar-1.2.0.orig/src/CMakeLists.txt
+++ guitar-1.2.0/src/CMakeLists.txt
@@ -46,6 +46,7 @@ target_link_libraries(guitar-lib PUBLIC
 target_include_directories(guitar-lib PUBLIC ${CMAKE_BINARY_DIR})
 target_include_directories(guitar-lib PUBLIC ${PROJECT_SOURCE_DIR}/src)
 target_include_directories(guitar-lib PUBLIC ${PROJECT_SOURCE_DIR}/src/texteditor)
+target_include_directories(guitar-lib PUBLIC ${PROJECT_SOURCE_DIR}/src/coloredit)
 
 set_target_properties(guitar-lib PROPERTIES OUTPUT_NAME guitar)
 
