Blame src/libpfm4/debian/control

Packit Service a1973e
Source: libpfm4
Packit Service a1973e
Priority: extra
Packit Service a1973e
Maintainer: Stephane Eranian <eranian@gmail.com>
Packit Service a1973e
Build-Depends: debhelper (>= 7), dpatch, python (>= 2.4), python-support,
Packit Service a1973e
               python-dev (>= 2.4), swig
Packit Service a1973e
Standards-Version: 3.8.4
Packit Service a1973e
Section: libs
Packit Service a1973e
Homepage: http://perfmon2.sourceforge.net/
Packit Service a1973e
Packit Service a1973e
Package: libpfm4-dev
Packit Service a1973e
Section: libdevel
Packit Service a1973e
Architecture: any
Packit Service a1973e
Depends: ${shlibs:Depends}, ${misc:Depends}
Packit Service a1973e
Description: A library to program the performance monitoring events
Packit Service a1973e
 Libpfm4 helps convert from an event name, expressed as a string, to
Packit Service a1973e
 the event encoding. The encoding can then be used with specific OS
Packit Service a1973e
 interfaces. Libpfm4 also provides OS-specific interfaces to directly
Packit Service a1973e
 setup OS-specific data structures to be passed to the kernel. The
Packit Service a1973e
 current libpfm4, for instance, provides support for the perf_events
Packit Service a1973e
 interface which was introduced in Linux v2.6.31.
Packit Service a1973e
Packit Service a1973e
Package: libpfm4
Packit Service a1973e
Section: libs
Packit Service a1973e
Architecture: any
Packit Service a1973e
Depends: ${shlibs:Depends}, ${misc:Depends}
Packit Service a1973e
Description: A library to program the performance monitoring events
Packit Service a1973e
 Libpfm4 helps convert from an event name, expressed as a string, to
Packit Service a1973e
 the event encoding. The encoding can then be used with specific OS
Packit Service a1973e
 interfaces. Libpfm4 also provides OS-specific interfaces to directly
Packit Service a1973e
 setup OS-specific data structures to be passed to the kernel. The
Packit Service a1973e
 current libpfm4, for instance, provides support for the perf_events
Packit Service a1973e
 interface which was introduced in Linux v2.6.31.
Packit Service a1973e
Packit Service a1973e
Package: python-libpfm4
Packit Service a1973e
Depends: libpfm4, python, ${shlibs:Depends}, ${misc:Depends}
Packit Service a1973e
Architecture: any
Packit Service a1973e
Section: python
Packit Service a1973e
Description: Python bindings for libpfm4
Packit Service a1973e
 This package allows you to write simple python scripts that monitor
Packit Service a1973e
 various hardware performance monitoring events. It may be more efficient
Packit Service a1973e
 to use this approach instead of parsing the output of other tools.