File: control

package info (click to toggle)
damo 2.8.3-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 27,396 kB
  • sloc: python: 11,753; sh: 819; makefile: 30; ansic: 13
file content (30 lines) | stat: -rw-r--r-- 926 bytes parent folder | download | duplicates (2)
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
Source: damo
Section: devel
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Michel Lind <michel@michel-slm.name>,
Rules-Requires-Root: no
Build-Depends:
 architecture-is-64-bit,
 debhelper-compat (= 13),
 dh-sequence-python3,
 help2man,
 python3-all,
 python3-pytest,
 python3-setuptools,
Testsuite: autopkgtest-pkg-python
Standards-Version: 4.7.2
Homepage: https://damonitor.github.io/
Vcs-Browser: https://salsa.debian.org/python-team/packages/damo
Vcs-Git: https://salsa.debian.org/python-team/packages/damo.git

Package: damo
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: Data Access Monitoring Operator
 damo is a user space tool for DAMON, a data access monitoring subsystem for
 the Linux kernel. Using this, you can monitor the data access patterns of your
 system or workloads and make data access-aware memory management optimizations.