github.com/ubuntu/ubuntu-report@v1.7.4-0.20240410144652-96f37d845fac/debian/control (about) 1 Source: ubuntu-report 2 Section: utils 3 Priority: optional 4 Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> 5 Build-Depends: debhelper (>= 11), 6 dh-golang (>= 1.17~), 7 golang-go (>= 2:1.10~), 8 tzdata, 9 Standards-Version: 4.1.2 10 XS-Go-Import-Path: github.com/ubuntu/ubuntu-report 11 Homepage: https://github.com/ubuntu/ubuntu-report 12 Vcs-Git: https://github.com/ubuntu/ubuntu-report.git 13 14 Package: ubuntu-report 15 Architecture: any 16 Built-Using: ${misc:Built-Using}, 17 Depends: ${shlibs:Depends}, 18 ${misc:Depends}, 19 Description: Report hardware and other collected metrics 20 The tool will show you what is going to be reported and ask for your 21 acknowledgement before uploading it. This information can't be used to 22 identify a single machine and is presented before being sent to the server. 23 . 24 This package contains the command line tool. 25 26 Package: libsysmetrics1 27 Section: libs 28 Architecture: any 29 Multi-Arch: same 30 Built-Using: ${misc:Built-Using}, 31 Depends: ${shlibs:Depends}, 32 ${misc:Depends}, 33 Description: Report hardware and other collected metrics - shared lib 34 The tool will show you what is going to be reported and ask for your 35 acknowledgement before uploading it. This information can't be used to 36 identify a single machine and is presented before being sent to the server. 37 . 38 This package contains shared libraries to use sysmetrics collection 39 and report functionality. 40 41 Package: libsysmetrics-dev 42 Section: devel 43 Architecture: any 44 Multi-Arch: same 45 Depends: ${misc:Depends}, 46 libsysmetrics1 (= ${binary:Version}), 47 Description: Report hardware and other collected metrics - shared lib 48 The tool will show you what is going to be reported and ask for your 49 acknowledgement before uploading it. This information can't be used to 50 identify a single machine and is presented before being sent to the server. 51 . 52 This package contains development files for applications using 53 the sysmetrics collection and report functionality. 54