Source: msgcollector
Section: misc
Priority: optional
Maintainer: linuxmangaka <linuxmangaka@gmail.com>
XSBC-Original-Maintainer: Patrick Schleizer <adrelanos@kicksecure.com>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
 debhelper,
 config-package-dev,
 pkgconf,
 pkg-config,
Standards-Version: 4.6.2
Homepage: https://github.com/Kicksecure/msgcollector
Vcs-Browser: https://github.com/Kicksecure/msgcollector
Vcs-Git: https://github.com/Kicksecure/msgcollector.git

Package: msgcollector
Architecture: all
Depends: ${shlibs:Depends},
 ${misc:Depends},
 inotify-tools,
 procps,
 python3,
 safe-rm,
 moreutils,
Provides: ${diverted-files}
Conflicts: ${diverted-files}
Description: Command Line Interface Messages Toolkit Library
 A programming library providing an application programming interface (API) that allows the programmer to output colored text in terminal user interfaces (CLI). Applications can send messages to msgcollector which it collects and dispatches once instructed to do so by the application. For clarity and avoidance of confusion, msgcollector does not collect any data. Applications that do not use msgcollector do not interact with msgcollector. It is roughly in the same category as ncurses but has of course much less and very different features. For graphical user interface (GUI) support also install package msgcollector-gui.

Package: msgcollector-gui
Architecture: all
Depends: ${shlibs:Depends},
 ${misc:Depends},
 gnome-colors-common,
 libnotify-bin | kde-baseapps-bin,
 mate-notification-daemon,
 msgcollector,
 python3-pyqt5,
 qtwayland5,
 wmctrl,
 zenity,
 x11-utils,
Provides: ${diverted-files}
Conflicts: ${diverted-files}
Description: Command Line Interface Messages Toolkit Library
 A programming library providing an application programming interface (API) that allows the programmer to output colored text in terminal user interfaces (CLI). Applications can send messages to msgcollector which it collects and dispatches once instructed to do so by the application. For clarity and avoidance of confusion, msgcollector does not collect any data. Applications that do not use msgcollector do not interact with msgcollector. It is roughly in the same category as ncurses but has of course much less and very different features. For graphical user interface (GUI) support also install package msgcollector-gui.