debian/0000755000000000000000000000000012236530377007176 5ustar debian/source/0000755000000000000000000000000012226563757010505 5ustar debian/source/format0000644000000000000000000000001412226563757011713 0ustar 3.0 (quilt) debian/control0000644000000000000000000000154612226563757010616 0ustar Source: wmtime Section: x11 Priority: optional Maintainer: Doug Torrance Build-Depends: debhelper (>= 9), libx11-dev, libxpm-dev, libxext-dev Standards-Version: 3.9.4 Homepage: http://wmtime.sourceforge.net/ Vcs-Browser: http://repo.or.cz/w/dockapps.git Vcs-Git: git://repo.or.cz/dockapps.git Package: wmtime Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: Window Maker dockapp that displays the time and date WMTime displays the time and date and gives you some nice additional features too. It is intended for docking in Window Maker. . It currently provides: . * the time and date; * a realtime morphing interface (analog <> digital mode); * auto-scaled and anti-aliased hands; * localization: displaying the day and date in various languages; * three user-defined commands to launch. debian/dirs0000644000000000000000000000001012226563757010060 0ustar usr/bin debian/wmtimerc0000644000000000000000000000004712226563757010760 0ustar left: xterm middle: xload right: xcalc debian/compat0000644000000000000000000000000212226563757010403 0ustar 9 debian/rules0000755000000000000000000000036512226563757010271 0ustar #!/usr/bin/make -f %: dh $@ override_dh_auto_build: dh_auto_build cd wmtime && make override_dh_clean: dh_clean cd wmtime && make clean || true override_dh_install: dh_install cd wmtime && make DESTDIR=$(CURDIR)/debian/wmtime install debian/watch0000644000000000000000000000006312226563757010235 0ustar version=3 http://sf.net/wmtime/wmtime-(.+)\.tar\.gzdebian/copyright0000644000000000000000000000666212226563757011152 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: wmtime Upstream-Contact: Doug Torrance Source: http://wmtime.sourceforge.net/ Files: * Copyright: 1997, 1998 Martijn Pieterse and Antoine Nulle License: GPL-2 Files: wmtime/wmtime.1 Copyright: 2003 Software in the Public Interest, Inc. License: GPL-2+ Files: wmgeneral/misc.c Copyright: 1997 Alfredo K. Kojima License: GPL-2+ Files: wmgeneral/list.* Copyright: 1993, 1994 Free Software Foundation, Inc. License: GPL-2+ with exception Files: debian/* Copyright: 2012 Doug Torrance 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. . 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'. 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'. License: GPL-2+ with exception 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'. . As a special exception, if you link this library with files compiled with GCC to produce an executable, this does not cause the resulting executable to be covered by the GNU General Public License. This exception does not however invalidate any other reasons why the executable file might be covered by the GNU General Public License. debian/menu0000644000000000000000000000022112226563757010067 0ustar ?package(wmtime):\ needs="X11"\ section="Applications/System/Monitoring"\ title="WMtime"\ command="/usr/bin/wmtime"\ hints="Clocks,Dockapp" debian/changelog0000644000000000000000000000662612236530370011053 0ustar wmtime (1.1-1) unstable; urgency=low * New upstream version + Includes all previous Debian patches. + Default to English when non-Latin characters are encountered. (Closes: #726125) + Print numbers in weekday/month names when needed. * debian/control + Fix Vcs-Browser field. + Update Homepage. * debian/watch + Switch to new URL. -- Doug Torrance Sun, 13 Oct 2013 13:35:36 -0500 wmtime (1.0b2-11) unstable; urgency=low * New maintainer (Closes: #691813). * debian/compat + Bump to 9. * debian/control + Change homepage and maintainer. + Bump Standards-Version to 3.9.4, no changes required. * debian/watch + Add a watch file. * debian/patches + Switch to dpkg-source 3.0 (quilt) format. + Fix -noseconds garbage, patch by Andrew Deason. (Closes: #639626) + Fix date localization, patch by Milan Cermak. (Closes: #661843) + Fix Makefile to enable hardening, patch by John Paul Adrian Glaubitz. * debian/rules + Simplify to debhelper 7 style. * debian/copyright + Update to new format. -- Doug Torrance Thu, 19 Sep 2013 21:09:40 -0500 wmtime (1.0b2-10) unstable; urgency=low * New maintainer. (Closes: #487135) * Remove old rules file. (Closes: #379574) * Moved menu item to Applications/System/Monitoring. * Minor code corrections to avoid build warnings. -- Paul Harris Tue, 15 Jul 2008 15:24:09 +0800 wmtime (1.0b2-9) unstable; urgency=medium * Fix build dependencies so we no longer depend on libxpm4-dev. * Quote all strings in /usr/lib/menu/wmtime. -- Simon Law Tue, 10 Aug 2004 21:15:53 -0400 wmtime (1.0b2-8) unstable; urgency=low * Fix even more problems in wmtime.1. * Add a Debian menu entry for wmtime. -- Simon Law Wed, 26 Nov 2003 23:16:11 -0500 wmtime (1.0b2-7) unstable; urgency=low * Correct usage information. * Fix some problems in wmtime.1. -- Simon Law Thu, 13 Nov 2003 01:29:24 -0500 wmtime (1.0b2-6) unstable; urgency=low * New maintainer. * Added a man page for wmtime. It was inspired by Adriaan Peeters' work. (Closes: #181684) * Add the -geometry option. (Closes: #182278, #212426) * Add the -noseconds option. (Closes: #25438) * Fix some buffer overflow problems. -- Simon Law Thu, 09 Oct 2003 17:52:34 -0400 wmtime (1.0b2-5) unstable; urgency=low * Update menu entry to the new binary path. (Closes: #142461) -- Fredrik Hallenberg Fri, 12 Apr 2002 17:58:04 +0200 wmtime (1.0b2-4) unstable; urgency=low * Install into /usr/bin instead of /usr/X11R6/bin. (Closes: #122023) * Recompile to fix dependencies. (Closes: #132386) -- Fredrik Hallenberg Thu, 11 Apr 2002 18:20:07 +0200 wmtime (1.0b2-3) frozen unstable; urgency=low * Fix month name (NOV instead of NOW). * Add menu entry. (Closes: #51996) * Bump Standards Version to 3.1.1. -- Fredrik Hallenberg Sun, 6 Feb 2000 21:01:55 +0100 wmtime (1.0b2-2) unstable; urgency=low * Fix a bug where wmtime didn't work properly with the -digital flag set. (Closes: #31869) -- Fredrik Hallenberg Mon, 5 Jul 1999 09:32:59 +0200 wmtime (1.0b2-1) unstable; urgency=low * Initial release. -- Fredrik Hallenberg Wed, 15 Jul 1998 18:18:07 +0200 debian/examples0000644000000000000000000000002012226563757010736 0ustar debian/wmtimerc debian/manpages0000644000000000000000000000002012226563757010713 0ustar wmtime/wmtime.1