Commit 9dea9fb6 authored by jan.koester's avatar jan.koester
Browse files

tetst

parent 35267846
Loading
Loading
Loading
Loading
+34 −15
Original line number Diff line number Diff line
@@ -4,25 +4,31 @@ Priority: optional
Maintainer: Jan Koester <jan.koester@tuxist.de>
Build-Depends: debhelper-compat (= 13), cmake (>= 3.18),
 ninja-build,
 libhttppp-dev <!profile.nspawn>,
 libnetplus-dev <!profile.nspawn>,
 libjson-c-dev,
 libparitypp-dev <!profile.nspawn>,
 libuuidplus-dev <!profile.nspawn>,
 libauthorize-dev <!profile.nspawn>,
 libconfplus-dev <!profile.nspawn>,
 libcmdplus-dev <!profile.nspawn>,
 libdbpp-dev <!profile.nspawn>,
 libbrotli-dev,
 libtinyxml2-dev,
 libsmtpclient-dev <!profile.nspawn>,
 libhtmlpp-dev <!profile.nspawn>,
 libgameinfoplus-dev <!profile.nspawn>,
 pkg-config
 libhttppp-dev <!profile.editor>,
 libnetplus-dev <!profile.editor>,
 libjson-c-dev <!profile.editor>,
 libparitypp-dev <!profile.editor>,
 libuuidplus-dev <!profile.editor>,
 libauthorize-dev <!profile.editor>,
 libconfplus-dev <!profile.editor>,
 libcmdplus-dev <!profile.editor>,
 libdbpp-dev <!profile.editor>,
 libbrotli-dev <!profile.editor>,
 libtinyxml2-dev <!profile.editor>,
 libsmtpclient-dev <!profile.editor>,
 libhtmlpp-dev <!profile.editor>,
 libgameinfoplus-dev <!profile.editor>,
 pkg-config,
 qt6-base-dev <profile.editor>,
 qt6-declarative-dev <profile.editor>,
 qt6-webengine-dev <profile.editor>,
 qml6-module-qtquick-controls <profile.editor>,
 qml6-module-qtquick-layouts <profile.editor>
Standards-Version: 4.6.2
Rules-Requires-Root: no

Package: blogi
Build-Profiles: <!profile.editor>
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, openssl, adduser
Description: Blog engine server with plugin architecture
@@ -32,8 +38,21 @@ Description: Blog engine server with plugin architecture
 and a web-based interface.

Package: blogi-dev
Build-Profiles: <!profile.editor>
Architecture: any
Depends: blogi (= ${binary:Version}), ${misc:Depends}
Description: Development files for the blogi blog engine
 Headers and static library for developing blogi server plugins
 and extensions. Contains libblogidev.a and the public C++ headers.

Package: blogi-editor
Build-Profiles: <profile.editor>
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends},
 qml6-module-qtquick-controls, qml6-module-qtquick-layouts,
 qml6-module-qtwebengine
Description: Desktop editor for the blogi blog engine
 blogi-editor is a Qt6/QML desktop application for editing and
 publishing blog content to a blogi server. Includes a visual
 document editor, live preview, media browser, and AI prompt
 assistance.