debian/0000755000000000000000000000000012250437374007175 5ustar debian/patches/0000755000000000000000000000000012250436201010610 5ustar debian/patches/01-cppflags.patch0000644000000000000000000000055512250436201013653 0ustar Description: Include CPPFLAGS in Makefile to allow hardening Author: Rodolfo García Peñas (kix) Last-Update: 2013-12-06 --- a/wmmon/Makefile +++ b/wmmon/Makefile @@ -10,7 +10,7 @@ .c.o: - $(CC) $(CFLAGS) -c -Wall $< -o $*.o + $(CC) $(CFLAGS) $(CPPFLAGS) -c -Wall $< -o $*.o wmmon: $(OBJS) $(CC) $(LDFLAGS) -o wmmon $^ $(LIBDIR) $(LIBS) debian/patches/series0000644000000000000000000000002212250427343012026 0ustar 01-cppflags.patch debian/rules0000755000000000000000000000027312250435777010264 0ustar #!/usr/bin/make -f #export DH_VERBOSE=1 %: dh $@ override_dh_auto_build: dh_testdir cd wmmon; $(MAKE) override_dh_clean: dh_testdir dh_testroot cd wmmon; $(MAKE) clean dh_clean debian/control0000644000000000000000000000157412250423432010575 0ustar Source: wmmon Section: x11 Priority: optional Maintainer: Rodolfo García Peñas (kix) Standards-Version: 3.9.5 Build-Depends: debhelper (>= 9), libx11-dev, libxpm-dev, libxext-dev Homepage: http://repo.or.cz/w/dockapps.git Package: wmmon Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: Window Maker dockapp for monitoring system information WMMon monitors the realtime CPU load as well as the average system load, and gives you some nice additional features too. It is intended for docking in Window Maker. . It currently provides: . * a realtime CPU stress meter; * an auto-scaled average system load meter, like xload and wmavgload; * a realtime disk I/O stress meter; * auto-scaled disk I/O load meter; * realtime memory and swap usage meters; * a display for system uptime; * three user-defined commands to launch. debian/source/0000755000000000000000000000000011742774340010477 5ustar debian/source/format0000644000000000000000000000001411742774340011705 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000001122512250436273011045 0ustar wmmon (1.1+20131205-1) unstable; urgency=low * New upstream version. * Bumped Debian Policy to 3.9.5. * debian/compat is now version 9. * debian/control: Build depends, debhelper version >= 9. * New patch debian/patches/01-cppflags.patch * This flag includes de CPPFLAGS in Makefile, to allow hardening. -- Rodolfo García Peñas (kix) Fri, 06 Dec 2013 20:27:13 +0100 wmmon (1.1+20120402-1) unstable; urgency=low * New upstream version. * Fixes output from I/O graph. (Closes: #197446) * Load graph now displays when under high load. (Closes: #277902) * Bumped Debian Policy to 3.9.3. -- Rodolfo García Peñas (kix) Sun, 15 Apr 2012 19:22:45 +0200 wmmon (1.1-1) unstable; urgency=low * New maintainer. (Closes: #487134) * New upstream version. * This version includes the previous debian/patches. * Now, there are no debian/patches. * New upstream address: git://repo.or.cz/dockapps.git because the old is not available. * debian/copyright is now DEP-5. * Updated debian/rules. * Removed debian/dirs. * New file debian/wmmon.install. * Moved debian/examples to debian/wmmon.examples. * Moved debian/manpages to debian/wmmon.manpages. * Moved debian/menu to debian/wmmon.menu. -- Rodolfo García Peñas (kix) Fri, 16 Dec 2011 18:03:35 +0100 wmmon (1.0b2-15) unstable; urgency=low * QA upload. * Apply improvements for SMP machines management (Closes: #552225) * Update FSF address in copyright (lintian) * Move to 3.0 quilt and turn previous direct changes into a patch. -- Neil Williams Sat, 14 May 2011 18:41:35 +0100 wmmon (1.0b2-14) unstable; urgency=medium * Fixed build dependencies so we no longer depend on libxpm4-dev. * Quoted all strings in /usr/lib/menu/wmtime. * Add the ability to lock the mode, preventing cycling. Thanks go to Chris Bechberger . -- Simon Law Tue, 10 Aug 2004 21:22:17 -0400 wmmon (1.0b2-13) unstable; urgency=low * Removed a memory leak that I introduced. (Closes: Bug#223338) -- Simon Law Tue, 09 Dec 2003 12:42:41 -0500 wmmon (1.0b2-12) unstable; urgency=low * Changed section to x11. -- Simon Law Fri, 05 Dec 2003 11:17:21 -0500 wmmon (1.0b2-11) unstable; urgency=low * New maintainer. * Added a manual page. * Added the -geometry option. * Ensure that I/O mode works the same no matter how it is started. (Closes: Bug#94277) * Support new /proc/meminfo format in 2.6 kernels. (Closes: Bug#169160) * Fixed some buffer overflow problems. (Closes: Bug#174949) -- Simon Law Wed, 26 Nov 2003 23:47:47 -0500 wmmon (1.0b2-10) unstable; urgency=low * Fixed build depends (closes: #170133) * Applied patch from Simon Fowler to fix /proc/meminfo parsing for linux 2.5. -- Fredrik Hallenberg Fri, 22 Nov 2002 14:17:26 +0100 wmmon (1.0b2-9) unstable; urgency=low * Remove debug message (closes: #139408) * Applied patch from Frederik Schueler to fix /proc/stat parsing on linux 2.4 (closes: #144122) -- Fredrik Hallenberg Tue, 23 Apr 2002 21:39:09 +0200 wmmon (1.0b2-8) unstable; urgency=low * Fixed menu path (closes: #129353) -- Fredrik Hallenberg Thu, 17 Jan 2002 21:35:03 +0100 wmmon (1.0b2-7) unstable; urgency=low * Updated description (closes: #125496) * Don't install INSTALL (closes: #116940) * Changed section to utils -- Fredrik Hallenberg Wed, 2 Jan 2002 23:19:06 +0100 wmmon (1.0b2-6) unstable; urgency=low * Updated menu with patch from Arthur Korn (closes: #82315) -- Fredrik Hallenberg Mon, 15 Jan 2001 07:56:10 +0100 wmmon (1.0b2-5) unstable; urgency=low * Build without xpm4.7 (closes: #77466) -- Fredrik Hallenberg Sun, 19 Nov 2000 22:17:03 +0100 wmmon (1.0b2-4) unstable; urgency=low * Added menu entry (closes: #76969) -- Fredrik Hallenberg Sat, 18 Nov 2000 21:14:56 +0100 wmmon (1.0b2-3) unstable; urgency=low * Rebuild to update libxmp dependency. (closes: #67990) -- Fredrik Hallenberg Mon, 31 Jul 2000 07:25:09 +0200 wmmon (1.0b2-2) unstable; urgency=low * Patch from Salvador Pinto Abreu : Fixed behavior when APM causes the system to sleep/suspend. -- Fredrik Hallenberg Sat, 17 Oct 1998 13:35:55 +0200 wmmon (1.0b2-1) unstable; urgency=low * Initial Release. -- Fredrik Hallenberg Wed, 15 Jul 1998 18:18:37 +0200 debian/wmmon.install0000644000000000000000000000002411742774340011720 0ustar wmmon/wmmon usr/bin debian/wmmon.manpages0000644000000000000000000000001611742774340012046 0ustar wmmon/wmmon.1 debian/wmmon.examples0000644000000000000000000000001711742774340012072 0ustar debian/wmmonrc debian/wmmon.menu0000644000000000000000000000022211742774340011216 0ustar ?package(wmmon):\ needs="X11"\ section="Applications/System/Monitoring"\ title="WMmon"\ command="/usr/bin/wmmon"\ hints="Monitoring,Dockapp" debian/wmmonrc0000644000000000000000000000004711742774340010605 0ustar left: xterm middle: xload right: xcalc debian/copyright0000644000000000000000000000262011743606454011133 0ustar Format: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?view=co&pathrev=174 Upstream-Name: WMMon Upstream-Contact: Window Maker Devel Group Source: http://repo.or.cz/w/dockapps.git Files: * Copyright: 1997, 1998 by Martijn Pieterse and Antoine Nulle License: GPL-2+ Files: debian/* Copyright: 1998-2002, Fredrik Hallenberg 2003-2004, Simon Law 2001, Neil Williams 2011, Rodolfo García Peñas (kix) License: GPL-2+ License: GPL-2+ 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 package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA . On Debian systems, the full text of the GNU General Public License version 2 can be found in the file `/usr/share/common-licenses/GPL-2'. debian/compat0000644000000000000000000000000212250422532010361 0ustar 9 debian/watch0000644000000000000000000000010411742774340010223 0ustar # This application can be found at http://repo.or.cz/w/dockapps.git