debian/0000755000000000000000000000000011760413640007170 5ustar debian/rules0000755000000000000000000000233111355700063010245 0ustar #!/usr/bin/make -f # -*- makefile -*- #export DH_VERBOSE=1 PACKAGE = xdiskusage TMPDIR = $(CURDIR)/debian/$(PACKAGE) INSTALL = install include /usr/share/quilt/quilt.make DEB_CONFIGURE_EXTRA_FLAGS := --x-libraries=/usr/X11R6/lib --x-includes=/usr/X11R6/include CFLAGS = -Wall -g LDFLAGS = -Wl,--as-needed ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) CFLAGS += -O0 else CFLAGS += -O2 endif build: build-stamp build-stamp: $(QUILT_STAMPFN) dh_testdir $(MAKE) touch build-stamp clean: clean-stamp unpatch clean-stamp: dh_testdir dh_testroot rm -f build-stamp rm -f configure-stamp [ ! -f Makefile ] || $(MAKE) clean rm -f config.cache config.log config.status makeinclude dh_clean install: build-stamp dh_testdir dh_testroot dh_clean -k $(INSTALL) -D xdiskusage $(TMPDIR)/usr/bin/xdiskusage binary-indep: build install binary-arch: build install dh_testdir dh_testroot dh_installdocs README dh_installman xdiskusage.1 dh_installmenu dh_installchangelogs dh_link dh_makeshlibs dh_strip dh_compress dh_fixperms dh_installdeb dh_shlibdeps dh_gencontrol dh_md5sums dh_builddeb binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install patch unpatch \ clean-stamp debian/control0000644000000000000000000000140111354375651010577 0ustar Source: xdiskusage Section: x11 Priority: optional Maintainer: Thierry Randrianiriana Build-Depends: debhelper (>= 6), libfltk1.1-dev (>= 1.1.3-2.1), libglu1-mesa-dev, libx11-dev, libxinerama-dev, quilt (>= 0.40) Standards-Version: 3.8.4 Homepage: http://xdiskusage.sourceforge.net/ Package: xdiskusage Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: Displays a graphic of your disk usage with du xdiskusage is a user-friendly program to show you what is using up all your disk space. It is based on the design of the "xdu" program written by Phillip C. Dykstra. Changes have been made so it runs "du" for you, and can display the free space left on the disk, and produce a PostScript version of the display. debian/source/0000755000000000000000000000000011354375262010476 5ustar debian/source/format0000644000000000000000000000001411356647111011701 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000002021411760413637011047 0ustar xdiskusage (1.48-10.1) unstable; urgency=low * Non-maintainer upload. [ Cyril Brulebois ] * Fix FTBFS with gcc 4.7 by avoiding redeclared variable names in nested scopes (Closes: #667419). -- gregor herrmann Sun, 27 May 2012 14:01:23 +0200 xdiskusage (1.48-10) unstable; urgency=low * Support disk >4.3TB from upstream cvs rev1.22 (Closes: #555323) * Used Ki, Mi and Gi instead of K, M and G (Closes: #323971) -- Thierry Randrianiriana Sat, 03 Apr 2010 20:03:11 +0300 xdiskusage (1.48-9) unstable; urgency=low * Switch to dpkg-source 3.0 (quilt) format * Bumped Standards-Version to 3.8.4 -- Thierry Randrianiriana Tue, 30 Mar 2010 15:41:28 +0300 xdiskusage (1.48-8) unstable; urgency=low * debian/control: + Updated Standards-Version to 3.8.0 + Used Homepage field + Updated debhelper to >= 6 * debian/compat: + Updated debhelper compat level to 6. * debian/rules: + Check Makefile if it exists + Added LDFLAGS = -Wl,--as-needed * debian/watch: + Used version 3 * debian/menu: + Updated section to "Application/File Management" * Updated and merged patches for man page. (Closes: #447855) * Check the standard input if it is closed or /dev/null. Thanks to Carles Pina i Estany. (Closes: #435792, #276193) -- Thierry Randrianiriana Sun, 27 Jul 2008 21:19:05 +0300 xdiskusage (1.48-7) unstable; urgency=low * debian/control: use dpatch instead of cdbs. * Use patches instead of modify directly the upstream release (#306703). * xdiskusage.C: sync with the upstream (#174026) * Acknowledge NMUs (Closes: #322232, #346781). -- Thierry Randrianiriana Sun, 27 Aug 2006 23:28:07 +0300 xdiskusage (1.48-6) unstable; urgency=low * Acknowledge NMU (Closes: #375227). * New maintainer (Closes: #383913). Thanks to the last maintainer Cyril Bouthors. * Bumped standards-version to 3.7.2 . * debian/control: Added Homepage. * debian/copyright: Updated FSF address. -- Thierry Randrianiriana Thu, 24 Aug 2006 22:21:05 +0300 xdiskusage (1.48-5.3) unstable; urgency=high * Non-maintainer upload. * Build-depend on libglu1-mesa-dev instead of xlibmesa-glu-dev, since the latter no longer exists; fixes FTBFS, patch from Andreas Jochens. (Closes: #373889) -- Steinar H. Gunderson Sat, 24 Jun 2006 12:48:01 +0200 xdiskusage (1.48-5.2) unstable; urgency=low * Non-maintainer upload to help with xlibs-dev transition. * debian/control: Replaced xlibs-dev build-dep. (Closes: #346781) -- Marc 'HE' Brockschmidt Fri, 20 Jan 2006 17:22:57 +0100 xdiskusage (1.48-5.1) unstable; urgency=low * NMU * Rebuild to transition to the new C++ ABI: new libstdc++, new libfltk (closes: #322232). -- Romain Francoise Sat, 20 Aug 2005 13:44:24 +0200 xdiskusage (1.48-5) unstable; urgency=low * Fixed typos in upstream xdiskusage.1 and xdiskusage.spec (closes: #306703). -- Cyril Bouthors Mon, 30 May 2005 12:21:07 +0300 xdiskusage (1.48-4) unstable; urgency=low * Applied patch to compile under AMD64 with GCC 4 (closes: #297845). -- Cyril Bouthors Wed, 23 Mar 2005 21:08:51 +0100 xdiskusage (1.48-3) unstable; urgency=low * Added xlibs-dev to Build-Depends (closes: #276337, #276304). -- Cyril Bouthors Wed, 13 Oct 2004 15:57:32 +0200 xdiskusage (1.48-2) unstable; urgency=low * Added xlibs-static-dev, libx11-dev and libxext-dev to Build-Depends. It looks like a bug in the upstream configure.in because probably don't need those libs, I'll ask Bill Spitzak about that (closes: #276304). -- Cyril Bouthors Wed, 13 Oct 2004 12:43:34 +0200 xdiskusage (1.48-1) unstable; urgency=low * New maintainer (closes: #275776). I have to thank Carlos Laviola for his time and work regarding the xdiskusage Debian package during the last three years and a half. Thank you Carlos. * New upstream release. * Applied patch from Jim Meyering to deal with filenames longer than 1024 caracters (closes: #174026). * debian/rules: updated 'clean' target to remove autoconf generated files from the diff output. * debian/menu: invoke xdiskusage directly to avoid a lintian warning and a dependancy to /bin/sh (please see also bug number 276193). -- Cyril Bouthors Tue, 12 Oct 2004 10:44:56 +0200 xdiskusage (1.47-4) unstable; urgency=low * Orphaned. Maintainer set to Debian QA Group . -- Carlos Laviola Sun, 10 Oct 2004 04:09:11 -0300 xdiskusage (1.47-3) unstable; urgency=high * debian/rules: Actually install the program into the deb... I can't believe I missed this. I am very sorry. (Closes: #267251) * debian/dirs: Removed /usr/sbin. -- Carlos Laviola Sun, 22 Aug 2004 00:25:02 -0300 xdiskusage (1.47-2) unstable; urgency=low * Bumped Standards-Version to 3.6.1.1. * Package is created with the Common Debian Build System (cdbs) now. * Tidied up debian/copyright a bit, updating some information. * Modified the Makefile to remove config.{cache,log,status} when 'clean' is called during the build process. -- Carlos Laviola Fri, 20 Aug 2004 14:10:43 -0300 xdiskusage (1.47-1) unstable; urgency=low * New upstream release. (Closes: #251697) * Updated Build-Depends, package was FTBFS. (Closes: #249753) -- Carlos Laviola Sat, 10 Jul 2004 16:43:20 -0300 xdiskusage (1.46-1) unstable; urgency=low * New upstream release. * Build-Depend on libglut3-dev. -- Carlos Laviola Wed, 31 Dec 2003 10:05:52 -0200 xdiskusage (1.45-3) unstable; urgency=low * Applied a patch from Goswin Brederlow that makes xdiskusage check if stdin is open instead of just checking if it's not being ran from a tty. * Modified the menu entry so that xdiskusage runs with stdin closed, which is needed by some WMs like Gnome and KDE. (Goswin, Gustavo Noronha) * Removed dependency on x-terminal-emulator. -- Carlos Laviola Tue, 6 May 2003 11:50:30 -0300 xdiskusage (1.45-2) unstable; urgency=low * Rebuilt against new FLTK. -- Carlos Laviola Sun, 4 May 2003 17:35:47 -0300 xdiskusage (1.45-1) unstable; urgency=low * New upstream release. * Build-Depend on libfltk1.1-dev instead of libfltk-dev. * Acknowledge the need for a terminal emulator while the issue is still being addressed (see package's new description). -- Carlos Laviola Thu, 6 Mar 2003 00:10:32 -0300 xdiskusage (1.44-2) unstable; urgency=low * debian/menu: Added a long title. Thanks, Tomas. (Closes: #120733) -- Carlos Laviola Thu, 21 Mar 2002 21:50:00 -0300 xdiskusage (1.44-1) unstable; urgency=low * New upstream release (Closes: #101312) -- Carlos Laviola Sat, 21 Jul 2001 23:28:52 -0300 xdiskusage (1.43-3) unstable; urgency=low * debian/rules: made the build process clean up things a bit better, by removing 'configure' stuff that wasn't being erased by 'make clean'. Closes: #101314. * debian/control: Upped Standards-Version from 3.5.2 to 3.5.5. No changes needed. -- Carlos Laviola Mon, 18 Jun 2001 14:19:28 -0300 xdiskusage (1.43-2) unstable; urgency=low * Changed my e-mail from claviola@ajato.com.br to claviola@debian.org in all my packages. -- Carlos Laviola Wed, 30 May 2001 16:35:55 -0300 xdiskusage (1.43-1) unstable; urgency=low * New upstream release -- Carlos Laviola Mon, 26 Mar 2001 19:44:29 -0300 xdiskusage (1.41-2) unstable; urgency=low * Fixed 2 nasty bugs in xdiskusage at one time, thanks to the enormous assistance of upstream! This closes: #88163. -- Carlos Laviola Sun, 25 Mar 2001 18:34:05 -0300 xdiskusage (1.41-1) unstable; urgency=low * Initial Release. (Closes: #88163) -- Carlos Laviola Mon, 5 Mar 2001 23:39:13 -0300 debian/compat0000644000000000000000000000000211354375051010370 0ustar 6 debian/dirs0000644000000000000000000000003311354375051010052 0ustar usr/bin usr/share/man/man1 debian/patches/0000755000000000000000000000000011760414204010614 5ustar debian/patches/10_fix_ftbfs_with_gcc_4.7.patch0000644000000000000000000000170111760414204016345 0ustar Description: avoid redeclared variable names in nested scopes (FTBFS with gcc 4.7) Origin: vendor Bug-Debian: http://bugs.debian.org/667419 Forwarded: no Author: Cyril Brulebois Reviewed-by: gregor herrmann Last-Update: 2012-05-27 --- a/xdiskusage.C +++ b/xdiskusage.C @@ -405,8 +405,8 @@ OutputWindow* OutputWindow::make(const c strncpy(pathbuf, path, 1024); for (int i=0; i<10; i++) { char *p = (char*)fl_filename_name(pathbuf); - int i = readlink(pathbuf, p, 1024-(p-pathbuf)); - if (i < 0) { + int r = readlink(pathbuf, p, 1024-(p-pathbuf)); + if (r < 0) { if (errno != EINVAL) { strcat(pathbuf, ": no such file"); fl_alert(pathbuf); @@ -414,8 +414,8 @@ OutputWindow* OutputWindow::make(const c } break; } - if (*p == '/') {memmove(pathbuf, p, i); p = pathbuf;} - p[i] = 0; + if (*p == '/') {memmove(pathbuf, p, r); p = pathbuf;} + p[r] = 0; path = pathbuf; } } debian/patches/02_xdiskusage.spec_typos.patch0000644000000000000000000000073611354375227016514 0ustar Author: Randrianiriana Thierry Description: see bug #306703 --- xdiskusage-1.48.orig/xdiskusage.spec +++ xdiskusage-1.48/xdiskusage.spec @@ -4,7 +4,7 @@ %define mandir /usr/share/man %define tmppath /tmp -Summary: Grapically displays the amount of disks used for by each subdirectory. +Summary: Graphically displays the amount of disks used for by each subdirectory. Name: xdiskusage Version: 1.43 Release: 1 debian/patches/01_xdiskusage.1_typos-manpage.patch0000644000000000000000000000325011354375227017321 0ustar Author: Thierry Randrianiriana Description: see bug #306703 , #447855 --- xdiskusage-1.48.orig/xdiskusage.1 +++ xdiskusage-1.48/xdiskusage.1 @@ -1,7 +1,7 @@ .\"Man page for xdiskusage, by Bill Spitzak. .TH xdiskusage 1 "4 Sep 2003" .SH NAME -\fIxdiskusage\fR - Grapical display of disk usage +\fIxdiskusage\fR - Graphical display of disk usage .SH SYNOPSIS .B xdiskusage [-a] [-d[isplay] host:n.n] [-g[eometry] WxH+X+Y] @@ -10,7 +10,7 @@ .SH DESCRIPTION .I xdiskusage displays the output of "du" in an X window, allowing you to -graphically compare the sizes that the files and directories take. +compare visually the space occupied by files and directories. .SH USAGE @@ -52,7 +52,7 @@ You can type a filename into the input field on the bottom and type Enter. If the name is a directory, xdiskusage will attempt to run "du" -on it and display the result. If the name is a file it is assummed to +on it and display the result. If the name is a file it is assumed to be "du" output and it is parsed and displayed. The "all files" button sends the -a switch to "du" causing it to list @@ -119,7 +119,7 @@ remove this node from the display and scale rest up to fit .B Unhide (H) -Recursivly turn off the hide flag from all children +Recursively turn off the hide flag from all children .B Sort/Largest (s) sort largest size at the top @@ -178,7 +178,7 @@ You should have received a copy of the GNU General Public License along with this library; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. .SH AUTHORS debian/patches/05_xdiskusage.C_support_4.3TB_and_more.patch0000644000000000000000000001220111355677157020761 0ustar Author: Thierry Randrianiriana Description: see bug #555323 --- a/xdiskusage.C +++ b/xdiskusage.C @@ -50,23 +50,23 @@ #include #include -typedef unsigned long ulong; +typedef unsigned long long ull; // turn number of K into user-friendly text: -const char* formatk(ulong k) { +const char* formatk(ull k) { static char buffer[10]; if (k >= 1024*1024) sprintf(buffer,"%.4gG",(double)k/(1024*1024)); else if (k >= 1024) sprintf(buffer,"%.4gM",(double)k/1024); - else sprintf(buffer,"%ldK",k); + else sprintf(buffer,"%.0fK",(double)k); return buffer; } // Holds data read from 'df' for each disk struct Disk { const char* mount; - ulong total; - ulong used; - ulong avail; + ull total; + ull used; + ull avail; Disk* next; }; @@ -99,9 +99,9 @@ // ok we found a line with a /xyz at the end: Disk* d = new Disk; d->mount = strdup(word[n-1]); - d->total = strtol(word[n-5],0,10); - d->used=strtol(word[n-4],0,10); - d->avail=strtol(word[n-3],0,10); + d->total = strtoul(word[n-5],0,10); + d->used=strtoul(word[n-4],0,10); + d->avail=strtoul(word[n-3],0,10); *pointer = d; d->next = 0; pointer = &d->next; @@ -117,7 +117,7 @@ for (Disk* d = firstdisk; d; d = d->next) { char buf[512]; int pct; - ulong sum = d->used + d->avail; + ull sum = d->used + d->avail; if (!sum) { pct = 0; } else { @@ -161,7 +161,7 @@ Node* child; Node* brother; const char* name; - ulong size; + ull size; long ordinal; // sign bit indicates hidden bool hidden() const {return ordinal < 0;} }; @@ -187,8 +187,8 @@ OutputWindow(int w, int h, const char* l) : Fl_Window(w,h,l), menu_button(0,0,w,h) {box(FL_NO_BOX);} void finish_drawn_row(); - void draw_tree(Node* n, int column, ulong row, double scale, double offset); - void print_tree(FILE* f, Node* n, int column, ulong row, double scale, double offset, int W, int H); + void draw_tree(Node* n, int column, ull row, double scale, double offset); + void print_tree(FILE* f, Node* n, int column, ull row, double scale, double offset, int W, int H); void setcurrent(Node*, int); void setroot(Node*, int); public: @@ -327,14 +327,14 @@ // fill in missing totals by adding all sons: void fix_tree(Node* n) { if (n->size) return; - ulong total = 0; + ull total = 0; for (Node *x = n->child; x; x = x->brother) total += x->size; n->size = total; } static long ordinal; -Node* newnode(const char* name, ulong size, Node* parent, Node* & brother) { +Node* newnode(const char* name, ull size, Node* parent, Node* & brother) { Node* n = new Node; n->child = n->brother = 0; n->name = strdup(name); @@ -477,8 +477,8 @@ ordinal = 0; Node* lastnode[MAXDEPTH]; - ulong runningtotal; - ulong totals[MAXDEPTH]; + ull runningtotal; + ull totals[MAXDEPTH]; lastnode[0] = root; runningtotal = 0; totals[0] = 0; @@ -520,7 +520,7 @@ char* p = buffer+len; if (p > buffer && p[-1] == '\n') p[-1] = 0; - ulong size = strtoul(buffer, &p, 10); + ull size = strtoull(buffer, &p, 10); if (!isspace(*p) || p == buffer) { if (!*p || *p=='#') continue; // ignore blank lines or comments (?) fl_alert("%s:%d: does not look like du output: %s", path, line_no, p); @@ -555,7 +555,7 @@ if (match == newdepth) { Node* p = lastnode[newdepth]; - ulong t = totals[newdepth]+size; + ull t = totals[newdepth]+size; p->size = size; runningtotal = t; } else { @@ -677,7 +677,7 @@ } // Returns first pixel row not drawn into: -void OutputWindow::draw_tree(Node* n, int column, ulong row, double scale, double offset) { +void OutputWindow::draw_tree(Node* n, int column, ull row, double scale, double offset) { int X = (w()-1)*column/ncols; int W = (w()-1)*(column+1)/ncols - X; int Y = int(row*scale+offset+.5); @@ -726,7 +726,7 @@ if (undrawn_column < X+W+1) undrawn_column = X+W+1; if (column+1 < ncols) { // figure out how much is not hidden: - ulong hidden = 0; + ull hidden = 0; for (Node* c = n->child; c; c = c->brother) if (c->hidden()) hidden += c->size; if (hidden > 0) { @@ -811,11 +811,11 @@ double scale = (double)(h()-1)/current_root->size; double offset = 0; Node* n = current_root; - ulong row = 0; + ull row = 0; int d = root_depth; while (n && d < column) { path[d] = n; - ulong hidden = 0; + ull hidden = 0; for (Node* c = n->child; c; c = c->brother) if (c->hidden()) hidden += c->size; if (hidden >= n->size) {n = 0; break;} @@ -1034,7 +1034,7 @@ //////////////////////////////////////////////////////////////// // PostScript output -void OutputWindow::print_tree(FILE*f,Node* n, int column, ulong row, +void OutputWindow::print_tree(FILE*f,Node* n, int column, ull row, double scale, double offset, int bboxw, int bboxh) { @@ -1058,7 +1058,7 @@ } fprintf(f, "\n"); if (n->child && column+1 < ncols) { - ulong hidden = 0; + ull hidden = 0; for (Node* c = n->child; c; c = c->brother) if (c->hidden()) hidden += c->size; if (hidden > 0) { debian/patches/series0000644000000000000000000000040011760413620012024 0ustar 01_xdiskusage.1_typos-manpage.patch 02_xdiskusage.spec_typos.patch 03_xdiskusage.C_amd64-gcc4.patch 04_xdiskusage.C_check_standard_input.patch 05_xdiskusage.C_support_4.3TB_and_more.patch 06_xdiskusage.C_used_Ki_Mi_Gi.patch 10_fix_ftbfs_with_gcc_4.7.patch debian/patches/06_xdiskusage.C_used_Ki_Mi_Gi.patch0000644000000000000000000000103111355700760017201 0ustar --- a/xdiskusage.C +++ b/xdiskusage.C @@ -55,9 +55,9 @@ // turn number of K into user-friendly text: const char* formatk(ull k) { static char buffer[10]; - if (k >= 1024*1024) sprintf(buffer,"%.4gG",(double)k/(1024*1024)); - else if (k >= 1024) sprintf(buffer,"%.4gM",(double)k/1024); - else sprintf(buffer,"%.0fK",(double)k); + if (k >= 1024*1024) sprintf(buffer,"%.4gGi",(double)k/(1024*1024)); + else if (k >= 1024) sprintf(buffer,"%.4gMi",(double)k/1024); + else sprintf(buffer,"%.0fKi",(double)k); return buffer; } debian/patches/04_xdiskusage.C_check_standard_input.patch0000644000000000000000000000177411354375230020741 0ustar Author: Carles Pina i Estany Description: see bug #276193 --- xdiskusage-1.48.orig/xdiskusage.C +++ xdiskusage-1.48/xdiskusage.C @@ -223,6 +223,19 @@ return 1; } +// returns true if stdin is /dev/null +// To fix Debian bug #276193 +// Technically could be possible that returns "true" and is not "true", +// because same device ID is used across file systems. But is the best +// solutions that I have +int isstdinnull() { + struct stat ststdin,stnull; + stat("/dev/null",&stnull); + fstat(0,&ststdin); + + return (ststdin.st_rdev==stnull.st_rdev); +} + int main(int argc, char**argv) { #if FL_MAJOR_VERSION < 2 // Make fltk look more like KDE/Windoze: @@ -253,7 +266,7 @@ OutputWindow* d = OutputWindow::make(argv[n++]); if (d) d->show(argc,argv); } - } else if (!isatty(0)) { + } else if (!isatty(0) && !isstdinnull()) { // test for pipe, if so read stdin: OutputWindow* d = OutputWindow::make(0); if (d) d->show(argc,argv); debian/patches/03_xdiskusage.C_amd64-gcc4.patch0000644000000000000000000000137511354375227016320 0ustar Author: Randrianiriana Thierry Description: see bug #297845 --- xdiskusage-1.48.orig/xdiskusage.C +++ xdiskusage-1.48/xdiskusage.C @@ -988,7 +988,7 @@ void OutputWindow::sort_cb(Fl_Widget* o, void*v) { OutputWindow* d = (OutputWindow*)(o->window()); int (*compare)(const Node*, const Node*); - switch ((int)v) { + switch ((long)v) { case 's': compare = largestfirst; break; case 'r': compare = smallestfirst; break; case 'a': compare = alphabetical; break; @@ -1001,7 +1001,7 @@ void OutputWindow::columns_cb(Fl_Widget* o, void*v) { OutputWindow* d = (OutputWindow*)(o->window()); - int n = (int)v; + long n = (long)v; ::ncols = n; if (n == d->ncols) return; if (d->current_depth > d->root_depth+n-1) { debian/copyright0000644000000000000000000000216311354375703011133 0ustar This package was initially debianized by Carlos Laviola on Mon, 5 Mar 2001 23:39:13 -0300. It was downloaded from http://xdiskusage.sourceforge.net/ Upstream Author: Bill Spitzak Copyright (C) 2003 Bill Spitzak License: Copyright (C) 2003 Bill Spitzak This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 dated June, 1991. This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this package; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. On Debian GNU/Linux systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-2'. debian/docs0000644000000000000000000000000711354375051010042 0ustar README debian/menu0000644000000000000000000000026111354375051010060 0ustar ?package(xdiskusage):\ needs="X11" \ section="Applications/File Management" \ title="xdiskusage" \ longtitle="xdiskusage: visualize used disk space" \ command="xdiskusage" debian/watch0000644000000000000000000000010111354375051010213 0ustar version=3 http://xdiskusage.sourceforge.net/xdiskusage-(.*)\.tgz