--- evolution-indicator-0.1.16.orig/autogen.sh +++ evolution-indicator-0.1.16/autogen.sh @@ -0,0 +1,11 @@ +#!/bin/sh + +PKG_NAME="evolution-indicator" + +which gnome-autogen.sh || { + echo "You need gnome-common from GNOME SVN" + exit 1 +} + +USE_GNOME2_MACROS=1 \ +. gnome-autogen.sh --- evolution-indicator-0.1.16.orig/debian/copyright +++ evolution-indicator-0.1.16/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.1.16.orig/debian/watch +++ evolution-indicator-0.1.16/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://launchpad.net/evolution-indicator/+download .*/evolution-indicator-([0-9.]+)\.tar\.gz --- evolution-indicator-0.1.16.orig/debian/control +++ evolution-indicator-0.1.16/debian/control @@ -0,0 +1,35 @@ +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), + libgtk2.0-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, + evolution-data-server-dev, + libindicate-dev, + libnotify-dev, + libcanberra-dev, + libgtkhtml-editor-dev, + libgtkhtml3.14-dev, + libebook1.2-dev +Homepage: https://launchpad.net/evolution-indicator +Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-core-dev/evolution-indicator/ubuntu + +Standards-Version: 3.7.2 +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.1.16.orig/debian/rules +++ evolution-indicator-0.1.16/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 + +# 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 --- evolution-indicator-0.1.16.orig/debian/changelog +++ evolution-indicator-0.1.16/debian/changelog @@ -0,0 +1,76 @@ +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.1.16.orig/debian/compat +++ evolution-indicator-0.1.16/debian/compat @@ -0,0 +1 @@ +5