File: control

package info (click to toggle)
agedu 9723-1
  • links: PTS
  • area: main
  • in suites: bullseye, buster, jessie, jessie-kfreebsd, stretch
  • size: 744 kB
  • sloc: ansic: 4,551; sh: 1,033; makefile: 15
file content (22 lines) | stat: -rw-r--r-- 951 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
Source: agedu
Section: utils
Priority: optional
Maintainer: Alexander Prinsier <aphexer@mailhaven.com>
Build-Depends: debhelper (>= 9), autotools-dev, dh-autoreconf
Standards-Version: 3.9.4
Homepage: http://www.chiark.greenend.org.uk/~sgtatham/agedu/

Package: agedu
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Unix utility for tracking down wasted disk space
 Unix provides the standard du utility, which scans your disk and tells you
 which directories contain the largest amounts of data. That can help you
 narrow your search to the things most worth deleting.
 .
 However, that only tells you what's big. What you really want to know is
 what's too big. By itself, du won't let you distinguish between data that's
 big because you're doing something that needs it to be big, and data that's
 big because you unpacked it once and forgot about it.
 .
 To make this difference, agedu relies on the atime of the files.