--- hamster-applet-2.24.3.orig/debian/docs +++ hamster-applet-2.24.3/debian/docs @@ -0,0 +1 @@ +NEWS --- hamster-applet-2.24.3.orig/debian/control +++ hamster-applet-2.24.3/debian/control @@ -0,0 +1,40 @@ +Source: hamster-applet +Section: gnome +Priority: optional +Maintainer: Pedro Fragoso +Uploaders: Debian GNOME Maintainers , Josselin Mouette +Build-Depends: cdbs, + debhelper (>= 5.0.38), + gnome-pkg-tools, + python-central (>= 0.5.6), + python-dev (>= 2.5), + 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) +Standards-Version: 3.8.0 +Homepage: http://live.gnome.org/ProjectHamster +Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/desktop/experimental/hamster-applet +Vcs-Browser: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/hamster-applet?op=log +XS-Python-Version: >= 2.5 + +Package: hamster-applet +Architecture: any +XB-Python-Version: ${python:Versions} +Depends: ${shlibs:Depends}, + ${misc:Depends}, + ${python:Depends}, + python (>= 2.5), + python-gtk2 (>= 2.12.0), + python-glade2 (>= 2.6.0), + python-gnome2-desktop (>= 2.10.0), + python-gobject (>= 2.14.0), +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. --- hamster-applet-2.24.3.orig/debian/rules +++ hamster-applet-2.24.3/debian/rules @@ -0,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 --- hamster-applet-2.24.3.orig/debian/watch +++ hamster-applet-2.24.3/debian/watch @@ -0,0 +1,3 @@ +version=3 +http://ftp.gnome.org/pub/GNOME/sources/hamster-applet/([\d\.]+)[02468]/ \ + hamster-applet-(.*)\.tar\.gz --- hamster-applet-2.24.3.orig/debian/changelog +++ hamster-applet-2.24.3/debian/changelog @@ -0,0 +1,59 @@ +hamster-applet (2.24.3-1) unstable; urgency=low + + * New upstream bugfix and translation release. + + -- Josselin Mouette Thu, 05 Mar 2009 18:19:45 +0100 + +hamster-applet (2.24.2-1) experimental; urgency=low + + [ Emilio Pozuelo Monfort ] + * New upstream release. + * Adapt the package to pkg-gnome. + * Require Python >= 2.5 for the sqlite bindings. + + [ Pedro Fragoso ] + * Initial upload to Debian (Closes: #477972) + - Thanks Tim Retout for the initial ITP and permission + + [ Loic Minier ] + * Cleanup whitespaces. + * Use /experimental instead of /unstable in Vcs-* fields. + * Drop libxss-dev build-dep. + + -- Pedro Fragoso Thu, 04 Dec 2008 17:47:03 +0000 + +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 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 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 Mon, 08 Sep 2008 17:37:05 +0100 + +hamster-applet (2.23.90-0ubuntu1) intrepid; urgency=low + + * Initial release (LP: #255179) + + -- Pedro Fragoso Wed, 06 Aug 2008 01:04:12 +0100 --- hamster-applet-2.24.3.orig/debian/compat +++ hamster-applet-2.24.3/debian/compat @@ -0,0 +1 @@ +5 --- hamster-applet-2.24.3.orig/debian/control.in +++ hamster-applet-2.24.3/debian/control.in @@ -0,0 +1,40 @@ +Source: hamster-applet +Section: gnome +Priority: optional +Maintainer: Pedro Fragoso +Uploaders: @GNOME_TEAM@ +Build-Depends: cdbs, + debhelper (>= 5.0.38), + gnome-pkg-tools, + python-central (>= 0.5.6), + python-dev (>= 2.5), + 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) +Standards-Version: 3.8.0 +Homepage: http://live.gnome.org/ProjectHamster +Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/desktop/experimental/hamster-applet +Vcs-Browser: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/hamster-applet?op=log +XS-Python-Version: >= 2.5 + +Package: hamster-applet +Architecture: any +XB-Python-Version: ${python:Versions} +Depends: ${shlibs:Depends}, + ${misc:Depends}, + ${python:Depends}, + python (>= 2.5), + python-gtk2 (>= 2.12.0), + python-glade2 (>= 2.6.0), + python-gnome2-desktop (>= 2.10.0), + python-gobject (>= 2.14.0), +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. --- hamster-applet-2.24.3.orig/debian/copyright +++ hamster-applet-2.24.3/debian/copyright @@ -0,0 +1,110 @@ +This package was debianized by Pedro Fragoso 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 + Toms Bauģis + +Copyright: + + Copyright (C) 2007 Patryk Zawadzki + Copyright (C) 2008 Toms Bauģis + Copyright (C) 2008 Pēteris Caune + +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 . + Or see `/usr/share/common-licenses/GPL-3`. + +--------------------------------------------------------------------------- +hamster/keybinder/_keybindermodule.c is GPL-3 + +Copyright: + + Copyright (C) 2005 Nigel Tao + +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 . + 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 and +is licensed under the GPL, see `/usr/share/common-licenses/GPL-3'.