--- hamster-applet-2.24.1.orig/debian/watch +++ hamster-applet-2.24.1/debian/watch @@ -0,0 +1,4 @@ +version=3 +http://ftp.gnome.org/pub/GNOME/sources/hamster-applet/([\d\.]+)[023468]/\ + hamster-applet-(.*)\.tar\.gz \ + debian uupdate --- hamster-applet-2.24.1.orig/debian/control +++ hamster-applet-2.24.1/debian/control @@ -0,0 +1,40 @@ +Source: hamster-applet +Section: gnome +Priority: optional +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Pedro Fragoso +Build-Depends: cdbs, + debhelper (>= 5.0.38), + 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. --- hamster-applet-2.24.1.orig/debian/pycompat +++ hamster-applet-2.24.1/debian/pycompat @@ -0,0 +1 @@ +2 --- hamster-applet-2.24.1.orig/debian/rules +++ hamster-applet-2.24.1/debian/rules @@ -0,0 +1,11 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/gnome.mk +include /usr/share/cdbs/1/rules/simple-patchsys.mk + +install/hamster-applet:: + rm -rf debian/hamster-applet/usr/lib/hamster-applet/idle.la + +binary-install/hamster-applet:: + dh_pycentral -phamster-applet --- hamster-applet-2.24.1.orig/debian/docs +++ hamster-applet-2.24.1/debian/docs @@ -0,0 +1,4 @@ +NEWS +README +AUTHORS +MAINTAINERS --- hamster-applet-2.24.1.orig/debian/changelog +++ hamster-applet-2.24.1/debian/changelog @@ -0,0 +1,35 @@ +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.1.orig/debian/copyright +++ hamster-applet-2.24.1/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'. --- hamster-applet-2.24.1.orig/debian/compat +++ hamster-applet-2.24.1/debian/compat @@ -0,0 +1 @@ +5 --- hamster-applet-2.24.1.orig/debian/patches/01_missing_MAINTAINER.patch +++ hamster-applet-2.24.1/debian/patches/01_missing_MAINTAINER.patch @@ -0,0 +1,14 @@ +diff -Nur -x '*.orig' -x '*~' hamster-applet-2.23.90/MAINTAINERS hamster-applet-2.23.90.new/MAINTAINERS +--- hamster-applet-2.23.90/MAINTAINERS 1970-01-01 01:00:00.000000000 +0100 ++++ hamster-applet-2.23.90.new/MAINTAINERS 2008-08-19 14:29:20.000000000 +0100 +@@ -0,0 +1,10 @@ ++Toms Baugis ++E-mail: toms.baugis@gmail.com ++ ++Patryk Zawadzki ++E-mail: patrys@pld-linux.org ++Userid: pzawadzki ++ ++Juanje Ojeda ++E-mail: jojeda@emergya.es ++Userid: jojeda