File: control

package info (click to toggle)
intel-processor-trace 1.5-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,956 kB
  • ctags: 2,229
  • sloc: ansic: 22,259; sh: 276; cpp: 37; makefile: 8
file content (38 lines) | stat: -rw-r--r-- 1,158 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
Source: intel-processor-trace
Priority: optional
Maintainer: Victor Seva <vseva@debian.org>
Uploaders:
 Héctor Orón Martínez <zumbi@debian.org>,
Build-Depends:
 cmake,
 debhelper (>= 9),
Standards-Version: 3.9.8
Section: libs
Homepage: https://github.com/01org/processor-trace/
Vcs-Git: git://anonscm.debian.org/pkg-gdb/intel-processor-trace.git
Vcs-Browser: https://anonscm.debian.org/git/pkg-gdb/intel-processor-trace.git

Package: libipt-dev
Section: libdevel
Architecture: any
Depends:
 libipt1 (= ${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: libipt1
Architecture: any
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.