File: control

package info (click to toggle)
bustle 0.11.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, trixie
  • size: 1,292 kB
  • sloc: sh: 55; xml: 29; makefile: 21
file content (49 lines) | stat: -rw-r--r-- 1,711 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
Source: bustle
Section: devel
Priority: optional
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Uploaders: Jeremy BĂ­cha <jbicha@ubuntu.com>
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 13),
 meson (>= 0.59),
 libglib2.0-dev (>= 2.66),
 libgtk-4-dev (>= 4.15.3),
 libadwaita-1-dev (>= 1.6~alpha),
 desktop-file-utils,
 cargo:native,
 rustc:native (>= 1.85),
 libstd-rust-dev,
 librust-anyhow-1+default-dev (>= 1.0.69-~~),
 librust-futures-util-0.3+default-dev (>= 0.3.31-~~),
 librust-gettext-rs-0.7+default-dev,
 librust-gettext-rs-0.7+gettext-system-dev,
 librust-gtk4-0.9+default-dev,
 librust-gtk4-0.9+gnome-47-dev,
 librust-indexmap-2+default-dev (>= 2.2.1-~~),
 librust-libadwaita-0.7+default-dev,
 librust-libadwaita-0.7+v1-6-dev,
 librust-pcap-file-2+default-dev,
 librust-tokio-1+rt-multi-thread-dev,
 librust-tracing-0.1+default-dev (>= 0.1.36-~~),
 librust-tracing-subscriber-0.3+default-dev (>= 0.3.15-~~),
 librust-zbus-5+tokio-dev (>= 5.1-~~)
Standards-Version: 4.7.2
Homepage: https://apps.gnome.org/Bustle/
Vcs-Browser: https://salsa.debian.org/gnome-team/bustle
Vcs-Git: https://salsa.debian.org/gnome-team/bustle.git

Package: bustle
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Suggests: graphviz
Description: D-Bus activity visualiser
 Bustle is a tool to chart and provide timing information of D-Bus
 calls for profiling and debugging purposes. It is intended to replace
 reading the cryptic output of dbus-monitor.
 .
 Calls are displayed using Message Sequence Charts, a succinct way of
 representing entities and interactions over time. It can also output
 data in Graphviz format.
 .
 Bustle is a GNOME Circle app.