1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
overlay = "."
uploaders = ["Christopher Obbard <obbardc@debian.org>"]
summary = "terminal UI for inspecting D-Bus services, objects and interfaces"
description = """
dtui is an interactive terminal user interface for exploring D-Bus.
It lets you browse services and introspect objects, interfaces, methods
and properties on the system or session bus.
"""
bin_name = "dtui"
[packages.bin]
section = "utils"
[packages.lib]
bin = false
[source]
section = "utils"
build_depends = ["help2man"]
|