Author: gmazoyer-guest
Date: 2011-09-30 19:47:56 +0000 (Fri, 30 Sep 2011)
New Revision: 15140

Added:
   trunk/slashtime/
   trunk/slashtime/debian/
   trunk/slashtime/debian/changelog
   trunk/slashtime/debian/compat
   trunk/slashtime/debian/control
   trunk/slashtime/debian/copyright
   trunk/slashtime/debian/docs
   trunk/slashtime/debian/rules
   trunk/slashtime/debian/source/
   trunk/slashtime/debian/source/format
   trunk/slashtime/debian/watch
Log:
slashtime: Add initial release.


Added: trunk/slashtime/debian/changelog
===================================================================
--- trunk/slashtime/debian/changelog                            (rev 0)
+++ trunk/slashtime/debian/changelog    2011-09-30 19:47:56 UTC (rev 15140)
@@ -0,0 +1,5 @@
+slashtime (0.5.13-1) unstable; urgency=low
+
+  * Initial release (Closes: #643911)
+
+ -- Guillaume Mazoyer <[email protected]>  Fri, 30 Sep 2011 19:14:04 +0200

Added: trunk/slashtime/debian/compat
===================================================================
--- trunk/slashtime/debian/compat                               (rev 0)
+++ trunk/slashtime/debian/compat       2011-09-30 19:47:56 UTC (rev 15140)
@@ -0,0 +1 @@
+8

Added: trunk/slashtime/debian/control
===================================================================
--- trunk/slashtime/debian/control                              (rev 0)
+++ trunk/slashtime/debian/control      2011-09-30 19:47:56 UTC (rev 15140)
@@ -0,0 +1,29 @@
+Source: slashtime
+Section: misc
+Priority: optional
+Maintainer: Debian Java Maintainers 
<[email protected]>
+Uploaders: Guillaume Mazoyer <[email protected]>
+Build-Depends: debhelper (>= 8),
+               default-jdk,
+               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: any
+Depends: default-jre | java6-runtime,
+         libjava-gnome-java (>= 4.1.1),
+         ${misc:Depends}
+Description: Slashtime - Display the time in various places.
+ Slashtime is 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.

Added: trunk/slashtime/debian/copyright
===================================================================
--- trunk/slashtime/debian/copyright                            (rev 0)
+++ trunk/slashtime/debian/copyright    2011-09-30 19:47:56 UTC (rev 15140)
@@ -0,0 +1,44 @@
+Format: http://dep.debian.net/deps/dep5
+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:
+ 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
+ http://www.gnu.org/copyleft/gpl.html or write to the Free Software Foundation,
+ Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
+
+Files: debian/*
+Copyright: 2011 Guillaume Mazoyer <[email protected]>
+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 <http://www.gnu.org/licenses/>
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".

Added: trunk/slashtime/debian/docs
===================================================================
--- trunk/slashtime/debian/docs                         (rev 0)
+++ trunk/slashtime/debian/docs 2011-09-30 19:47:56 UTC (rev 15140)
@@ -0,0 +1,4 @@
+README
+TODO
+HACKING
+PLACES

Added: trunk/slashtime/debian/rules
===================================================================
--- trunk/slashtime/debian/rules                                (rev 0)
+++ trunk/slashtime/debian/rules        2011-09-30 19:47:56 UTC (rev 15140)
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+
+
+override_dh_auto_configure:
+       ./configure prefix=/usr libdir=/usr/lib/jni jardir=/usr/share/java
+
+%:
+       dh $@


Property changes on: trunk/slashtime/debian/rules
___________________________________________________________________
Added: svn:executable
   + 

Added: trunk/slashtime/debian/source/format
===================================================================
--- trunk/slashtime/debian/source/format                                (rev 0)
+++ trunk/slashtime/debian/source/format        2011-09-30 19:47:56 UTC (rev 
15140)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: trunk/slashtime/debian/watch
===================================================================
--- trunk/slashtime/debian/watch                                (rev 0)
+++ trunk/slashtime/debian/watch        2011-09-30 19:47:56 UTC (rev 15140)
@@ -0,0 +1,2 @@
+version=3
+http://research.operationaldynamics.com/projects/slashtime/dist/slashtime-([\d\.]+)\.tar\.bz2
 debian


_______________________________________________
pkg-java-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to