--- xfce4-timer-plugin-0.6.1.orig/debian/rules +++ xfce4-timer-plugin-0.6.1/debian/rules @@ -0,0 +1,5 @@ +#!/usr/bin/make -f +LDFLAGS += -Wl,-z,defs -Wl,--as-needed + +%: + dh --with quilt $@ --- xfce4-timer-plugin-0.6.1.orig/debian/README.source +++ xfce4-timer-plugin-0.6.1/debian/README.source @@ -0,0 +1,2 @@ +This package uses quilt patch system to apply patch at build-time. More +information can be found in /usr/share/doc/quilt/README.source. --- xfce4-timer-plugin-0.6.1.orig/debian/changelog +++ xfce4-timer-plugin-0.6.1/debian/changelog @@ -0,0 +1,69 @@ +xfce4-timer-plugin (0.6.1-2ubuntu1) lucid; urgency=low + + * Fake-sync from Debian testing, 3.0 (quilt) source format… + - debian/source/format: dropped + - debian/control: build-depend on quilt (>= 0.46-7~) + - debian/rules: pass --with quilt to dh + - debian/README.source: added + - debian/patches/01_improve-timer-stop: add .pc/* to POTFILES.skip. + + -- Lionel Le Folgoc Thu, 03 Dec 2009 21:12:47 +0100 + +xfce4-timer-plugin (0.6.1-2) unstable; urgency=low + + [ Evgeni Golov ] + * Fix Vcs-* fields, they were missing 'trunk' in the path. + + [ Yves-Alexis Perez ] + * debian/watch edited to track Xfce archive reorganisation. + * convert package to 3.0 (quilt) format. + * debian/patches: + - 01_improve-timer-stop added. closes: #554601, #554597 + * debian/rules: + - switch to debhelper 7. + - add -Wl,-z,defs -Wl,--as-needed to LDFLAGS. + * debian/control: + - update standards version to 3.8.3. + - update debhelper build-dep to 7. + - add build-dep on autotools-dev to refresh config.{guess,sub}. + * debian/compat bumped to 7. + * debian/docs: add some docs to the package. + + -- Yves-Alexis Perez Fri, 06 Nov 2009 08:37:27 +0100 + +xfce4-timer-plugin (0.6.1-1) unstable; urgency=low + + * New upstream release. + * debian/control: + - added build-dep on intltool, pkg-config, libglib2.0-dev, + libgtk2.0-dev, libxfcegui4-dev. + - update build-dep on xfce4-panel-dev to match Xfce 4.4. + - remove Rudy and Martin from Uploaders:. + - updated standards version to 3.8.0. + * debian/copyright: + - update dates. + + -- Yves-Alexis Perez Sun, 22 Feb 2009 20:07:50 +0100 + +xfce4-timer-plugin (0.6-1) unstable; urgency=low + + * New upstream release. + + -- Yves-Alexis Perez Thu, 27 Dec 2007 22:59:08 +0100 + +xfce4-timer-plugin (0.5.1-2) unstable; urgency=low + + * debian/patches: + - 01_implicit-pointer-conversion added. closes: #456316 + + -- Yves-Alexis Thu, 20 Dec 2007 15:58:55 +0000 + +xfce4-timer-plugin (0.5.1-1) unstable; urgency=low + + [ Yves-Alexis Perez ] + * Initial release. closes: #407198 + + [ Simon Huggins ] + * Add Vcs-* headers to debian/control + + -- Yves-Alexis Perez Sat, 08 Dec 2007 22:43:39 +0100 --- xfce4-timer-plugin-0.6.1.orig/debian/watch +++ xfce4-timer-plugin-0.6.1/debian/watch @@ -0,0 +1,3 @@ +version=3 +http://archive.xfce.org/src/panel-plugins/xfce4-timer-plugin/([\d\.]+)/ \ + xfce4-timer-plugin-([\d\.]+)\.tar\.(?:gz|bz2) --- xfce4-timer-plugin-0.6.1.orig/debian/docs +++ xfce4-timer-plugin-0.6.1/debian/docs @@ -0,0 +1 @@ +AUTHORS README TODO --- xfce4-timer-plugin-0.6.1.orig/debian/copyright +++ xfce4-timer-plugin-0.6.1/debian/copyright @@ -0,0 +1,15 @@ +This package was debianized by Yves-Alexis Perez on +Tue, 16 Jan 2007 19:37:21 +0100 + +It was downloaded from http://goodies.xfce.org/releases/xfce4-timer-plugin/ + +Copyright Holder: +© 2005-2008 Kemal Ilgar Eroglu + +License: + +You are free to distribute this software under the terms of +the GNU General Public License (version 2 or later). +On Debian systems, the complete text of the GNU General Public +License can be found in the file `/usr/share/common-licenses/GPL' + --- xfce4-timer-plugin-0.6.1.orig/debian/control +++ xfce4-timer-plugin-0.6.1/debian/control @@ -0,0 +1,22 @@ +Source: xfce4-timer-plugin +Section: x11 +Priority: optional +Maintainer: Xubuntu Developers +XSBC-Original-Maintainer: Debian Xfce Maintainers +Uploaders: Yves-Alexis Perez , Emanuele Rocca , Simon Huggins +Build-Depends: debhelper (>= 7), cdbs, libxml-parser-perl, + xfce4-panel-dev (>= 4.4.0), intltool, pkg-config, libglib2.0-dev, + libgtk2.0-dev, libxfcegui4-dev, autotools-dev, quilt (>= 0.46-7~) +Standards-Version: 3.8.3 +Vcs-Svn: svn://svn.debian.org/pkg-xfce/goodies/trunk/xfce4-timer-plugin/ +Vcs-Browser: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-timer-plugin/ + +Package: xfce4-timer-plugin +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: timer plugin for Xfce panel + With this plugin you can add timers (alarm or countdown) to your Xfce + panel. You can display a warning window and/or run a custom command when + alarm rings, repeat alarms etc. + The timer progress is shown as a progress bar in the Xfce panel, lasting + time displayed on tooltip. --- xfce4-timer-plugin-0.6.1.orig/debian/compat +++ xfce4-timer-plugin-0.6.1/debian/compat @@ -0,0 +1 @@ +7 --- xfce4-timer-plugin-0.6.1.orig/debian/patches/series +++ xfce4-timer-plugin-0.6.1/debian/patches/series @@ -0,0 +1 @@ +01_improve-timer-stop.patch --- xfce4-timer-plugin-0.6.1.orig/debian/patches/01_improve-timer-stop.patch +++ xfce4-timer-plugin-0.6.1/debian/patches/01_improve-timer-stop.patch @@ -0,0 +1,28 @@ +diff --git a/po/POTFILES.skip b/po/POTFILES.skip +new file mode 100644 +index 0000000..4afffb8 +--- /dev/null ++++ b/po/POTFILES.skip +@@ -0,0 +1 @@ ++.pc/01_improve-timer-stop.patch/src/xfcetimer.c +diff --git a/src/xfcetimer.c b/src/xfcetimer.c +index c27d37a..6bac153 100644 +--- a/src/xfcetimer.c ++++ b/src/xfcetimer.c +@@ -115,13 +115,15 @@ static gboolean timeout_function (gpointer data){ + } + + /* Countdown is over, stop timer and free resources */ ++ g_snprintf(tiptext,31,_("%ds left"),0); ++ gtk_tooltips_set_tip(pd->tip,GTK_WIDGET(pd->base),tiptext,NULL); + + /*g_fprintf(stderr,"\nTimer command is ==> %s...",pd->timeout_command);*/ + + if( (strlen(pd->timeout_command)==0) || !pd->nowin_if_alarm ) { + gtk_progress_bar_set_fraction(GTK_PROGRESS_BAR(pd->pbar),1); + dialog = gtk_message_dialog_new (NULL, +- GTK_DIALOG_DESTROY_WITH_PARENT, ++ GTK_DIALOG_DESTROY_WITH_PARENT | GTK_DIALOG_MODAL, + GTK_MESSAGE_WARNING, + GTK_BUTTONS_CLOSE, + _("Beeep! :) \nTime is up!"));