File: control.in

package info (click to toggle)
sysprof 3.46.0-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 4,860 kB
  • sloc: ansic: 47,048; xml: 142; sh: 50; cpp: 22; makefile: 21
file content (107 lines) | stat: -rw-r--r-- 4,180 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
Source: sysprof
Section: devel
Priority: optional
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Uploaders: Ritesh Raj Sarraf <rrs@debian.org>, @GNOME_TEAM@
Build-Depends: debhelper-compat (= 13),
               binutils-dev (>= 2.17),
               bzip2,
               desktop-file-utils,
               dh-exec,
               dh-sequence-gnome,
               itstool,
               libadwaita-1-dev <!pkg.sysprof.nogui>,
# for the tests
               libcairo2-dev,
               libglib2.0-dev (>= 2.73.0),
               libgtk-4-dev (>= 4.6) <!pkg.sysprof.nogui>,
               libjson-glib-dev,
               libpolkit-agent-1-dev (>= 0.105),
               libpolkit-gobject-1-dev (>= 0.105),
               libsystemd-dev,
               libunwind-dev [!s390x !alpha !hurd-i386 !kfreebsd-amd64 !kfreebsd-i386 !m68k !riscv64 !sparc64 !x32],
               libxml2-utils,
               meson (>= 0.59.0),
               polkitd,
Standards-Version: 4.6.1
Rules-Requires-Root: no
X-Ubuntu-Use-Langpack: yes
Vcs-Browser: https://salsa.debian.org/gnome-team/sysprof
Vcs-Git: https://salsa.debian.org/gnome-team/sysprof.git
Homepage: https://wiki.gnome.org/Apps/Sysprof

Package: sysprof
Architecture: linux-any
Depends: ${shlibs:Depends},
         ${misc:Depends},
         libsysprof-4 (= ${binary:Version}),
         libsysprof-ui-5 (= ${binary:Version}) <!pkg.sysprof.nogui>
Breaks: gnome-builder (<< 3.37.90)
Description: system-wide Linux profiler
 Sysprof is a sampling CPU profiler that uses a ptrace in Linux kernel to
 profile the entire system, not just a single application. Sysprof handles
 shared libraries and applications do not need to be recompiled. In fact they
 don't even have to be restarted.
 .
 It has the following features:
  - profiles all running processes, not just a single application
  - has a simple graphical interface
  - shows the time spent in each branch of the call tree
  - profiles can be loaded and saved

Package: libsysprof-4
Section: libs
Architecture: linux-any
Multi-Arch: same
Depends: ${misc:Depends},
         ${shlibs:Depends},
Breaks: sysprof (<< 3.42.1-2~)
Replaces: sysprof (<< 3.42.1-2~)
Description: library for system-wide Linux profiler
 Sysprof is a sampling CPU profiler that uses a ptrace in Linux kernel to
 profile the entire system, not just a single application. Sysprof handles
 shared libraries and applications do not need to be recompiled. In fact they
 don't even have to be restarted.
 .
 This package provides the shared library.

Package: libsysprof-ui-5
Section: libs
Architecture: linux-any
Multi-Arch: same
Depends: ${misc:Depends},
         ${shlibs:Depends},
Breaks: sysprof (<< 3.42.1-2~)
Replaces: sysprof (<< 3.42.1-2~)
Build-Profiles: <!pkg.sysprof.nogui>
Description: UI library for system-wide Linux profiler
 Sysprof is a sampling CPU profiler that uses a ptrace in Linux kernel to
 profile the entire system, not just a single application. Sysprof handles
 shared libraries and applications do not need to be recompiled. In fact they
 don't even have to be restarted.
 .
 This package provides the shared UI library.

Package: libsysprof-4-dev
Section: libdevel
Architecture: linux-any
Multi-Arch: same
Depends: ${misc:Depends},
         libsysprof-4 (= ${binary:Version}),
         libsysprof-ui-5 (= ${binary:Version}) <!pkg.sysprof.nogui>,
         libadwaita-1-dev <!pkg.sysprof.nogui>,
         libglib2.0-dev (>= 2.73.0),
         libgtk-4-dev (>= 4.6) <!pkg.sysprof.nogui>,
         libjson-glib-dev,
         libpolkit-gobject-1-dev (>= 0.105)
Provides: libsysprof-capture-4-dev (= ${binary:Version}),
          libsysprof-ui-5-dev (= ${binary:Version}) <!pkg.sysprof.nogui>
Breaks: sysprof (<< 3.42.1-2~)
Replaces: sysprof (<< 3.42.1-2~)
Description: development files for system-wide Linux profiler
 Sysprof is a sampling CPU profiler that uses a ptrace in Linux kernel to
 profile the entire system, not just a single application. Sysprof handles
 shared libraries and applications do not need to be recompiled. In fact they
 don't even have to be restarted.
 .
 This package provides the development files for the shared libraries.