diff options
author | Samuel Mimram <smimram@debian.org> | 2006-11-20 10:14:50 +0000 |
---|---|---|
committer | Ritesh Raj Sarraf <rrs@researchut.com> | 2010-05-20 01:24:18 +0530 |
commit | 12bcf73d7dbc5cefbff08b567309188f1c981c16 (patch) | |
tree | ce37f8b70d8d3bd6070ce44a05cff3c3e020bb54 /debian/control.modules.in | |
parent | a2c4d1e83d89a4451726b769faf855eb02d15cb3 (diff) |
Imported Debian patch 1.0.7-1debian/1.0.7-1
Diffstat (limited to 'debian/control.modules.in')
-rw-r--r-- | debian/control.modules.in | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/debian/control.modules.in b/debian/control.modules.in new file mode 100644 index 0000000..6a857fa --- /dev/null +++ b/debian/control.modules.in @@ -0,0 +1,24 @@ +Source: sysprof +Section: devel +Priority: optional +Maintainer: Samuel Mimram <smimram@debian.org> +Build-Depends: debhelper (>= 4.1.0), bzip2 +Standards-Version: 3.7.2 + +Package: sysprof-module-_KVERS_ +Architecture: any +Description: Sysprof module for Linux (kernel _KVERS_) + Sysprof is a sampling CPU profiler that uses a Linux kernel module to profile + the entire system, not just a single application. Sysprof handles shared + libraries and applications do not need to be recompiled. In fact they don't + even have to be restarted. + . + This package contains the kernel module compiled for linx _KVERS_ needed by + sysprof. + . + If you have compiled your own kernel, you will most likely need to build + your own sysprof-module. The sysprof-module-source package has been + provided for use with the Debian's module-assistant or kernel-package + utilities to produce a version of sysprof-module for your kernel. + . + You need a linux kernel version 2.6.11 or newer. |