~ubuntu-branches/ubuntu/karmic/iotop/karmic

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Paul Wise
  • Date: 2009-02-24 18:09:50 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20090224180950-jl97nbr2rr0t9qbk
Tags: 0.2.1-1
* New upstream release (Closes: #511649)
* List needed kernel config options in description (Closes: #497360)
* Avoid use of first-person in description
* Build-dep on python-setuptools instead of using the egg
* Switch from cdbs to debhelper 7
* Add a README.source pointing to the quilt one

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
Section: admin
3
3
Priority: optional
4
4
Maintainer: Paul Wise <pabs@debian.org>
5
 
Build-Depends: cdbs, quilt, debhelper (>= 5), python, python-support
 
5
Build-Depends: quilt, debhelper (>= 7), python, python-support, python-setuptools
6
6
Standards-Version: 3.8.0
7
7
Homepage: http://guichaz.free.fr/iotop/
8
8
 
11
11
Depends: ${misc:Depends}, ${python:Depends}
12
12
Description: simple top-like I/O monitor
13
13
 iotop does for I/O usage what top(1) does for CPU usage. It watches I/O
14
 
 usage information output by the Linux kernel (requires 2.6.20 or later)
15
 
 and displays a table of current I/O usage by processes on the system.
16
 
 Handy for answering the question "Why is my disk churning so much?".
 
14
 usage information output by the Linux kernel and displays a table of
 
15
 current I/O usage by processes on the system. It is handy for answering
 
16
 the question "Why is the disk churning so much?".
 
17
 .
 
18
 iotop can only run under a Linux 2.6.20 or later kernel built with the
 
19
 CONFIG_TASKSTATS and CONFIG_TASK_IO_ACCOUNTING build config options on.