Commit 8fae050e authored by jan.koester's avatar jan.koester
Browse files

test

parent b98e68fc
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -29,3 +29,17 @@ Description: Blog engine with web-based editor
 editing and publishing blog content. Features a visual document
 editor with drag-and-drop widgets, live preview, and AJAX-based
 interface. Can run as a systemd-nspawn container service.

Package: blogi-editor
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, adduser, systemd-container
Description: Web-based editor for the blogi blog engine
 blogi-editor is a standalone web application for editing and
 publishing blog content. Features a visual document editor with
 drag-and-drop widgets, live preview, and AJAX-based interface.

Package: blogi-dev
Architecture: any
Depends: blogi (= ${binary:Version}), ${misc:Depends}
Description: Development files for blogi
 Header files and static library for developing blogi plugins.