diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-07-10 16:17:43 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-07-10 16:17:43 -0500 |
commit | 9b2075d9b89fc628c447fbb98f43ef72e4a9c81d (patch) | |
tree | 2de9e866f064b1c7d36df24de1df305474f949fe /ubuntu/maverick_automake/applications/kdirstat/debian/control | |
download | tde-packaging-9b2075d9b89fc628c447fbb98f43ef72e4a9c81d.tar.gz tde-packaging-9b2075d9b89fc628c447fbb98f43ef72e4a9c81d.zip |
Initial import from old SVN repository
Note that only the Debian and Ubuntu folders were preserved
Diffstat (limited to 'ubuntu/maverick_automake/applications/kdirstat/debian/control')
-rw-r--r-- | ubuntu/maverick_automake/applications/kdirstat/debian/control | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/ubuntu/maverick_automake/applications/kdirstat/debian/control b/ubuntu/maverick_automake/applications/kdirstat/debian/control new file mode 100644 index 000000000..a6d2860ab --- /dev/null +++ b/ubuntu/maverick_automake/applications/kdirstat/debian/control @@ -0,0 +1,20 @@ +Source: kdirstat-kde3 +Section: misc +Priority: optional +Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net> +Build-Depends: cdbs (>= 0.4.41), debhelper (>= 5), kdelibs4-kde3-dev, libqt3-mt-dev, automake1.11-kde3, autoconf2.63, libtool, libltdl-dev +Standards-Version: 3.8.3 +Homepage: http://kdirstat.sourceforge.net/ + +Package: kdirstat-kde3 +Architecture: any +Depends: ${shlibs:Depends} +Description: graphical disk usage display with cleanup facilities [KDE3] + KDirStat (KDE Directory Statistics) is a small utility program that sums + up disk usage for directory trees, very much like the Unix 'du' command. + It displays the disk space used up by a directory tree, both numerically + and graphically. It is network transparent (i.e., you can use it to sum + up FTP servers), and comes with predefined and user configurable cleanup + actions. You can directly open a directory branch in Konqueror or the + shell of your choice, compress it to a .tar.bz2 archive, or define your + own cleanup actions. |