debian/0000755000000000000000000000000012163103326007163 5ustar debian/changelog0000644000000000000000000000716412163103321011040 0ustar wmwork (0.2.6-1) unstable; urgency=low * New upstream release: Fixed segfault, thanks to The Mayhem Team from Cylab, Carnegie Mellon University. * Updated standards version: + added build-arch, build-indep targets to debian/build, + added hardening build flags. -- Martin A. Godisch Thu, 27 Jun 2013 20:39:12 +0200 wmwork (0.2.5-4) unstable; urgency=low * Fixed watch file, closes: #551492. * Updated package to source format 3.0 (quilt). * Updated standards version. -- Martin A. Godisch Sun, 12 Sep 2010 09:03:29 +0200 wmwork (0.2.5-3) unstable; urgency=low * Fixed watch file, closes: #449894. -- Martin A. Godisch Mon, 10 Dec 2007 20:15:20 +0100 wmwork (0.2.5-2) unstable; urgency=low * Debian maintenance release. * Fixed distclean target. * Updated menu section to Applications/Project Management. * Updated standards version. -- Martin A. Godisch Sat, 03 Nov 2007 10:42:54 +0100 wmwork (0.2.5-1) unstable; urgency=low * New upstream release. * Fixed POSIX compliance of debian/rules. * Fixed menu file. * Added watch file, updated copyright file. * Updated standards version. -- Martin A. Godisch Fri, 02 Dec 2005 08:36:45 +0100 wmwork (0.2.4-1) unstable; urgency=low * New upstream release, closes: #190859. * Updated standards version. * Temporarily removed debian/watch file. -- Martin A. Godisch Tue, 29 Apr 2003 11:00:00 +0200 wmwork (0.2.3-1) unstable; urgency=low * New upstream release, closes: #186195. * Re-added lost debian/watch. * Updated standards version. -- Martin A. Godisch Tue, 25 Mar 2003 11:10:30 +0100 wmwork (0.2.2-3) unstable; urgency=low * Fixed compiler warning on alpha & co. * Fixed update-menus in debian/postinst and debian/postrm. -- Martin A. Godisch Sat, 01 Mar 2003 11:36:30 +0100 wmwork (0.2.2-2) unstable; urgency=low * Removed build-dependency on debhelper. * Updated maintainer email address. -- Martin A. Godisch Fri, 21 Feb 2003 09:19:40 +0100 wmwork (0.2.2-1) unstable; urgency=low * New upstream release. * Fixed debhelper version and missing noopt. * Updated standards version. -- Martin A. Godisch Thu, 02 Jan 2003 22:02:24 +0100 wmwork (0.2.1-1) unstable; urgency=low * New upstream release. -- Martin A. Godisch Sat, 02 Nov 2002 16:39:05 +0100 wmwork (0.2.0-1) unstable; urgency=low * New upstream release. * Updated debian directory. -- Martin A. Godisch Sat, 19 Oct 2002 16:49:15 +0200 wmwork (0.1.0-1) unstable; urgency=low * New upstream release. * Added debian/compat, debian/watch; updated debian/rules. -- Martin A. Godisch Sat, 30 Mar 2002 17:44:10 +0100 wmwork (0.0.10-1) unstable; urgency=medium * New upstream release. -- Martin A. Godisch Tue, 19 Mar 2002 17:46:01 +0100 wmwork (0.0.9-1) unstable; urgency=low * New upstream release. * Moved files from /usr/X11R6 to /usr. * Updated standards version. -- Martin A. Godisch Mon, 4 Mar 2002 02:17:13 +0100 wmwork (0.0.8-2) unstable; urgency=low * Fixed architecture in debian/control. -- Martin A. Godisch Sun, 3 Mar 2002 07:52:49 +0100 wmwork (0.0.8-1) unstable; urgency=low * Initial release (closes: #135697). -- Martin A. Godisch Tue, 26 Feb 2002 08:53:00 +0100 debian/control0000644000000000000000000000132212163077123010571 0ustar Source: wmwork Section: x11 Priority: optional Maintainer: Martin A. Godisch Build-Depends: libx11-dev, libxext-dev, libxpm-dev Standards-Version: 3.9.4 Package: wmwork Architecture: any Depends: ${shlibs:Depends} Suggests: wmaker | afterstep Description: Keep track of time worked on projects wmwork provides a monitor on a 64x64 mini window that helps you keeping track of your time. The idea is based on the program Worklog written by Truxton King Fulton II. In contrast to Worklog wmwork is a graphical application designed to work with the WindowMaker dock, but will work with other window managers as well. wmwork's upstream homepage can be found at http://www.godisch.de/debian/wmwork/. debian/copyright0000644000000000000000000000200511302561167011120 0ustar This is wmwork, written by Martin A. Godisch . The source code can be found at http://www.godisch.de/debian/wmwork/. Copyright (c) 2002-2005 Martin A. Godisch . 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/Linux systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL. debian/menu0000644000000000000000000000016411302561167010060 0ustar ?package(wmwork):needs="X11" section="Applications/Project Management" \ title="wmwork" command="/usr/bin/wmwork" debian/postinst0000644000000000000000000000014611302561167010777 0ustar #!/bin/sh set -e if [ -x /usr/bin/update-menus -a "$1" = configure ]; then update-menus fi exit 0 debian/postrm0000644000000000000000000000012211302561167010432 0ustar #!/bin/sh set -e if [ -x /usr/bin/update-menus ]; then update-menus fi exit 0 debian/rules0000755000000000000000000000417712163103205010250 0ustar #!/usr/bin/make -f BUILDDIR = debian/wmwork DEBDIR = $(BUILDDIR)/DEBIAN DOCDIR = $(BUILDDIR)/usr/share/doc/wmwork testdir = test -f src/wmwork.c && test -f debian/rules testroot = test x`whoami` = xroot ifeq ($(DEB_BUILD_GNU_TYPE), $(DEB_HOST_GNU_TYPE)) CONFFLAGS += --build $(DEB_HOST_GNU_TYPE) else CONFFLAGS += --build $(DEB_BUILD_GNU_TYPE) --host $(DEB_HOST_GNU_TYPE) endif CPPFLAGS = -Wall $(shell dpkg-buildflags --get CPPFLAGS) export CPPFLAGS CFLAGS = -Wall -g $(shell dpkg-buildflags --get CFLAGS) ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) CFLAGS += -O0 else CFLAGS += -O2 endif export CFLAGS LDFLAGS = -Wall $(shell dpkg-buildflags --get LDFLAGS) export LDFLAGS clean: $(testdir) rm -f build debian/files debian/substvars [ ! -f src/Makefile ] || $(MAKE) -C src distclean rm -rf debian/wmwork build: build-arch build-indep: build-arch: $(testdir) cd src && ./configure $(CONFFLAGS) --prefix=/usr --mandir=/usr/share/man $(MAKE) -C src touch build binary: binary-arch binary-indep: binary-arch: build $(testdir) $(testroot) rm -rf debian/wmwork $(MAKE) -C src install DESTDIR=$(CURDIR)/debian/wmwork ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) strip -R .comment -R .note $(BUILDDIR)/usr/bin/wmwork endif gzip -9 $(BUILDDIR)/usr/share/man/man1/wmwork.1 install -D -o root -g root -m 0644 debian/menu $(BUILDDIR)/usr/share/menu/wmwork install -D -o root -g root -m 0644 CHANGES $(DOCDIR)/changelog install -D -o root -g root -m 0644 debian/changelog $(DOCDIR)/changelog.Debian install -o root -g root -m 0644 README debian/copyright $(DOCDIR) install -D -o root -g root -m 0644 debian/worklog $(DOCDIR)/examples/worklog gzip -9 $(DOCDIR)/changelog* install -d -o root -g root -m 0755 $(DEBDIR) install -o root -g root -m 0644 debian/control $(DEBDIR) install -o root -g root -m 0755 debian/postinst debian/postrm $(DEBDIR) cd $(BUILDDIR) && find usr -type f -print0 | xargs -0 md5sum > DEBIAN/md5sums chmod 0644 $(DEBDIR)/md5sums dpkg-shlibdeps $(BUILDDIR)/usr/bin/wmwork dpkg-gencontrol -isp -pwmwork -P$(BUILDDIR) dpkg --build $(BUILDDIR) .. .PHONY: clean binary binary-indep binary-arch debian/watch0000644000000000000000000000011711443075444010224 0ustar version=3 http://people.debian.org/~godisch/wmwork/wmwork-(.*)\.tar\.gz debian debian/worklog0000644000000000000000000000027611302561167010604 0ustar # sample wmwork configuration file # do not edit while wmwork is running # # you may save this file as an initial ~/.wmwork/worklog A02:0:comment here PSI:0 TEST:0:only 'TES' will be shown debian/source/0000755000000000000000000000000011442763375010502 5ustar debian/source/format0000644000000000000000000000001411442763375011710 0ustar 3.0 (quilt)