r17703 - in /desktop/hamster-applet: ./ debian/ debian/changelog debian/compat debian/control debian/control.in debian/copyright debian/docs debian/rules debian/watch

pochu-guest at users.alioth.debian.org pochu-guest at users.alioth.debian.org
Mon Nov 24 23:15:32 UTC 2008


Author: pochu-guest
Date: Mon Nov 24 23:15:32 2008
New Revision: 17703

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=17703
Log:
* Initial upload to Debian (Closes: #nnn).
  Packaging stolen from Ubuntu, thanks to Pedro Fragoso for his work.
* New upstream release.
* Adapt the package to pkg-gnome.
* New upstream release (lp: #286459)
  - Properly handle first day of week for all locale values.
  Fixes #554256. (lp: #275709)
* New upstream release (LP: #273327)
  - some more strings available for translation, but the main changes
    are the updated translations
* New upstream release (LP: #262744)
  - fixed code so that it works also with Python 2.4
  - Fixed bug with tasks falling into unsorted category (bug #548914)
  - Fixed error when switching tasks with doubleclick
  - Bump up pygtk and libgtk to 2.12, pyobject to 2.14
    intltool to 0.37.1
  - Downgrade XS-python and python b-d and depends to 2.4
* debian/control:
  - Change Homepage field to GNOME url
* Initial release (LP: #255179)

Added:
    desktop/hamster-applet/
    desktop/hamster-applet/debian/
    desktop/hamster-applet/debian/changelog
    desktop/hamster-applet/debian/compat
    desktop/hamster-applet/debian/control
    desktop/hamster-applet/debian/control.in
    desktop/hamster-applet/debian/copyright
    desktop/hamster-applet/debian/docs
    desktop/hamster-applet/debian/rules   (with props)
    desktop/hamster-applet/debian/watch

Added: desktop/hamster-applet/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/hamster-applet/debian/changelog?rev=17703&op=file
==============================================================================
--- desktop/hamster-applet/debian/changelog (added)
+++ desktop/hamster-applet/debian/changelog Mon Nov 24 23:15:32 2008
@@ -1,0 +1,44 @@
+hamster-applet (2.24.2-1) UNRELEASED; urgency=low
+
+  * Initial upload to Debian (Closes: #nnn).
+    Packaging stolen from Ubuntu, thanks to Pedro Fragoso for his work.
+  * New upstream release.
+  * Adapt the package to pkg-gnome.
+
+ -- Emilio Pozuelo Monfort <pochu at ubuntu.com>  Tue, 25 Nov 2008 00:14:26 +0100
+
+hamster-applet (2.24.1-0ubuntu1) intrepid; urgency=low
+
+  * New upstream release (lp: #286459)
+    - Properly handle first day of week for all locale values.
+	  Fixes #554256. (lp: #275709)
+
+ -- Pedro Fragoso <ember at ubuntu.com>  Mon, 20 Oct 2008 11:46:39 +0100
+
+hamster-applet (2.24.0-0ubuntu1) intrepid; urgency=low
+
+  * New upstream release (LP: #273327)
+    - some more strings available for translation, but the main changes
+      are the updated translations
+
+ -- Pedro Fragoso <ember at ubuntu.com>  Mon, 22 Sep 2008 21:57:33 +0100
+
+hamster-applet (2.23.92-0ubuntu1) intrepid; urgency=low
+
+  * New upstream release (LP: #262744)
+    - fixed code so that it works also with Python 2.4
+    - Fixed bug with tasks falling into unsorted category (bug #548914)
+    - Fixed error when switching tasks with doubleclick
+    - Bump up pygtk and libgtk to 2.12, pyobject to 2.14
+      intltool to 0.37.1
+    - Downgrade XS-python and python b-d and depends to 2.4
+  * debian/control:
+    - Change Homepage field to GNOME url
+ 
+ -- Pedro Fragoso <ember at ubuntu.com>  Mon, 08 Sep 2008 17:37:05 +0100
+
+hamster-applet (2.23.90-0ubuntu1) intrepid; urgency=low
+
+  * Initial release (LP: #255179)
+
+ -- Pedro Fragoso <ember at ubuntu.com>  Wed, 06 Aug 2008 01:04:12 +0100

Added: desktop/hamster-applet/debian/compat
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/hamster-applet/debian/compat?rev=17703&op=file
==============================================================================
--- desktop/hamster-applet/debian/compat (added)
+++ desktop/hamster-applet/debian/compat Mon Nov 24 23:15:32 2008
@@ -1,0 +1,1 @@
+5

Added: desktop/hamster-applet/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/hamster-applet/debian/control?rev=17703&op=file
==============================================================================
--- desktop/hamster-applet/debian/control (added)
+++ desktop/hamster-applet/debian/control Mon Nov 24 23:15:32 2008
@@ -1,0 +1,41 @@
+Source: hamster-applet
+Section: gnome
+Priority: optional
+Maintainer: Emilio Pozuelo Monfort <pochu at ubuntu.com>
+Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
+Build-Depends: cdbs,
+               debhelper (>= 5.0.38),
+               gnome-pkg-tools,
+               python-central (>= 0.5.6),
+               python-dev (>= 2.4),
+               libxss-dev,
+               pkg-config,
+               intltool (>= 0.37.1),
+               libgtk2.0-dev (>= 2.12.0),
+               python-gtk2-dev (>= 2.12.0),
+               python-gnome2-desktop-dev (>= 2.10.0),
+               python-gobject-dev (>= 2.14.0),
+               python-pysqlite2
+Standards-Version: 3.8.0
+Homepage: http://live.gnome.org/ProjectHamster
+XS-Python-Version: >= 2.4
+
+Package: hamster-applet
+Architecture: any
+XB-Python-Version: ${python:Versions}
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         ${python:Depends},
+         python (>= 2.4),
+         python-gtk2 (>= 2.12.0),
+         python-glade2 (>= 2.6.0),
+         python-gnome2-desktop (>= 2.10.0),
+         python-gobject (>= 2.14.0),
+         python-pysqlite2
+Description: time tracking applet for GNOME
+ Project Hamster helps you to keep track of how much time you spend on various
+ activities during the day.  Whenever you move from one task to another, you
+ change your current activity in the GNOME applet.
+ .
+ It can present graphical statistics of how long you have spent on each task,
+ and may be useful for project management or keeping employee timesheets.

Added: desktop/hamster-applet/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/hamster-applet/debian/control.in?rev=17703&op=file
==============================================================================
--- desktop/hamster-applet/debian/control.in (added)
+++ desktop/hamster-applet/debian/control.in Mon Nov 24 23:15:32 2008
@@ -1,0 +1,41 @@
+Source: hamster-applet
+Section: gnome
+Priority: optional
+Maintainer: Emilio Pozuelo Monfort <pochu at ubuntu.com>
+Uploaders: @GNOME_TEAM@
+Build-Depends: cdbs,
+               debhelper (>= 5.0.38),
+               gnome-pkg-tools,
+               python-central (>= 0.5.6),
+               python-dev (>= 2.4),
+               libxss-dev,
+               pkg-config,
+               intltool (>= 0.37.1),
+               libgtk2.0-dev (>= 2.12.0),
+               python-gtk2-dev (>= 2.12.0),
+               python-gnome2-desktop-dev (>= 2.10.0),
+               python-gobject-dev (>= 2.14.0),
+               python-pysqlite2
+Standards-Version: 3.8.0
+Homepage: http://live.gnome.org/ProjectHamster
+XS-Python-Version: >= 2.4
+
+Package: hamster-applet
+Architecture: any
+XB-Python-Version: ${python:Versions}
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         ${python:Depends},
+         python (>= 2.4),
+         python-gtk2 (>= 2.12.0),
+         python-glade2 (>= 2.6.0),
+         python-gnome2-desktop (>= 2.10.0),
+         python-gobject (>= 2.14.0),
+         python-pysqlite2
+Description: time tracking applet for GNOME
+ Project Hamster helps you to keep track of how much time you spend on various
+ activities during the day.  Whenever you move from one task to another, you
+ change your current activity in the GNOME applet.
+ .
+ It can present graphical statistics of how long you have spent on each task,
+ and may be useful for project management or keeping employee timesheets.

Added: desktop/hamster-applet/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/hamster-applet/debian/copyright?rev=17703&op=file
==============================================================================
--- desktop/hamster-applet/debian/copyright (added)
+++ desktop/hamster-applet/debian/copyright Mon Nov 24 23:15:32 2008
@@ -1,0 +1,110 @@
+This package was debianized by Pedro Fragoso <ember at ubuntu.com> on
+Wed, 06 Aug 2008 01:04:12 +0100.
+
+It was downloaded from ftp://ftp.gnome.org/pub/GNOME/sources/hamster-applet/
+
+Upstream Authors:
+
+    Patryk Zawadzki <patrys at pld-linux.org>
+    Toms Bauģis <toms.baugis at gmail.com>
+
+Copyright:
+
+     Copyright (C) 2007 Patryk Zawadzki <patrys at pld-linux.org>
+     Copyright (C) 2008 Toms Bauģis <toms.baugis at gmail.com>
+     Copyright (C) 2008 PÄ“teris Caune <cuu508 at gmail.com>
+
+License:
+
+    Project Hamster 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 3 of the License, or
+    (at your option) any later version.
+    
+    Project Hamster 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 Project Hamster.  If not, see <http://www.gnu.org/licenses/>.
+    Or see `/usr/share/common-licenses/GPL-3`.
+    
+---------------------------------------------------------------------------
+hamster/keybinder/_keybindermodule.c is GPL-3
+
+Copyright:
+	
+	Copyright (C) 2005 Nigel Tao <nigeltao at cvs.gnome.org>
+
+License:
+
+	This file is part of Project Hamster.
+	Project Hamster 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 3 of the License, or
+	(at your option) any later version.
+
+	Project Hamster 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 Project Hamster.  If not, see <http://www.gnu.org/licenses/>.
+	Or see `/usr/share/common-licenses/GPL-3`.
+	
+---------------------------------------------------------------------------
+eggaccelerators.[c,h] is LPGL 2
+
+Copyright:
+
+	Copyright (C) 2002  Red Hat, Inc.; Copyright 1998, 2001 Tim Janik
+	
+License:
+
+	This library is free software; you can redistribute it and/or
+	modify it under the terms of the GNU Library General Public
+	License as published by the Free Software Foundation; either
+	version 2 of the License, or (at your option) any later version.
+	
+	This library 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
+	Library General Public License for more details.
+	
+	You should have received a copy of the GNU Library General Public
+	License along with this library; if not, write to the
+	Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+	MA 02110-1301, USA.
+	See `/usr/share/common-licenses/LGPL-2`.
+
+-----------------------------------------------------------------------
+
+
+hamster/keybinder/tomboykeybinder.[c,h] is LGPL v2
+
+Copyright:
+
+	Copyright (C) 2008 Novell
+	
+License:
+
+	This library is free software; you can redistribute it and/or
+	modify it under the terms of the GNU Library General Public
+	License as published by the Free Software Foundation; either
+	version 2 of the License, or (at your option) any later version.
+	
+	This library 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
+	Library General Public License for more details.
+	
+	You should have received a copy of the GNU Library General Public
+	License along with this library; if not, write to the
+	Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+	Boston, MA 02110, USA 
+	See `/usr/share/common-licenses/LGPL-2'.
+	             
+The Debian packaging is (C) 2008, Pedro Fragoso <ember at ubuntu.com> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL-3'.

Added: desktop/hamster-applet/debian/docs
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/hamster-applet/debian/docs?rev=17703&op=file
==============================================================================
--- desktop/hamster-applet/debian/docs (added)
+++ desktop/hamster-applet/debian/docs Mon Nov 24 23:15:32 2008
@@ -1,0 +1,1 @@
+NEWS

Added: desktop/hamster-applet/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/hamster-applet/debian/rules?rev=17703&op=file
==============================================================================
--- desktop/hamster-applet/debian/rules (added)
+++ desktop/hamster-applet/debian/rules Mon Nov 24 23:15:32 2008
@@ -1,0 +1,10 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/utils.mk
+include /usr/share/cdbs/1/class/gnome.mk
+include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
+-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
+
+binary-install/hamster-applet::
+	dh_pycentral -phamster-applet

Propchange: desktop/hamster-applet/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: desktop/hamster-applet/debian/watch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/hamster-applet/debian/watch?rev=17703&op=file
==============================================================================
--- desktop/hamster-applet/debian/watch (added)
+++ desktop/hamster-applet/debian/watch Mon Nov 24 23:15:32 2008
@@ -1,0 +1,3 @@
+version=3
+http://ftp.gnome.org/pub/GNOME/sources/hamster-applet/([\d\.]+)[02468]/ \
+        hamster-applet-(.*)\.tar\.gz




More information about the pkg-gnome-commits mailing list