diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-07-05 00:28:13 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-07-05 00:28:13 +0900 |
commit | 0cf700f49d6437ea21867ae6300c7056eadfbd97 (patch) | |
tree | dec8bff7ef4366370de0ad280d6395c363ce1f3f /debian/_base/applications/utilities/kdirstat/debian/control | |
parent | e52d0aefda74071dece63a038079503cdc2cc905 (diff) | |
download | tde-packaging-0cf700f49d6437ea21867ae6300c7056eadfbd97.tar.gz tde-packaging-0cf700f49d6437ea21867ae6300c7056eadfbd97.zip |
Rearranged applications folder into sub categories.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'debian/_base/applications/utilities/kdirstat/debian/control')
-rw-r--r-- | debian/_base/applications/utilities/kdirstat/debian/control | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/debian/_base/applications/utilities/kdirstat/debian/control b/debian/_base/applications/utilities/kdirstat/debian/control new file mode 100644 index 000000000..412ceec96 --- /dev/null +++ b/debian/_base/applications/utilities/kdirstat/debian/control @@ -0,0 +1,22 @@ +Source: kdirstat-trinity +Section: misc +Priority: optional +Maintainer: TDE Debian Team <team-debian@trinitydesktop.org> +Build-Depends: cdbs, debhelper (>= 9~), quilt, cmake-trinity, ninja-build, tdelibs14-trinity-dev +Standards-Version: 3.8.4 +Homepage: http://kdirstat.sourceforge.net/ + +Package: kdirstat-trinity +Architecture: any +Depends: ${shlibs:Depends} +Replaces: kdirstat-trinity (<< 4:14.0.0~) +Breaks: kdirstat-trinity (<< 4:14.0.0~) +Description: graphical disk usage display with cleanup facilities [Trinity] + KDirStat (TDE 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. |