--- evolution-indicator-0.2.17.orig/debian/watch +++ evolution-indicator-0.2.17/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://launchpad.net/evolution-indicator/+download .*/evolution-indicator-([0-9.]+)\.tar\.gz --- evolution-indicator-0.2.17.orig/debian/compat +++ evolution-indicator-0.2.17/debian/compat @@ -0,0 +1 @@ +5 --- evolution-indicator-0.2.17.orig/debian/preinst +++ evolution-indicator-0.2.17/debian/preinst @@ -0,0 +1,12 @@ +#!/bin/sh -e + +case $1 in + install|upgrade) + if dpkg --compare-versions "$2" lt-nl "0.2.4-0ubuntu1"; then + rm "/etc/indicators/messages/applications/evolution" || true + rmdir --ignore-fail-on-non-empty "/etc/indicators/messages/applications/" || true + fi + ;; +esac + +#DEBHELPER# --- evolution-indicator-0.2.17.orig/debian/changelog +++ evolution-indicator-0.2.17/debian/changelog @@ -0,0 +1,267 @@ +evolution-indicator (0.2.17-0ubuntu1) oneiric; urgency=low + + * New upstream release. + - Use new API for EMEventTargetFolder to retrieve account URI (LP: #803339) + + -- Mathieu Trudel-Lapierre Wed, 29 Jun 2011 05:12:53 -0400 + +evolution-indicator (0.2.16-0ubuntu1) oneiric; urgency=low + + * New upstream release. + * debian/control: + - Build with evolution 3.0 stack + + -- Rodrigo Moya Fri, 27 May 2011 15:28:01 +0200 + +evolution-indicator (0.2.14-0ubuntu4) natty; urgency=low + + * Rebuild against latest libunity (soname bump) + + -- Didier Roche Thu, 07 Apr 2011 12:27:59 +0200 + +evolution-indicator (0.2.14-0ubuntu3) natty; urgency=low + + * debian/control + - Change build depends back to libnotify-dev + * src/evolution-indicator.c + - Don't use libnotify >= 0.7.0, the plugins need to use the same + libnotify as evolution does (LP: #725102) + + -- Ken VanDine Fri, 25 Feb 2011 13:19:36 -0500 + +evolution-indicator (0.2.14-0ubuntu2) natty; urgency=low + + * src/evolution-indicator.c + - Added unread counter to the unity launcher + * src/evolution-indicator.c + - simplify and fix handling POP accounts. Setting a POP account to IMAP + and back to POP would cause evolution to crash (LP: #643321) + + -- Ken VanDine Thu, 24 Feb 2011 00:04:38 -0500 + +evolution-indicator (0.2.14-0ubuntu1) natty; urgency=low + + [ Ted Gould ] + * New upstream release. + * Port to new libindicate + + [ Ken VanDine ] + * debian/control + - Bump build depends for libindicate >= 0.4.91 + + -- Ken VanDine Fri, 14 Jan 2011 15:05:28 -0600 + +evolution-indicator (0.2.12-0ubuntu1) natty; urgency=low + + * New upstream release: + - adapt to evolution 2.32 + - remove deprecated symbols (LP: #655937) + + -- Didier Roche Tue, 23 Nov 2010 15:30:48 +0100 + +evolution-indicator (0.2.10-0ubuntu1) maverick; urgency=low + + * New upstream release: + - Work with evolution 2.30.2 (Francesco Marella) + * debian/patches/01_no_debug_spamming.patch: + - refreshed + + -- Didier Roche Tue, 22 Jun 2010 15:32:35 +0200 + +evolution-indicator (0.2.8-0ubuntu1) lucid; urgency=low + + * Upstream release + * Fix ngettext syntax that was causing incorrect translations + (LP: #549768) + + -- Ted Gould Tue, 30 Mar 2010 13:36:57 -0500 + +evolution-indicator (0.2.7-0ubuntu2) lucid; urgency=low + + * debian/patches/01_no_debug_spamming.patch: + - don't spam the session log with g_debug calls + + -- Sebastien Bacher Tue, 23 Mar 2010 03:04:20 +0100 + +evolution-indicator (0.2.7-0ubuntu1) lucid; urgency=low + + * Upstream Release 0.2.7 + * Update to newer libindicate signaling + * Add in dynamic command items. + * debian/control: No depending on libindicate 0.3.0 or higher. + + -- Ted Gould Thu, 04 Mar 2010 11:28:52 -0600 + +evolution-indicator (0.2.6-0ubuntu3) lucid; urgency=low + + * Rebuild to get the new gtkhtml shlib + + -- Sebastien Bacher Mon, 25 Jan 2010 18:46:43 +0100 + +evolution-indicator (0.2.6-0ubuntu2) lucid; urgency=low + + * debian/patches/launcher_path.patch: + - dropped the change is in the new version + + -- Sebastien Bacher Thu, 21 Jan 2010 22:57:52 +0100 + +evolution-indicator (0.2.6-0ubuntu1) lucid; urgency=low + + * New upstream version + + -- Sebastien Bacher Thu, 21 Jan 2010 22:21:09 +0100 + +evolution-indicator (0.2.4-0ubuntu6) lucid; urgency=low + + * debian/patches/launcher_path.patch + - Fixed path to evolution.desktop, it moved + + -- Ken VanDine Thu, 17 Dec 2009 10:00:11 -0500 + +evolution-indicator (0.2.4-0ubuntu5) lucid; urgency=low + + * debian/rules: + - use the upstream evolution desktop entry there + + [ Ken VanDine ] + * debian/preinst: + - fixed the version compare to be friendly on new installs + + -- Sebastien Bacher Thu, 17 Dec 2009 10:56:28 +0100 + +evolution-indicator (0.2.4-0ubuntu4) karmic-proposed; urgency=low + + * debian/rules: use simple-patchsys.mk so the previous change does something + + -- Sebastien Bacher Wed, 02 Dec 2009 10:03:08 +0100 + +evolution-indicator (0.2.4-0ubuntu3) karmic-proposed; urgency=low + + * debian/patches/01_fix_pop3_notifications.patch + - Pull revision 55 from trunk to fix notifications for POP3 accounts by + adding a indicator for the default Inbox. (LP: #436755) + + -- Neil J. Patel Fri, 20 Nov 2009 08:23:06 -0600 + +evolution-indicator (0.2.4-0ubuntu2) karmic; urgency=low + + * debian/rules: + - Moved the indicator launcher to /usr/share (LP: #434097) + * debian/postinst: + - remove the old indicator from /etc and remove the directory + if it is empty + + -- Ken VanDine Thu, 24 Sep 2009 15:14:30 -0400 + +evolution-indicator (0.2.4-0ubuntu1) karmic; urgency=low + + * New upstream version: + - don't list the accounts which are not active or not configured to receive + (lp: #427501, #427504) + + -- Sebastien Bacher Thu, 17 Sep 2009 16:24:41 +0200 + +evolution-indicator (0.2.2-0ubuntu1) karmic; urgency=low + + * Relayout preferences to match MessagingMenu spec (LP: #427433) + - Needed to change the way we capitalise the labels to match the spec + + -- Neil J. Patel Thu, 10 Sep 2009 18:05:30 +0100 + +evolution-indicator (0.2.0-0ubuntu2) karmic; urgency=low + + * debian/rules: + - Add evolution-mail launcher to the indicator (LP: #424478) + + -- Ken VanDine Thu, 10 Sep 2009 14:46:21 -0400 + +evolution-indicator (0.2.0-0ubuntu1) karmic; urgency=low + + * New Upstream release (LP: #427396) + - debian/control: + - Change branch owner in Vcs-Bzr to ~ubuntu-desktop + - Added Standards-Version + + [ Neil J. Patel ] + * Bump required version of libindicate to >= 0.2.0 + * Support for libindicate 0.2.0 + * Updated preferences + + -- Ken VanDine Thu, 10 Sep 2009 11:21:17 -0400 + +evolution-indicator (0.1.16-0ubuntu1) karmic; urgency=low + + * Upstream 0.1.16 (LP: #375443) + * Fix build for Karmic (LP: #390360) + * debian/control, updating build depends for evolution reshuffling + done in Karmic. + + -- Ted Gould Tue, 04 Aug 2009 18:22:11 +0100 + +evolution-indicator (0.1.15-0ubuntu1) karmic; urgency=low + + * Upstream release 0.1.15: Brown paper bag. Missing a '!' in + previous release. Now really fixes LP: #359658 + * Upstream release 0.1.14: Change to g_strcmp0 to check for a NULL + string and not crash when getting it. LP: #359658 + + -- Ted Gould Mon, 11 May 2009 08:20:11 +0200 + +evolution-indicator (0.1.13-0ubuntu1) jaunty; urgency=low + + * New upstream version. + * Updating patch to fix internationalization issues so that Evolution + translations work along with the indicator's. LP: #352657 + + -- Ted Gould Tue, 07 Apr 2009 11:06:47 -0500 + +evolution-indicator (0.1.12-0ubuntu1) jaunty; urgency=low + + * New upstream version. + * Patch from Neil Patel to fix LP: #342429 that looks to X to figure + out if an Evolution window is open before sending notifications. + * Patch from Timo Jyrinki which fixes LP: #352657 where the plugin + was using the wrong gettext domain. + + -- Ted Gould Mon, 06 Apr 2009 12:09:23 -0500 + +evolution-indicator (0.1.11-0ubuntu1) jaunty; urgency=low + + * New upstream version. Makes it so that notifications aren't + sent if the Evolution windows have focus. (LP: #342429) + + -- Ted Gould Thu, 19 Mar 2009 13:11:45 +0100 + +evolution-indicator (0.1.10-0ubuntu1) jaunty; urgency=low + + [ Ted Gould ] + * New upstream version. + - Corrects icon (LP: #337304) + - Build fixes to get full distcheck + - Counts IDs correctly to remove warnings from applet + + [ Martin Pitt ] + * Add debian/watch. + * Add bzr-builddeb configuration (merge mode). Fortunately this doesn't + insist on having *only* debian/ in bzr. This gives us the best of both + worlds, bzd-bd auto-downloading orig.tar.gz and merging in the + pre-generated autoconf stuff, and retaining the possibility of merging + directly from trunk, since we keep the full upstream source in this branch. + + -- Martin Pitt Tue, 17 Mar 2009 10:45:47 +0100 + +evolution-indicator (0.1.9-0ubuntu1) jaunty; urgency=low + + * Initial release, based on DX team's PPA packaging branch. + (lp:~indicator-applet-developers/evolution-indicator/packaging) + * debian/control: Add Homepage:, Vcs-Bzr:, and fix package + description. + * debian/copyright: Properly describe license and clean up some + boilerplate. + * debian/rules: Drop some unused cdbs includes. + * debian/rules: Remove .a/.la clutter (should be fixed upstream + eventually). + * debian/rules: Do not generate maintainer script snippets with + ldconfig. + + -- Martin Pitt Tue, 17 Feb 2009 12:58:22 +0100 --- evolution-indicator-0.2.17.orig/debian/rules +++ evolution-indicator-0.2.17/debian/rules @@ -0,0 +1,16 @@ +#!/usr/bin/make -f +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/rules/simple-patchsys.mk +include /usr/share/cdbs/1/rules/autoreconf.mk +include /usr/share/cdbs/1/class/gnome.mk + +# do not generate ldconfig maintainer script stuff +DEB_DH_MAKESHLIBS_ARGS=-X* + +binary-install/evolution-indicator:: + # remove .a/.la clutter + rm -f debian/$(cdbs_curpkg)/usr/lib/evolution/*/plugins/*.a + rm -f debian/$(cdbs_curpkg)/usr/lib/evolution/*/plugins/*.la + # Add the launcher for evolution + mkdir -p debian/$(cdbs_curpkg)/usr/share/indicators/messages/applications + echo /usr/share/applications/evolution.desktop > debian/$(cdbs_curpkg)/usr/share/indicators/messages/applications/evolution --- evolution-indicator-0.2.17.orig/debian/control +++ evolution-indicator-0.2.17/debian/control @@ -0,0 +1,37 @@ +Source: evolution-indicator +Section: gnome +Priority: extra +Maintainer: Ubuntu Core Developers +Build-Depends: cdbs, debhelper (>= 5), + autotools-dev, + gnome-pkg-tools (>= 0.10), + libglib2.0-dev (>= 2.15.5), + libpango1.0-dev (>= 1.18.0), + libgtk-3-dev (>= 2.10.0), + libgconf2-dev (>= 2.16.0), + libcairo2-dev (>= 1.2.4), + libdbus-1-dev (>= 1.0), + libdbus-glib-1-dev (>= 0.7), + evolution-dev (>= 3.0), + evolution-data-server-dev (>= 3.0), + libindicate-dev (>= 0.4.91), + libnotify-dev, + libcanberra-dev, + libgtkhtml-editor-dev (>= 4.0), + libgtkhtml-4.0-dev, + libebook1.2-dev, + libunity-dev (>= 3.8.4), + dh-autoreconf +Standards-Version: 3.8.3 +Homepage: https://launchpad.net/evolution-indicator +Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-desktop/evolution-indicator/ubuntu + +Package: evolution-indicator +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: GNOME panel indicator applet for Evolution + indicator-applet is an applet to display information from + various applications consistently in the GNOME panel. + . + This package provides a plugin for Evolution that uses libindicate and + libnotify to provide additional information about Evolution's state. --- evolution-indicator-0.2.17.orig/debian/copyright +++ evolution-indicator-0.2.17/debian/copyright @@ -0,0 +1,33 @@ +This package was debianized by Neil J. Patel +. + +It was downloaded from https://launchpad.net/evolution-indicator + +Upstream Author: + + Neil J. Patel + +Copyright: + + Copyright (C) 2009 Canonical Ltd + +License: + + This program 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, version 3 of the License. + + This program 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 this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL-3'. + +The Debian packaging is (C) 2008, Neil J. Patel and +is licensed under the GPL v3, see `/usr/share/common-licenses/GPL-3'. --- evolution-indicator-0.2.17.orig/debian/patches/01_no_debug_spamming.patch +++ evolution-indicator-0.2.17/debian/patches/01_no_debug_spamming.patch @@ -0,0 +1,23 @@ +diff -Nur -x '*.orig' -x '*~' ubuntu//src/evolution-indicator.c ubuntu.new//src/evolution-indicator.c +--- ubuntu//src/evolution-indicator.c 2010-06-22 15:17:26.421431000 +0200 ++++ ubuntu.new//src/evolution-indicator.c 2010-06-22 15:30:01.396114034 +0200 +@@ -685,11 +685,19 @@ + return; + } + ++void no_debug_log (const gchar *log_domain, GLogLevelFlags log_level, ++ const gchar *message, gpointer user_data) ++{ ++ return; ++} ++ + int + e_plugin_lib_enable (EPlugin *ep, int enable) + { + is_active = enable; + ++ g_log_set_default_handler (no_debug_log, NULL); ++ + if (is_active) + { + if (notification == NULL)