If creating a debian package, the section defaults to "devel" if not otherwise 
set.
Changing it to "graphics", which is more appropriate.

        Kornel

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/20210314102430.1cd3d7ad%40admin1-desktop.
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3409575..29a5ca8 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -171,10 +171,12 @@ file(READ LICENSE CPACK_PACKAGE_LICENSE)
 
 # insert description
 
 set(CPACK_PACKAGE_DESCRIPTION_FILE "${CMAKE_SOURCE_DIR}/brief_description.txt")
 
+set(CPACK_DEBIAN_PACKAGE_SECTION "graphics")
+
 # is 'VENDOR' the right term here? This is FOSS
 
 set(CPACK_PACKAGE_VENDOR "Kay F. Jahnke")
 
 set(CPACK_STRIP_FILES 1)

Attachment: pgpl22wv4O1hl.pgp
Description: Digitale Signatur von OpenPGP

Reply via email to