debian/0000755000000000000000000000000011743152571007174 5ustar debian/watch0000644000000000000000000000015511743152571010226 0ustar version=3 http://projects.gw-computing.net/projects/dfc/files /attachments/download/[0-9]+/dfc-(.*)\.tar\.gz debian/rules0000755000000000000000000000032711743152571010256 0ustar #!/usr/bin/make -f # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ override_dh_auto_install: cp dfc $(CURDIR)/debian/dfc/usr/bin/ cp man/dfc.1 $(CURDIR)/debian/dfc/usr/share/man/man1/ debian/control0000644000000000000000000000111511743152571010575 0ustar Source: dfc Section: utils Priority: extra Maintainer: Khalid El Fathi Build-Depends: debhelper (>= 9) Standards-Version: 3.9.3.1 Homepage: http://projects.gw-computing.net/projects/dfc Vcs-Git: git://git.debian.org/collab-maint/dfc.git Vcs-Browser: http://git.debian.org/?p=collab-maint/dfc.git;a=summary Package: dfc Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: display file system usage using graph and colors dfc is a simple tool that display file system usage, using a graph and nice colors . It contains a whole lot of options. debian/docs0000644000000000000000000000002711743152571010046 0ustar AUTHORS HACKING README debian/changelog0000644000000000000000000000022511743152571011045 0ustar dfc (2.5.0-1) unstable; urgency=low * Initial release (Closes: #668905) -- Khalid El Fathi Sun, 15 Apr 2012 18:00:43 +0200 debian/dirs0000644000000000000000000000003311743152571010054 0ustar usr/bin usr/share/man/man1 debian/copyright0000644000000000000000000000373311743152571011135 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0 Upstream-Name: dfc Upstream-Contact: Robin Hahling Source: http://projects.gw-computing.net/projects/dfc X-Upstream-Vcs: git://gw-computing.net/dfc.git X-Upstream-Bugs: http://projects.gw-computing.net/projects/dfc/issues X-Upstream-Forum: Files: * Copyright: © 2012 Robin Hahling License: BSD-3-Clause Files: debian/* Copyright: © 2012 Khalid El Fathi License: BSD-3-Clause License: BSD-3-Clause Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of the University nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. debian/source/0000755000000000000000000000000011743152571010474 5ustar debian/source/format0000644000000000000000000000001411743152571011702 0ustar 3.0 (quilt) debian/patches/0000755000000000000000000000000011743152571010623 5ustar debian/patches/series0000644000000000000000000000002411743152571012034 0ustar 10-man--dfc.1.patch debian/patches/10-man--dfc.1.patch0000644000000000000000000000475711743152571013620 0ustar Description: Fix hyphen-used-as-minus-sign in dfc.1 Forwarded: http://projects.gw-computing.net/issues/117 Author: Khalid El Fathi Last-Update: 2012-04-15 --- a/man/dfc.1 +++ b/man/dfc.1 @@ -6,7 +6,7 @@ .SH DESCRIPTION dfc(1) is a tool similar to df(1) except that it is able to show a graph along with the data and is able to use color (color mode is "color-auto" by default but you -can change this with "-c" option). +can change this with "\-c" option). The available size correspond to the space available to a user point of view and not from root's perspective (ie: use f_bavail instead of f_bfree). @@ -15,11 +15,11 @@ Without any argument, size is displayed in human readable format. Be aware that when using human-readable format, there might be some rounding -when computing the size. If you want maximum precision, use the "-u" +when computing the size. If you want maximum precision, use the "\-u" option and choose the unit. dfc(1) also has a built in feature that makes the output auto adjust based on -terminal width. If you want to override this behavior, use the "-f" option. +terminal width. If you want to override this behavior, use the "\-f" option. .SH OPTIONS .TP @@ -36,7 +36,7 @@ Color will always be used, no matter what stdout is. "auto": - This is default when "-c" is not activated. Color is used only if "stdout" + This is default when "\-c" is not activated. Color is used only if "stdout" is a terminal. For instance, color will be disabled with this option if you pipe the output of dfc(1) into another command. @@ -76,13 +76,13 @@ needs to be comma separated (without spaces). For instance, if you want to filter "ext4" and "tmpfs", you would use the following: - dfc -t ext4,tmpfs + dfc \-t ext4,tmpfs You can also use negative matching to filter the output. To do so, you just need to prepend a "-" to FILESYSTEM. In the following example, dfc(1) will display all file system type except those mentionned: - dfc -t -rootfs,tmpfs + dfc \-t \-rootfs,tmpfs .TP \-T @@ -92,7 +92,7 @@ Show size using unit specified. UNIT can take one of the following value: "h": - Human readable (default when not using "-u" option). + Human readable (default when not using "\-u" option). "b": Show bytes. @@ -121,7 +121,7 @@ "y": Show size using Yio. -NOTE: When using "-u" option along with "-m" option, those suboptions are +NOTE: When using "\-u" option along with "\-m" option, those suboptions are replaced by their SI counterparts. .TP \-v debian/compat0000644000000000000000000000000211743152571010372 0ustar 9