debian/ 0000755 0000000 0000000 00000000000 11741226142 007166 5 ustar debian/slashtime.manpages 0000644 0000000 0000000 00000000014 11737642065 012702 0 ustar slashtime.1
debian/docs 0000644 0000000 0000000 00000000033 11737642066 010051 0 ustar README
TODO
HACKING
PLACES
debian/compat 0000644 0000000 0000000 00000000002 11737642066 010400 0 ustar 8
debian/rules 0000755 0000000 0000000 00000000266 11737642075 010266 0 ustar #!/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/copyright 0000644 0000000 0000000 00000004070 11737645106 011134 0 ustar 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/ 0000755 0000000 0000000 00000000000 11737641036 010625 5 ustar debian/patches/02_manpage.patch 0000644 0000000 0000000 00000002454 11737642076 013571 0 ustar ## 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/series 0000644 0000000 0000000 00000000052 11737642101 012031 0 ustar 01_launcher_script.patch
02_manpage.patch
debian/patches/01_launcher_script.patch 0000644 0000000 0000000 00000002023 11737642102 015323 0 ustar ## 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/manifest 0000644 0000000 0000000 00000000133 11737642103 010720 0 ustar usr/share/java/slashtime.jar:
Class-Path: gtk.jar
Main-Class: slashtime.client.Master
debian/watch 0000644 0000000 0000000 00000000157 11737642104 010227 0 ustar version=3
http://research.operationaldynamics.com/projects/slashtime/dist/slashtime-([\d\.]+)\.tar\.bz2 debian
debian/.pc/ 0000755 0000000 0000000 00000000000 11737641037 007657 5 ustar debian/.pc/01_launcher_script.patch~refresh 0000644 0000000 0000000 00000000000 11737642105 016125 0 ustar debian/.pc/.version 0000644 0000000 0000000 00000000002 11737642106 011333 0 ustar 2
debian/.pc/.quilt_series 0000644 0000000 0000000 00000000007 11737642107 012364 0 ustar series
debian/.pc/01_launcher_script.patch/ 0000755 0000000 0000000 00000000000 11737641036 014441 5 ustar debian/.pc/applied-patches 0000644 0000000 0000000 00000000031 11737642107 012636 0 ustar 01_launcher_script.patch
debian/.pc/.quilt_patches 0000644 0000000 0000000 00000000010 11737642107 012513 0 ustar patches
debian/source/ 0000755 0000000 0000000 00000000000 11737641037 010477 5 ustar debian/source/format 0000644 0000000 0000000 00000000014 11737642110 011676 0 ustar 3.0 (quilt)
debian/control 0000644 0000000 0000000 00000002423 11741225465 010601 0 ustar 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/changelog 0000644 0000000 0000000 00000000242 11741226133 011036 0 ustar slashtime (0.5.13-1) unstable; urgency=low
* Initial release (Closes: #643911)
-- Guillaume Mazoyer Fri, 30 Sep 2011 19:14:04 +0200