File: control

package info (click to toggle)
intel-processor-trace 2.1.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,376 kB
  • sloc: ansic: 41,262; sh: 747; cpp: 36; makefile: 9
file content (41 lines) | stat: -rw-r--r-- 1,286 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
Source: intel-processor-trace
Priority: optional
Maintainer: Debian GDB Team <team+gdb@tracker.debian.org>
Uploaders:
 Héctor Orón Martínez <zumbi@debian.org>,
 Sergio Durigan Junior <sergiodj@debian.org>,
 Victor Seva <vseva@debian.org>
Build-Depends:
 cmake,
 debhelper-compat (= 13),
Standards-Version: 4.7.2
Rules-Requires-Root: no
Section: libs
Homepage: https://github.com/intel/libipt
Vcs-Git: https://salsa.debian.org/gdb-team/intel-processor-trace.git
Vcs-Browser: https://salsa.debian.org/gdb-team/intel-processor-trace

Package: libipt-dev
Section: libdevel
Architecture: amd64 i386 x32
Depends:
 libipt2 (= ${binary:Version}),
 ${misc:Depends},
Description: Intel Processor Trace Decoder Library -- development files
 Intel's reference implementation for decoding Intel PT.
 .
 Go to https://software.intel.com/en-us/intel-platform-analysis-library
 for sample code that uses the library.
 .
 This package provides the development environment for libipt

Package: libipt2
Architecture: amd64 i386 x32
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Description: Intel Processor Trace Decoder Library
 Intel's reference implementation for decoding Intel PT.
 .
 Go to https://software.intel.com/en-us/intel-platform-analysis-library
 for sample code that uses the library.