--- gkrellm-reminder-2.0.0.orig/debian/changelog +++ gkrellm-reminder-2.0.0/debian/changelog @@ -0,0 +1,93 @@ +gkrellm-reminder (2.0.0-3.1) unstable; urgency=low + + * Non-maintainer upload. + * debian/compat: 5 -> 7. (Closes: #965551) + * debian/rules: Add build-{arch,indep}. (Closes: #999214) + + -- Adrian Bunk Tue, 28 Dec 2021 01:18:23 +0200 + +gkrellm-reminder (2.0.0-3) unstable; urgency=low + + [ Luk Claes ] + * Fix typoes in description (Closes: #363606) + * Remove me from Uploaders (Closes: #523883) + + [ Ricardo Mones ] + * Make it lintian clean: + - Add compat file set to 5 and bump versioned dependency + - Remove DH_COMPAT from rules + - Fix rules ignoring make clean error + - Bump Standards-Version to 3.8.2 (no other changes required) + - Add ${misc:Depends} to binary dependencies + * Add me to uploaders + + -- Ricardo Mones Thu, 23 Jul 2009 01:57:45 +0200 + +gkrellm-reminder (2.0.0-2) unstable; urgency=high + + * Change gkrellm-common build-dep to gkrellm (Closes: #355131). + * Fix typo in description (Closes: #221933). + * Add me to Uploaders. + + -- Luk Claes Sat, 18 Mar 2006 19:23:03 +0100 + +gkrellm-reminder (2.0.0-1) unstable; urgency=low + + * New Maintainer (Closes: #211699) + * Ack NMUs (Closes: #126020, #189742) + * New Upstream Version (Closes: #184123). + * Bug fix: "gkrellm-reminder: please drop that /usr/share/gkrellm/plugin + symlink stuff", thanks to Gerfried Fuchs (Closes: #153431). + * debian/control: + - New Maintainer + - Standards 3.6.1 + - debhelper >> 4.0.0 + * gkrellm-reminder: Dates for 11th, 12th and 13th are displayed as + 11st, 12nd and 13rd is fixed in the Package. (Closes: #203864) + + -- Joerg Jaspert Sun, 16 Nov 2003 23:53:59 +0100 + +gkrellm-reminder (0.3.5-2.1) unstable; urgency=low + + * NMU (RC bug almost 2 months old with fix in BTS). + * debian/control: + + Changed build dependency from gkrellm to gkrellm-common. + + Changed build dependency from libgtk1.2-dev to libgtk2.0-dev. + + Set policy to 3.5.10. + + Removed the leading "a" in the short description. + * debian/dirs: + + Changed the plugin directory to /usr/lib/gkrellm2/plugins. + * debian/rules: + + Removed the /usr/share/gkrellm/plugins directory. + * Replaced gtk-config and imlib-config with pkg-config in the Makefile. + * Changed to in the sources to fix + build (Closes: #189724). + * Ported the source to the gkrellm2 API. + + -- Sam Hocevar (Debian packages) Fri, 6 Jun 2003 14:46:31 +0200 + +gkrellm-reminder (0.3.5-2) unstable; urgency=low + + * Cleaned up debian/rules + + -- Hereward Cooper (Hereward Matthew Lawrence Cooper) Mon, 4 Mar 2002 20:20:10 +0000 + +gkrellm-reminder (0.3.5-1) unstable; urgency=low + + * New upstream release. Proper fix to daylight savings time bug + + -- Hereward Cooper (Hereward Matthew Lawrence Cooper) Thu, 14 Feb 2002 22:03:08 +0000 + +gkrellm-reminder (0.3.4-1.1) unstable; urgency=low + + * NMU + * Fix missing build-depends: gkrellm. + * Fix rules to install correctly. Closes: #126020 + + -- LaMont Jones Fri, 28 Dec 2001 18:53:24 -0700 + +gkrellm-reminder (0.3.4-1) unstable; urgency=low + + * Package Debianized. closes wnpp ITP (closes: #124030) + + -- Hereward Cooper (Hereward Matthew Lawrence Cooper) Fri, 14 Dec 2001 19:49:17 +0000 --- gkrellm-reminder-2.0.0.orig/debian/compat +++ gkrellm-reminder-2.0.0/debian/compat @@ -0,0 +1 @@ +7 --- gkrellm-reminder-2.0.0.orig/debian/control +++ gkrellm-reminder-2.0.0/debian/control @@ -0,0 +1,22 @@ +Source: gkrellm-reminder +Section: x11 +Priority: optional +Maintainer: Joerg Jaspert +Uploaders: Ricardo Mones +Build-Depends: debhelper (>> 5), libgtk2.0-dev, gkrellm +Standards-Version: 3.8.2 + +Package: gkrellm-reminder +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, gkrellm (>= 2.1.12) +Description: useful reminder plugin for gkrellm + A useful reminder plugin for gkrellm that can remind you of important + events. Events can be scheduled inside gkrellm's configuration and + will be displayed in gkrellm-reminder's panel. + . + * Events can be scheduled to repeat over an interval of days. + * Events can repeat after a certain number of days or based on the + day of the week + * Reminders can be set to display early to ensure you'll be on time + * Reminders can be repeated later, if necessary + * Runs entirely within gkrellm --- gkrellm-reminder-2.0.0.orig/debian/copyright +++ gkrellm-reminder-2.0.0/debian/copyright @@ -0,0 +1,16 @@ +This package is maintained by Joerg Jaspert +since Sun, 16 Nov 2003 22:45:49 +0100 + +The former Maintainer was Hereward Cooper + +It was downloaded from http://www.ebgr.orst.edu/~simonsen/reminder/ + +Upstream Author: James Simonsen + +Copyright (c) James Simonsen 2001 + +You are free to distribute this software under +the terms of the GNU General Public License. +On Debian systems, the complete text of the GNU +General Public License can be found in the +/usr/share/common-licenses/GPL file --- gkrellm-reminder-2.0.0.orig/debian/dirs +++ gkrellm-reminder-2.0.0/debian/dirs @@ -0,0 +1 @@ +usr/lib/gkrellm2/plugins --- gkrellm-reminder-2.0.0.orig/debian/docs +++ gkrellm-reminder-2.0.0/debian/docs @@ -0,0 +1 @@ +README --- gkrellm-reminder-2.0.0.orig/debian/rules +++ gkrellm-reminder-2.0.0/debian/rules @@ -0,0 +1,46 @@ +#!/usr/bin/make -f + +build: + dh_testdir + $(MAKE) + +clean: + dh_testdir + dh_testroot + [ ! -f Makefile ] || $(MAKE) clean + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + install -d debian/gkrellm-reminder/usr/lib/gkrellm2/plugins + install -c -s -m 755 reminder.so \ + debian/gkrellm-reminder/usr/lib/gkrellm2/plugins + + +# Build architecture-independent files here. +binary-indep: build install +# We have nothing to do + +# Build architecture-dependent files here. +binary-arch: build install + dh_testdir + dh_testroot + dh_installdocs + dh_installchangelogs ChangeLog + dh_strip + dh_compress + dh_fixperms + dh_makeshlibs + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +build-arch: build +build-indep: build +binary: binary-indep binary-arch +.PHONY: build build-arch build-indep clean binary-indep binary-arch binary install --- gkrellm-reminder-2.0.0.orig/reminder.c +++ gkrellm-reminder-2.0.0/reminder.c @@ -1102,13 +1102,13 @@ int day = current->days & 31; int month = current->days >> 16; - if( day % 10 == 1 ) + if( day % 10 == 1 && day != 11) //pos = sprintf( string, "%dst", day ); string = g_strdup_printf("%dst", day ); - else if( day % 10 == 2 ) + else if( day % 10 == 2 && day != 12) //pos = sprintf( string, "%dnd", day ); string = g_strdup_printf("%dnd", day ); - else if( day % 10 == 3 ) + else if( day % 10 == 3 && day != 13) //pos = sprintf( string, "%drd", day ); string = g_strdup_printf("%drd", day ); else