debian/0000755000000000000000000000000011744505341007172 5ustar debian/rules0000755000000000000000000000323311744504555010261 0ustar #!/usr/bin/make -f # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 # These are used for cross-compiling and for saving the configure script # from having to guess our platform (since we know it already) DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) CFLAGS = -Wall -g ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) CFLAGS += -O0 else CFLAGS += -O2 endif config.status: configure dh_testdir dh_autotools-dev_updateconfig CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --enable-gkrellm build: build-arch build-indep build-arch: build-stamp build-indep: build-stamp build-stamp: config.status dh_testdir $(MAKE) touch build-stamp clean: dh_testdir dh_testroot rm -f build-stamp [ ! -f Makefile ] || $(MAKE) distclean dh_autotools-dev_restoreconfig dh_clean install: build dh_testdir dh_testroot dh_prep dh_installdirs $(MAKE) install DESTDIR=$(CURDIR)/debian/wmhdplop cp gkhdplop.so $(CURDIR)/debian/gkrellm-hdplop/usr/lib/gkrellm2/plugins # Build architecture-independent files here. binary-indep: build install # We have nothing to do by default. # Build architecture-dependent files here. binary-arch: build install dh_testdir dh_testroot dh_installchangelogs ChangeLog dh_installdocs dh_installmenu dh_installman dh_link 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 debian/gkrellm-hdplop.dirs0000644000000000000000000000003111667643403012776 0ustar usr/lib/gkrellm2/plugins debian/control0000644000000000000000000000174511744504510010601 0ustar Source: wmhdplop Section: x11 Priority: optional Maintainer: Gürkan Sengün Build-Depends: debhelper (>= 8), libgtk2.0-dev, libimlib2-dev, gkrellm, libx11-dev, libxext-dev, libxt-dev, autotools-dev (>= 20100122.1) Homepage: http://hules.free.fr/wmhdplop Standards-Version: 3.9.2 Package: wmhdplop Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Recommends: hddtemp, ttf-freefont Description: hard drive activity monitor dockapp It monitors your hard drives by sending visual stimuli to your cortex each time your /dev/hdx writes or reads anything. Try to launch openoffice and enjoy the wmhdplop show. Package: gkrellm-hdplop Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Recommends: hddtemp, ttf-freefont Description: hard drive activity monitor GKrellM plugin It monitors your hard drives by sending visual stimuli to your cortex each time your /dev/hdx writes or reads anything. Try to launch openoffice and enjoy the wmhdplop show. debian/source/0000755000000000000000000000000011612252044010463 5ustar debian/source/format0000644000000000000000000000001411612253175011677 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000406311744505234011050 0ustar wmhdplop (0.9.9-2.1) unstable; urgency=low * Non-maintainer upload. * Handle config.{guess,sub} with autotools-dev helpers; otherwise the build fails very early with "dpkg-source: error: aborting due to unexpected upstream changes" if autotools-dev is installed. * Fix "ftbfs with GCC-4.7": add patch from Paul Tagliamonte. (Closes: #667415) -- gregor herrmann Sat, 21 Apr 2012 12:22:09 +0200 wmhdplop (0.9.9-2) unstable; urgency=low * Update my email address. * Move homepage field. (Closes: #615271, #615378) * Bump debhelper version to 8. * Bump standards version to 3.9.2. * debian/control: Drop article from short description. * debian/watch: Added. * debian/copyright: Reformat and fix FSF address. -- Gürkan Sengün Wed, 07 Dec 2011 12:02:15 +0100 wmhdplop (0.9.9-1) unstable; urgency=low * New upstream version. * Bump standards version. * Fixed debian/copyright. * Cleaned up debian/rules. * Ack previos NMUs, thanks to Marc Brockschmidt. -- Gürkan Sengün Thu, 02 Aug 2007 10:17:22 +0200 wmhdplop (0.9.7-1.2) unstable; urgency=low * Non-maintainer upload * Only build-depend on gkrellm. (Closes: #349104) -- Marc 'HE' Brockschmidt Sat, 21 Jan 2006 21:18:18 +0100 wmhdplop (0.9.7-1.1) unstable; urgency=low * Non-maintainer upload * Splitted xlibs-dev build-dep (Closes: #347097) -- Marc 'HE' Brockschmidt Sat, 21 Jan 2006 00:22:27 +0100 wmhdplop (0.9.7-1) unstable; urgency=low * New upstream release. * Updated standards version to 3.6.2. * Removed comments from debian/rules. -- Gürkan Sengün Wed, 21 Sep 2005 22:28:27 +0200 wmhdplop (0.9.5-1) unstable; urgency=low * New upstream release. (closes: #257760) * Added a font package to debian/control. -- Gürkan Sengün Thu, 8 Jul 2004 20:46:42 +0200 wmhdplop (0.9.4-1) unstable; urgency=low * Initial Release. -- Gürkan Sengün Fri, 25 Jun 2004 18:46:18 +0200 debian/compat0000644000000000000000000000000211667644030010373 0ustar 8 debian/manpages0000644000000000000000000000002211667643403010710 0ustar debian/wmhdplop.1 debian/dirs0000644000000000000000000000001011667643403010053 0ustar usr/bin debian/patches/0000755000000000000000000000000011744505106010620 5ustar debian/patches/fix-ftbfs-gcc-4.7-667415.patch0000644000000000000000000000215411744505017015346 0ustar Description: Fix GCC 4.7 FTBFS -Wl needs to have values passed to it so that it can pass those on to the linker. Author: Paul Tagliamonte Bug-Debian: http://bugs.debian.org/667415 Origin: vendor --- wmhdplop-0.9.9.orig/Makefile.am +++ wmhdplop-0.9.9/Makefile.am @@ -18,6 +18,6 @@ LIBTOOLSUX_GKHDPLOP_SRC=wmhdplop.c util. gkhdplop_so_SOURCES=$(LIBTOOLSUX_GKHDPLOP_SRC) gkhdplop_so_CFLAGS=-DGKRELLM -fPIC $(GTK2_CFLAGS) $(IMLIB2_CFLAGS) -gkhdplop_so_LDFLAGS=-shared -Wl $(IMLIB2_LIBS) -lm +gkhdplop_so_LDFLAGS=-shared $(IMLIB2_LIBS) -lm all: @GKHDPLOP@ --- wmhdplop-0.9.9.orig/Makefile.in +++ wmhdplop-0.9.9/Makefile.in @@ -202,7 +202,7 @@ wmhdplop_CFLAGS = $(IMLIB2_CFLAGS) LIBTOOLSUX_GKHDPLOP_SRC = wmhdplop.c util.c util.h procstat.c procstat.h devnames.c devnames.h global.h dockapp_imlib2.c dockapp_imlib2.h gkrellm_hdplop.c gkhdplop_so_SOURCES = $(LIBTOOLSUX_GKHDPLOP_SRC) gkhdplop_so_CFLAGS = -DGKRELLM -fPIC $(GTK2_CFLAGS) $(IMLIB2_CFLAGS) -gkhdplop_so_LDFLAGS = -shared -Wl $(IMLIB2_LIBS) -lm +gkhdplop_so_LDFLAGS = -shared $(IMLIB2_LIBS) -lm all: config.h $(MAKE) $(AM_MAKEFLAGS) all-am debian/patches/series0000644000000000000000000000003711744505106012035 0ustar fix-ftbfs-gcc-4.7-667415.patch debian/copyright0000644000000000000000000000231711667647107011143 0ustar This package was debianized by: Gürkan Sengün on Fri, 25 Jun 2004 18:46:18 +0200. It was downloaded from: http://hules.free.fr/wmhdplop Upstream Authors: Julien Pommier (wmhdplop), Frederic Jolly (gkhdplop) License: Copyright 2003-2007 Julien Pommier Copyright 2004-2007 Frederic Jolly This program 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; either version 2 of the License, or (at your option) any later version. This program 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 program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. On Debian GNU systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL'. debian/wmhdplop.10000644000000000000000000000133511667643403011116 0ustar .TH WMHDPLOP 1 "June 25, 2004" .SH NAME wmhdplop \- hard drive monitor dockapp .SH SYNOPSIS .B wmhdplop .RI [ options ] .SH DESCRIPTION This manual page documents briefly the .B wmhdplop command. This manual page was written for the Debian distribution because the original program does not have a manual page. .PP \fBwmhdplop\fP is a program that monitors hard drive activity and displays it graphically in a dockapp. .SH OPTIONS These programs follow the usual GNU command line syntax, with long options starting with two dashes (`-'). Please run wmhdplop \-h to get a summary of options. .SH AUTHOR This manual page was written by G\[:u]rkan Seng\[:u]n , for the Debian project (but may be used by others). debian/docs0000644000000000000000000000001411667643403010046 0ustar NEWS README debian/menu0000644000000000000000000000017011667647316010074 0ustar ?package(wmhdplop):needs="X11" section="Applications/System/Monitoring"\ title="wmhdplop" command="/usr/bin/wmhdplop" debian/watch0000644000000000000000000000010411667646676010243 0ustar version=3 http://hules.free.fr/wmhdplop/ wmhdplop-([\d\.]+)\.tar\.gz