--- timer-applet-2.1.2.orig/src/timerapplet/core/PresetsStore.py +++ timer-applet-2.1.2/src/timerapplet/core/PresetsStore.py @@ -105,7 +105,7 @@ PresetsStore._MINUTES_COL, PresetsStore._SECONDS_COL) node = et.SubElement(root, 'preset') - node.set('name', name) + node.set('name', unicode(name)) node.set('duration', str(utils.hms_to_seconds(hours, minutes, seconds))) model.foreach(add_xml_node) --- timer-applet-2.1.2.orig/debian/compat +++ timer-applet-2.1.2/debian/compat @@ -0,0 +1 @@ +5 --- timer-applet-2.1.2.orig/debian/changelog +++ timer-applet-2.1.2/debian/changelog @@ -0,0 +1,218 @@ +timer-applet (2.1.2-1) unstable; urgency=low + + * New upstream release. (Closes: #524238) + * Added a watch file. + * Dropped patches incorporated by upstream. + + -- Philipp Kern Thu, 16 Apr 2009 17:03:20 +0200 + +timer-applet (2.0.1-4) unstable; urgency=low + + * Ensure that the fraction of remaining time and duration is always + positive. (LP: #149334) + * Bump Standards-Version to 3.8.0 with no changes. + * Link to upstream's homepage. + + -- Philipp Kern Sat, 04 Oct 2008 15:01:29 +0200 + +timer-applet (2.0.1-3.1) unstable; urgency=low + + * NMU. Rebuild to move files to /usr/share/pyshared. Closes: #490510. + + -- Matthias Klose Fri, 18 Jul 2008 15:40:07 +0000 + +timer-applet (2.0.1-3) unstable; urgency=low + + * Merge branch 'upstream+patches': + - cast the name of presets to unicode to build proper XML + (Closes: #460311) + - use gstreamer instead of gnome.sound_play (Closes: #408396) + + -- Philipp Kern Sun, 09 Mar 2008 14:35:58 +0100 + +timer-applet (2.0.1-2) unstable; urgency=low + + * python2.3 is not supported, so it should be ignored if installed. + (Closes: #460757) + * Depend on python-elementtree, as it is not shipped with python2.4, + but python2.5 will provide it. + (Closes: #462481) + + -- Philipp Kern Tue, 29 Jan 2008 18:18:23 +0100 + +timer-applet (2.0.1-1) unstable; urgency=low + + * Taking over the package for Debian. (Closes: #459597) + * New upstream release. (Closes: #459387) + * Remove superfluous documentary README.Debian. + * Regenerated the manual page. + * Bump standards version, no changes. + * Move most build dependencies to -indep. + * Add VCS headers. + + -- Philipp Kern Sat, 12 Jan 2008 00:49:36 +0100 + +timer-applet (2.0.1-0ubuntu1) gutsy; urgency=low + + * Resynchronized with Debian, no Ubuntu changes. + * New upstream release. + * debian/control: + - set Maintainer: Ubuntu MOTU Developers . + * debian/control, debian/pycompat, debian/rules: as timer-applet was + rewritten in python use python-central, change dependencies, etc etc. + + -- Daniel Holbach Tue, 01 May 2007 11:15:13 +0200 + +timer-applet (1.3.1-1) unstable; urgency=low + + * New upstream release; closes: #397806. + - Bump up libgtk2.0-dev build-dep to >= 2.8 according to NEWS. + - Version the libgnomeui-dev to >= 2.0.0. + - Build-depend on libnotify-dev (>= 0.3.0). + * Build-depend on gconf2 for gconftool-2. + * Bump up debhelper and cdbs build-deps for dh_gconf support; fix changelog + entry in version 1.2-1 which was about *not* installing the GConf schemas + in /etc. + * Bump up Standards-Version to 3.7.2. + * Bump up debhelper compatibility level to 5. + * Add myself to Uploaders. + * Drop useless debian/dirs. + + -- Loic Minier Thu, 9 Nov 2006 22:21:15 +0100 + +timer-applet (1.2-1) unstable; urgency=low + + * Stops installing gconf defaults in /etc (Closes: #359858) + + -- Joachim Breitner Wed, 29 Mar 2006 17:19:56 +0200 + +timer-applet (1.2-0ubuntu1) dapper; urgency=low + + * New upstream release: + - Implemented customizable notification sound in the Preferences dialog + box, + - Added right-click menu items for pausing, resuming, restarting, and + stopping the timer (thanks in part to Baris Cicek) + - Added Presets submenu to the right-click menu for starting presets + - Added Turkish translation from Baris Cicek + - Updated Swedish translation from Sergej Kotliar + - Couple of bug fixes from Toshio Kuratomi + - Minor UI improvements + - Bug fixes + - Timer Applet now requires at least GTK+ 2.6. + * debian/control: + - bumped Build-Dep on libgtk2.0-dev. + - changed maintainer mail address. + - added scrollkeeper to Build-Deps. + + -- Daniel Holbach Thu, 15 Dec 2005 12:08:21 +0100 + +timer-applet (1.1.1-1) unstable; urgency=low + + * Adapted to Debian by the Utnubu Team + + -- Joachim Breitner Wed, 7 Sep 2005 21:44:54 +0200 + +timer-applet (1.1.1-0ubuntu1) breezy; urgency=low + + * New upstream release: + - Fixed another compiler warning when using GCC 4.0 + + -- Daniel Holbach Thu, 25 Aug 2005 02:45:10 +0200 + +timer-applet (1.1-0ubuntu1) breezy; urgency=low + + * New upstream release: + - Fixed compiler warnings when using GCC 4.0 + - Added Polish translation from Michal Kastelik + * debian/control: + - Bumped Standards-Version to 3.6.2. + * debian/rules: + - removed tarball.mk line. + + -- Daniel Holbach Wed, 17 Aug 2005 09:45:54 +0200 + +timer-applet (1.0-0ubuntu1) hoary; urgency=low + + * New upstream release. + + -- Daniel Holbach Sun, 3 Apr 2005 10:09:25 +0200 + +timer-applet (0.9-0ubuntu1) hoary; urgency=low + + * New upstream release. + + -- Daniel Holbach Wed, 23 Mar 2005 08:58:10 +0100 + +timer-applet (0.8-0ubuntu1) hoary; urgency=low + + * New upstream release. + + -- Daniel Holbach Wed, 16 Mar 2005 19:38:49 +0100 + +timer-applet (0.7-1) hoary; urgency=low + + * new upstream release. + + -- Daniel Holbach Fri, 04 Mar 2005 20:38:41 +0100 + +timer-applet (0.6-1) hoary; urgency=low + + * new upstream release. + + -- Daniel Holbach Sun, 20 Feb 2005 00:58:36 +0100 + +timer-applet (0.5.1-2) hoary; urgency=low + + * upload - 2nd try + + -- Daniel Holbach Wed, 02 Feb 2005 11:43:49 +0100 + +timer-applet (0.5.1-1) hoary; urgency=low + + * new upstream release (0.5.1) + * Quick bug-fix release to fix a bug in which the applet would crash if + the user closed the "Resume Timer" dialog by clicking on the close box. + * (0.5) + * Start timer dialog defaults to last-used timer + * Improved interface to allow the user to easily reset a paused timer + * Patch to fix missing translation entries by Daniel Holbach + * French translation by Frederic Grollier + * Swedish translation by Jan Morén + * Various bug fixes + + -- Daniel Holbach Wed, 02 Feb 2005 10:30:13 +0100 + +timer-applet (0.4+cvs200501311-1) hoary; urgency=low + + * new CVS checkout: + * german translation. + * added intltool to build-depends. + + -- Daniel Holbach Mon, 31 Jan 2005 00:50:43 +0100 + +timer-applet (0.4-1) hoary; urgency=low + + * new upstream release + * Gave the "Timer Finished" dialog a title + * Made the "Timer Finished" dialog show when the countdown finished + * Fixed compiler warning message + * Fixed a GConf error message (thanks to Seth Hadley) + * Fixed localization issues. Translations should now work! + * Added a translation for Basque (thanks to Mikel Olasagasti) + + -- Daniel Holbach Sun, 30 Jan 2005 22:59:47 +0100 + +timer-applet (0.3+cvs20050130-1) hoary; urgency=low + + * new CVS checkout + * closes: sourceforge.net: #1110683 + + -- Daniel Holbach Sun, 30 Jan 2005 10:02:05 +0100 + +timer-applet (0.3-1) hoary; urgency=low + + * Initial Release. + + -- Daniel Holbach Thu, 27 Jan 2005 11:34:41 +0100 + --- timer-applet-2.1.2.orig/debian/rules +++ timer-applet-2.1.2/debian/rules @@ -0,0 +1,13 @@ +#!/usr/bin/make -f + +DEB_PYTHON_SYSTEM := pycentral + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/autotools.mk +include /usr/share/cdbs/1/class/gnome.mk + + +binary-install/timer-applet:: + find . -name '*.pyc' -o -name '*.pyo' | xargs rm -f + dh_pycentral + --- timer-applet-2.1.2.orig/debian/control +++ timer-applet-2.1.2/debian/control @@ -0,0 +1,26 @@ +Source: timer-applet +Section: gnome +Priority: optional +Maintainer: Philipp Kern +Build-Depends: debhelper (>= 5), cdbs (>= 0.4.25), python-central (>= 0.5) +Build-Depends-Indep: intltool, gconf2, python-all-dev, scrollkeeper +XS-Python-Version: >= 2.4 +Standards-Version: 3.8.0 +Homepage: http://timerapplet.sourceforge.net/ + +Package: timer-applet +Section: gnome +Architecture: all +Depends: ${python:Depends}, ${misc:Depends}, python-gtk2 (>= 2.10), python-gnome2-desktop (>= 2.16), python-glade2 (>= 2.10), python-notify (>= 0.1), python-dbus (>= 0.80), python-gst0.10, python-elementtree +XB-Python-Version: ${python:Versions} +Description: timer applet - a countdown timer applet for the GNOME panel + Features include: + . + * Quickly set a time and the applet will notify you when time is up + * Create presets for quick access to frequently-used times + * Small and unobtrusive. Choose to either view the remaining time right in + the panel or hide it so you don't get distracted by the countdown. + * Add multiple Timer Applets to the panel to have multiple timers running + simultaneously + * User interface follows the GNOME Human Interface Guidelines + --- timer-applet-2.1.2.orig/debian/docs +++ timer-applet-2.1.2/debian/docs @@ -0,0 +1,2 @@ +build-tree/timer-applet*/NEWS +build-tree/timer-applet*/README --- timer-applet-2.1.2.orig/debian/copyright +++ timer-applet-2.1.2/debian/copyright @@ -0,0 +1,12 @@ +This package was debianized by Daniel Holbach on +Thu, 27 Jan 2005 11:34:41 +0100. + +It was downloaded from http://belnet.dl.sourceforge.net/sourceforge/timerapplet/ + +Copyright (c) 2007 by Jimmy Do + +License: GNU GENERAL PUBLIC LICENSE Version 2, June 1991 + +On Debian systems, the complete text of the GNU General +Public License, Version 2 can be found in `/usr/share/common-licenses/GPL-2'. + --- timer-applet-2.1.2.orig/debian/timer-applet.manpages +++ timer-applet-2.1.2/debian/timer-applet.manpages @@ -0,0 +1,2 @@ +debian/timer-applet.1 + --- timer-applet-2.1.2.orig/debian/pycompat +++ timer-applet-2.1.2/debian/pycompat @@ -0,0 +1 @@ +2 --- timer-applet-2.1.2.orig/debian/timer-applet.1.xml +++ timer-applet-2.1.2/debian/timer-applet.1.xml @@ -0,0 +1,135 @@ + +.
will be generated. You may view the +manual page with: nroff -man .
| less'. A +typical entry in a Makefile or Makefile.am is: + +DB2MAN=/usr/share/sgml/docbook/stylesheet/xsl/nwalsh/\ +manpages/docbook.xsl +XP=xsltproc -''-nonet + +manpage.1: manpage.dbk + $(XP) $(DB2MAN) $< + +The xsltproc binary is found in the xsltproc package. The +XSL files are in docbook-xsl. Please remember that if you +create the nroff version in one of the debian/rules file +targets (such as build), you will need to include xsltproc +and docbook-xsl in your Build-Depends control field. + +--> + + + Jimmy"> + Do"> + + Januar 27, 2005"> + + 1"> + dh@mailempfang.de"> + + TIMER-APPLET"> + + + Ubuntu"> + GNU"> + GPL"> +]> + + + +
+ &dhemail; +
+ + &dhfirstname; + &dhsurname; + + + 2003 + &dhusername; + + &dhdate; +
+ + &dhucpackage; + + &dhsection; + + + &dhpackage; + + a countdown timer applet for the GNOME panel + + + + &dhpackage; + + + + + DESCRIPTION + + This manual page documents briefly the + &dhpackage; command. + + This applet is used to remind you of your boiling eggs, your + tea or whatever you wish to have a countdown for. + + To add this applet to a Panel, right-click on the Panel and + choose Add to Panel->Timer. + + + + + OPTIONS + + These programs follow the usual &gnu; command line syntax, + with long options starting with two dashes (`-'). A summary of + options is included below. For a complete description, see the + Info files. + + + + + + + + Show summary of options. + + + + + + + + Show version of program. + + + + + + AUTHOR + + This manual page was written by &dhusername; &dhemail; for + the &debian; system (but may be used by others). Permission is + granted to copy, distribute and/or modify this document under + the terms of the &gnu; General Public License, Version 2 any + later version published by the Free Software Foundation. + + + On Debian systems, the complete text of the GNU General Public + License can be found in /usr/share/common-licenses/GPL. + + + +
+ --- timer-applet-2.1.2.orig/debian/timer-applet.1 +++ timer-applet-2.1.2/debian/timer-applet.1 @@ -0,0 +1,63 @@ +.\" Title: TIMER-APPLET +.\" Author: Jimmy Do +.\" Generator: DocBook XSL Stylesheets v1.73.2 +.\" Date: Januar 27, 2005 +.\" Manual: +.\" Source: +.\" +.TH "TIMER\-APPLET" "1" "Januar 27, 2005" "" "" +.\" disable hyphenation +.nh +.\" disable justification (adjust text to left margin only) +.ad l +.SH "NAME" +timer-applet - a countdown timer applet for the GNOME panel +.SH "SYNOPSIS" +.HP 13 +\fBtimer\-applet\fR +.SH "DESCRIPTION" +.PP +This manual page documents briefly the +\fBtimer\-applet\fR +command\. +.PP +This applet is used to remind you of your boiling eggs, your tea or whatever you wish to have a countdown for\. +.PP +To add this applet to a Panel, right\-click on the Panel and choose Add to Panel\->Timer\. +.SH "OPTIONS" +.PP +These programs follow the usual +GNU +command line syntax, with long options starting with two dashes (`\-\')\. A summary of options is included below\. For a complete description, see the +Info +files\. +.PP +\fB\-\-help\fR +.RS 4 +Show summary of options\. +.RE +.PP +\fB\-\-version\fR +.RS 4 +Show version of program\. +.RE +.SH "AUTHOR" +.PP +This manual page was written by Daniel Holbach + +for the +Ubuntu(TM) +system (but may be used by others)\. Permission is granted to copy, distribute and/or modify this document under the terms of the +GNU +General Public License, Version 2 any later version published by the Free Software Foundation\. +.PP +On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common\-licenses/GPL\. +.SH "AUTHOR" +.PP +\fBJimmy Do\fR +.sp -1n +.IP "" 4 +Author. +.SH "COPYRIGHT" +Copyright \(co 2003 Daniel Holbach +.br --- timer-applet-2.1.2.orig/debian/watch +++ timer-applet-2.1.2/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://sf.net/timerapplet/timer-applet-([\d.]+)\.tar\.gz