File: control

package info (click to toggle)
procps 1%3A1.2.9-3
  • links: PTS
  • area: main
  • in suites: slink
  • size: 732 kB
  • ctags: 1,324
  • sloc: ansic: 7,125; makefile: 877; sh: 21
file content (38 lines) | stat: -rw-r--r-- 1,284 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: procps
Section: base
Priority: required
Maintainer: Craig Small <csmall@debian.org>
Standards-Version: 2.3.0.1

Package: procps
Architecture: any
Replaces: watch
Provides: watch
Depends: ${shlibs:Depends}
Conflicts: watch, libproc-dev (<< 1:1.2.6-2), w-bassman (<< 1.0-2)
Recommends: psmisc
Description: The /proc file system utilities.
 These are utilities to browse the /proc filesystem, which is not a real file
 system but a way for the kernel to provide information about the status of
 entries in its process table. (e.g. running, stopped or "zombie")
 Both command line and full screen utilities are provided. Ncurses is needed
 for the full screen utilities.

Package: libproc-dev
Architecture: any
Section: devel
Priority: optional
Depends: libc6-dev, procps (>> 1:1.2.9-0), procps (<< 1:1.2.10-0)
Description: library for accessing process information from /proc
 These are the header files and static library manpages for 
 libproc. Some packages using libproc to access process information
 from /proc need these to compile.

Package: xproc
Architecture: any
Section: admin
Priority: optional
Depends: ${shlibs:Depends}
Description: some tools to display process information on X
 This package includes some X programs displaying load, memory use or
 cpu states.