debian/0000755000000000000000000000000011741226142007166 5ustar debian/slashtime.manpages0000644000000000000000000000001411737642065012702 0ustar slashtime.1 debian/docs0000644000000000000000000000003311737642066010051 0ustar README TODO HACKING PLACES debian/compat0000644000000000000000000000000211737642066010400 0ustar 8 debian/rules0000755000000000000000000000026611737642075010266 0ustar #!/usr/bin/make -f JAVA_HOME=/usr/lib/jvm/default-java override_dh_auto_configure: ./configure prefix=/usr libdir=/usr/lib/jni jardir=/usr/share/java %: dh $@ --with javahelper debian/copyright0000644000000000000000000000407011737645106011134 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: slashtime Source: http://research.operationaldynamics.com/projects/slashtime/dist/ Files: * Copyright: Copyright (C) 2003-2011 Operational Dynamics Consulting Pty Ltd, and Others License: GPL-2 slashtime is Logiciel Libre and is Open Source; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2 ("GPL"), with the exception that external third party libraries used by slashtime do not need to be licenced under GPL so long as they are redistributable under an Open Source licence. . slashtime 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 GPL for more details. In particular, note that if you use this and loose your data, you're on your own. . Of course, if you find a bug, please let us know. And, if you fix anything or improve the code please contribute your changes back - that's the whole idea of Open Source. See BUGS and HACKING files for details. . You should have a copy of the GPL somewhere on your system. If you don't, see Files: debian/* Copyright: 2012 Guillaume Mazoyer License: GPL-2+ This package 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 package 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, see . On Debian systems, the complete text of the GNU General Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". debian/patches/0000755000000000000000000000000011737641036010625 5ustar debian/patches/02_manpage.patch0000644000000000000000000000245411737642076013571 0ustar ## Description: Add a manpage for the slashtime binary. ## Origin/Author: Guillaume Mazoyer ## Bug: bug URL Index: slashtime-0.5.13/slashtime.1 =================================================================== --- /dev/null 1970-01-01 00:00:00.000000000 +0000 +++ slashtime-0.5.13/slashtime.1 2011-12-19 14:48:49.616930245 +0100 @@ -0,0 +1,27 @@ +.TH slashtime 1 "December 2011" "Slashtime manpage" "User commands" +.SH NAME +Shashtime \- Display the time in various places. +.SH SYNOPSIS +.B slashtime +[\fB--hidden\fP] +.SH DESCRIPTION +A small program which displays the time in various places. It has a compact +display of locations along with supporting information such as the date and +the abbreviated code used to name that timezone. + +Time data displayed will be as accurate as the system's zoneinfo data is used. +Somewhat unusually, Slashtime shows the offset from the current location, not +from UTC. When running you can change the center point by double-clicking on +another city. +. +There is a meeting planner built into Slashtime. You can specify a date and +time and see what the corresponding time in other locations will be. +.SH OPTIONS +Only one option is available: +.TP +\fB--hidden\fP +Do not maximize the window at startup. +.SH BUGS +No bugs. +.SH AUTHOR +Slashtime is written by Andrew Cowie. debian/patches/series0000644000000000000000000000005211737642101012031 0ustar 01_launcher_script.patch 02_manpage.patch debian/patches/01_launcher_script.patch0000644000000000000000000000202311737642102015323 0ustar ## Description: Do not point directly to a java binary. ## Origin/Author: Guillaume Mazoyer ## Bug: bug URL Index: slashtime-0.5.13/configure =================================================================== --- slashtime-0.5.13.orig/configure 2012-04-06 20:46:43.678711766 +0200 +++ slashtime-0.5.13/configure 2012-04-06 20:52:37.540466263 +0200 @@ -1379,11 +1379,10 @@ print LAUNCHER "#! /bin/sh\n"; print LAUNCHER join (" ", - "exec", - "$JAVA", + "exec java", "-classpath tmp/classes:$JAVAGNOME_JARS ", "slashtime.client.Master", - "\$*") . "\n"; + "\"\$@\"") . "\n"; close LAUNCHER; @@ -1395,13 +1394,13 @@ open LAUNCHER, ">tmp/launcher/slashtime-install"; print LAUNCHER "#! /bin/sh\n"; +print LAUNCHER "# cd'ing to the directory is necessary for the application to find the images.\n"; print LAUNCHER "cd $prefix\n"; print LAUNCHER join (" ", - "exec", - "$JAVA", + "exec java", "-classpath $SLASHTIME_JARS:$JAVAGNOME_JARS", "slashtime.client.Master", - "\$*") . "\n"; + "\"\$@\"") . "\n"; close LAUNCHER; debian/manifest0000644000000000000000000000013311737642103010720 0ustar usr/share/java/slashtime.jar: Class-Path: gtk.jar Main-Class: slashtime.client.Master debian/watch0000644000000000000000000000015711737642104010227 0ustar version=3 http://research.operationaldynamics.com/projects/slashtime/dist/slashtime-([\d\.]+)\.tar\.bz2 debian debian/.pc/0000755000000000000000000000000011737641037007657 5ustar debian/.pc/01_launcher_script.patch~refresh0000644000000000000000000000000011737642105016125 0ustar debian/.pc/.version0000644000000000000000000000000211737642106011333 0ustar 2 debian/.pc/.quilt_series0000644000000000000000000000000711737642107012364 0ustar series debian/.pc/01_launcher_script.patch/0000755000000000000000000000000011737641036014441 5ustar debian/.pc/applied-patches0000644000000000000000000000003111737642107012636 0ustar 01_launcher_script.patch debian/.pc/.quilt_patches0000644000000000000000000000001011737642107012513 0ustar patches debian/source/0000755000000000000000000000000011737641037010477 5ustar debian/source/format0000644000000000000000000000001411737642110011676 0ustar 3.0 (quilt) debian/control0000644000000000000000000000242311741225465010601 0ustar Source: slashtime Section: misc Priority: optional Maintainer: Debian Java Maintainers Uploaders: Guillaume Mazoyer Build-Depends: debhelper (>= 8), default-jdk, javahelper, libjava-gnome-java (>= 4.1.1) Standards-Version: 3.9.2 Homepage: http://research.operationaldynamics.com/projects/slashtime/ Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/slashtime/ Package: slashtime Architecture: all Depends: default-jre | java6-runtime, libjava-gnome-java (>= 4.1.1), ${java:Depends}, ${misc:Depends} Description: Display the time in various places A small program which displays the time in various places. It has a compact display of locations along with supporting information such as the date and the abbreviated code used to name that timezone. . Time data displayed will be as accurate as the system's zoneinfo data is used. Somewhat unusually, Slashtime shows the offset from the current location, not from UTC. When running you can change the center point by double-clicking on another city. . There is a meeting planner built into Slashtime. You can specify a date and time and see what the corresponding time in other locations will be. debian/changelog0000644000000000000000000000024211741226133011036 0ustar slashtime (0.5.13-1) unstable; urgency=low * Initial release (Closes: #643911) -- Guillaume Mazoyer Fri, 30 Sep 2011 19:14:04 +0200