--- wmforkplop-0.9.3.orig/debian/changelog +++ wmforkplop-0.9.3/debian/changelog @@ -0,0 +1,62 @@ +wmforkplop (0.9.3-2.1) unstable; urgency=medium + + * Non-maintainer upload. + * Patch Makefile.in directly and drop automake1.9 build + dependency. (Closes: #724445) + + -- Eric Dorland Sun, 02 Mar 2014 02:41:58 -0500 + +wmforkplop (0.9.3-2) unstable; urgency=low + + * debian/control: + + Drop ttf-bitstream-verra from Depends (Closes: #461297) + + Depend on ttf-dejavu + + Add Homepage header and replace XS-Vcs with Vcs + + Bump up Standards-Version to 3.7.3 + * Add patches/dejavu.diff to add DejaVu font into wmforkplop's font + search list + * Remove README file from /usr/share/wmforkplop + * Update wmforkplop manpage. + + -- Varun Hiremath Fri, 18 Jan 2008 10:47:36 +0530 + +wmforkplop (0.9.3-1) unstable; urgency=low + + * New upstream release: Fixes the "wrong process name" bug (Closes: #398526) + * debian/control: Build-Depend on automake1.9 + * debian/rules: Use automake-1.9 + + -- Varun Hiremath Fri, 1 Dec 2006 20:37:14 +0530 + +wmforkplop (0.9.2-3) unstable; urgency=low + + * Add watch file + * Change Homepage in debian/control + * Add XS-X-Vcs-Svn header in debian/control + + -- Varun Hiremath Wed, 15 Nov 2006 01:09:08 +0530 + +wmforkplop (0.9.2-2) unstable; urgency=low + + [ Varun Hiremath ] + * converted to CDBS + + [ Torsten Werner ] + * add Depends: ttf-bitstream-vera + * remove Vera.* from upstream tarball because of license issues + * use quilt for managing upstream patches + + -- Torsten Werner Thu, 31 Aug 2006 21:56:27 +0200 + +wmforkplop (0.9.2-1) unstable; urgency=low + + [ Varun Hiremath ] + * Initial release (Closes: #360334) + * upgraded to Debian Policy 3.7.2 + * tuned Build-Depends + + [ Torsten Werner ] + * add more Build-Depends + * add myself to Uploaders + + -- Torsten Werner Thu, 31 Aug 2006 20:16:10 +0530 --- wmforkplop-0.9.3.orig/debian/compat +++ wmforkplop-0.9.3/debian/compat @@ -0,0 +1 @@ +5 --- wmforkplop-0.9.3.orig/debian/control +++ wmforkplop-0.9.3/debian/control @@ -0,0 +1,21 @@ +Source: wmforkplop +Section: x11 +Priority: optional +Maintainer: Varun Hiremath +Uploaders: Torsten Werner +Build-Depends: debhelper (>= 5), cdbs, libgtop2-dev, + libimlib2-dev, libx11-dev, libxext-dev, libxt-dev, quilt +Standards-Version: 3.7.3 +Homepage: http://hules.free.fr/wmforkplop +Vcs-Svn: https://bollin.googlecode.com/svn/wmforkplop/ +Vcs-Browser: http://bollin.googlecode.com/svn/wmforkplop/ + +Package: wmforkplop +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, ttf-dejavu +Description: monitors forking activity and displays top CPU consuming processes + Wmforkplop monitors the forking activity of the kernel and + displays a list of the most CPU consuming processes. + Although primarily aimed at Windowmaker, it will run on any + window manager, either as a dockapp or as a standard X11 + application. --- wmforkplop-0.9.3.orig/debian/copyright +++ wmforkplop-0.9.3/debian/copyright @@ -0,0 +1,24 @@ +This package was debianized by Varun Hiremath on +Tue, 22 Aug 2006 22:11:39 +0530. + +It was downloaded from + +Upstream Author: Julien Pommier + +Copyright: (c) 2004-2006 Julien Pommier + +License: + +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. + +The Debian packaging is (C) 2006, Varun Hiremath and +is licensed under the GPL, see `/usr/share/common-licenses/GPL'. + --- wmforkplop-0.9.3.orig/debian/docs +++ wmforkplop-0.9.3/debian/docs @@ -0,0 +1 @@ +README --- wmforkplop-0.9.3.orig/debian/manpages +++ wmforkplop-0.9.3/debian/manpages @@ -0,0 +1 @@ +debian/wmforkplop.1 --- wmforkplop-0.9.3.orig/debian/patches/dejavu.diff +++ wmforkplop-0.9.3/debian/patches/dejavu.diff @@ -0,0 +1,22 @@ +Index: wmforkplop-0.9.3/wmforkplop.c +=================================================================== +--- wmforkplop-0.9.3.orig/wmforkplop.c 2008-01-18 01:06:13.000000000 +0530 ++++ wmforkplop-0.9.3/wmforkplop.c 2008-01-18 01:06:44.000000000 +0530 +@@ -972,7 +972,7 @@ + " The font name are case-sensitive, and must correspound to the name\n" + " of a .ttf file which can be found in one of the fontpaths\n" + " By default, wmforkplop tries to load the following fonts:\n" +- " * Vera/6, Andale_Mono/6, Verdana/6, Trebuchet_MS/7\n" ++ " * Vera/6, DejaVuSansMono/6, Andale_Mono/6, Verdana/6, Trebuchet_MS/7\n" + " However, I *strongly* suggest that you use Vera/6.\n" + " -c n, --colormap=n\n" + " select colormap number n (0 <= n <= 5)\n" +@@ -1062,7 +1062,7 @@ + } + + void init_fonts(App *app) { +- char *smallfontlist[] = {"Vera/6","FreeSans/7","Trebuchet_MS/7","Verdana/7","Arial/7", "luxisr/7", NULL}; ++ char *smallfontlist[] = {"Vera/6","DejaVuSansMono/6", "FreeSans/7","Trebuchet_MS/7","Verdana/7","Arial/7", "luxisr/7", NULL}; + if (app->smallfont) { + imlib_context_set_font(app->smallfont); imlib_free_font(); app->smallfont = NULL; + } --- wmforkplop-0.9.3.orig/debian/patches/help.diff +++ wmforkplop-0.9.3/debian/patches/help.diff @@ -0,0 +1,13 @@ +Index: wmforkplop-0.9.3/wmforkplop.c +=================================================================== +--- wmforkplop-0.9.3.orig/wmforkplop.c 2008-01-18 11:05:04.000000000 +0530 ++++ wmforkplop-0.9.3/wmforkplop.c 2008-01-18 11:05:19.000000000 +0530 +@@ -989,7 +989,7 @@ + " -u n, --proc-update-delay=n\n" + " set the delay between two reads of /proc, the default is 150 (milliseconds).\n" + " Setting a small value gives accurate results, but consumes more CPU as reading /proc is quite expensive.\n" +- "See " PKGDATADIR "/README for more details.\n"; ++ "See /usr/share/doc/wmforkplop/README.gz for more details.\n"; + init_prefs(argc, argv); + while (1) { + int c; --- wmforkplop-0.9.3.orig/debian/patches/pkg-data.diff +++ wmforkplop-0.9.3/debian/patches/pkg-data.diff @@ -0,0 +1,42 @@ +Index: wmforkplop-0.9.3/Makefile.am +=================================================================== +--- wmforkplop-0.9.3.orig/Makefile.am 2014-03-02 02:29:05.411330157 -0500 ++++ wmforkplop-0.9.3/Makefile.am 2014-03-02 02:29:05.407330205 -0500 +@@ -2,7 +2,7 @@ + noinst_PROGRAMS=@GKFORKPLOP@ + EXTRA_PROGRAMS=gkforkplop.so + +-EXTRA_DIST=autogen.sh gkrellm_forkplop.c Vera.ttf Vera.txt README ++EXTRA_DIST=autogen.sh gkrellm_forkplop.c + + DEFS = @DEFS@ -DPKGDATADIR="\"$(pkgdatadir)\"" + +@@ -27,4 +27,4 @@ + + all: @GKFORKPLOP@ + +-pkgdata_DATA = Vera.ttf Vera.txt README +\ No newline at end of file ++pkgdata_DATA = +Index: wmforkplop-0.9.3/Makefile.in +=================================================================== +--- wmforkplop-0.9.3.orig/Makefile.in 2006-12-01 06:32:18.000000000 -0500 ++++ wmforkplop-0.9.3/Makefile.in 2014-03-02 02:30:59.638107356 -0500 +@@ -198,7 +198,7 @@ + sharedstatedir = @sharedstatedir@ + sysconfdir = @sysconfdir@ + target_alias = @target_alias@ +-EXTRA_DIST = autogen.sh gkrellm_forkplop.c Vera.ttf Vera.txt README ++EXTRA_DIST = autogen.sh gkrellm_forkplop.c + wmforkplop_SOURCES = wmforkplop.c wmforkplop.h util.c util.h procstat.c procstat.h global.h dockapp_imlib2.c dockapp_imlib2.h + wmforkplop_LDADD = -lm $(IMLIB2_LIBS) $(LIBGTOP_LIBS) + wmforkplop_CFLAGS = $(IMLIB2_CFLAGS) $(LIBGTOP_CFLAGS) +@@ -206,7 +206,7 @@ + gkforkplop_so_SOURCES = $(LIBTOOLSUX_GKFORKPLOP_SRC) + gkforkplop_so_CFLAGS = -DGKRELLM -fPIC $(GTK2_CFLAGS) $(IMLIB2_CFLAGS) $(LIBGTOP_CFLAGS) + gkforkplop_so_LDFLAGS = -shared -Wl $(IMLIB2_LIBS) $(LIBGTOP_LIBS) -lm +-pkgdata_DATA = Vera.ttf Vera.txt README ++pkgdata_DATA = + all: config.h + $(MAKE) $(AM_MAKEFLAGS) all-am + --- wmforkplop-0.9.3.orig/debian/patches/series +++ wmforkplop-0.9.3/debian/patches/series @@ -0,0 +1,3 @@ +help.diff +dejavu.diff +pkg-data.diff --- wmforkplop-0.9.3.orig/debian/rules +++ wmforkplop-0.9.3/debian/rules @@ -0,0 +1,14 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/autotools.mk +include /usr/share/cdbs/1/rules/patchsys-quilt.mk + +makebuilddir/wmforkplop:: + @if [ -f Vera.ttf ]; then \ + echo 'The files Vera.* must be removed from the *.orig.tar.gz.'; \ + exit 1; \ + fi + +binary-predeb/wmforkplop:: + rmdir $(DEB_DESTDIR)/usr/share/wmforkplop --- wmforkplop-0.9.3.orig/debian/watch +++ wmforkplop-0.9.3/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://hules.free.fr/wmforkplop/ wmforkplop-(.*)\.tar.* debian uupdate --- wmforkplop-0.9.3.orig/debian/wmforkplop.1 +++ wmforkplop-0.9.3/debian/wmforkplop.1 @@ -0,0 +1,76 @@ +.TH WMFORKPLOP "1" "January 2008" "wmforkplop 0.9.3" "User Commands" +.SH NAME +wmforkplop \- Monitors forking activity and displays top CPU consuming processes. +.SH SYNOPSIS +.B wmforkplop +[\fIoptions\fR] +.SH DESCRIPTION +\fBwmforkplop\fP is a program that monitors the forking activity +of the kernel and displays a list of the most CPU-consuming +processes. Although primarily aimed at Windowmaker, it will run on +any window manager, either as a dockapp or as a standard X11 application. +.SS "Option list:" +.TP +\fB\-h\fR, \fB\-\-help\fR +print this. +.TP +\fB\-v\fR, \fB\-\-verbose\fR +increase verbosity +.TP +\fB\-V\fR, \fB\-\-version\fR +print version +.HP +\fB\-\-fontpath\fR path add a new directory to the font search directory list +.IP +default: \fB\-\-fontpath=\fR/usr/share/fonts/truetype (and subdirectories) +.TP +\fB\-\-fontpath=\fR/usr/share/fonts/ttf +(and subdirectories) +.TP +\fB\-\-fontpath=\fR$HOME/.fonts +(and subdirectories) +.TP +\fB\-\-font\fR +fontname/size +Set the 'small font' name/size in pixel +(default: \fB\-\-smallfont\fR=\fIVera\fR/6 +The font name are case\-sensitive, and must correspound to the name +of a .ttf file which can be found in one of the fontpaths +By default, wmforkplop tries to load the following fonts: +.IP +* Vera/6, DejaVuSansMono/6, Andale_Mono/6, Verdana/6, Trebuchet_MS/7 +.HP +\fB\-c\fR n, \fB\-\-colormap\fR=\fIn\fR +.IP +select colormap number n (0 <= n <= 5) +.HP +\fB\-g[\fR=\fIWxH\fR+x+y], \fB\-\-geometry[\fR=\fIWxH\fR+x+y] +.IP +start in window (i.e. undocked) mode with specified geometry (i.e \fB\-g\fR 96x32 or \fB\-g\fR 64x64+0+0) +.HP +\fB\-\-32\fR, \fB\-\-48\fR, \fB\-\-56\fR +.IP +start in a reduced dockapp, for people whose dock is too small too contain 64x64 dockapps +.HP +\fB\-\-no\-top\fR +.IP +disable the wmtop feature, you will only see the fork animation. +.HP +\fB\-\-no\-fork\fR +.IP +disable the fork animation, you will only see the list of top processes. +.HP +\fB\-\-threshold\fR=\fIn\fR +.IP +minimum CPU consumption (%) of a process listed in the top\-list (default 3%) +.HP +\fB\-u\fR n, \fB\-\-proc\-update\-delay\fR=\fIn\fR +.IP +set the delay between two reads of /proc, the default is 150 (milliseconds). +Setting a small value gives accurate results, but consumes more CPU as reading /proc is quite expensive. +.PP +See /usr/share/doc/wmforkplop/README.gz for more details. +.SH AUTHOR +This manual page was generated using help2man and edited by Varun +Hiremath , for the Debian project (but may be used +by others).