File: control

package info (click to toggle)
smem 1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 116 kB
  • sloc: python: 561; ansic: 80; makefile: 2
file content (23 lines) | stat: -rw-r--r-- 932 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
Source: smem
Section: utils
Priority: extra
Maintainer: Michal Čihař <nijel@debian.org>
Uploaders: Python Applications Packaging Team <python-apps-team@lists.alioth.debian.org>
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: python (>= 2.6.6-3)
Standards-Version: 3.9.1
Vcs-Svn: svn://svn.debian.org/svn/python-apps/packages/smem/trunk
Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/smem/trunk/
Homepage: http://www.selenic.com/smem/
X-Python-Version: >= 2.5

Package: smem
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Recommends: python-matplotlib
Conflicts: secure-delete (<< 3.1-5)
Description: memory reporting tool
 Tool that can give numerous reports on memory usage on Linux systems.
 Unlike existing tools, smem can report proportional set size (PSS),
 which is a more meaningful representation of the amount of memory used
 by libraries and applications in a virtual memory system.