--- evolution-indicator-0.1.11.orig/autogen.sh +++ evolution-indicator-0.1.11/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.11.orig/debian/rules +++ evolution-indicator-0.1.11/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.11.orig/debian/changelog +++ evolution-indicator-0.1.11/debian/changelog @@ -0,0 +1,40 @@ +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.11.orig/debian/watch +++ evolution-indicator-0.1.11/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://launchpad.net/evolution-indicator/+download .*/evolution-indicator-([0-9.]+)\.tar\.gz --- evolution-indicator-0.1.11.orig/debian/copyright +++ evolution-indicator-0.1.11/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.11.orig/debian/compat +++ evolution-indicator-0.1.11/debian/compat @@ -0,0 +1 @@ +5 --- evolution-indicator-0.1.11.orig/debian/control +++ evolution-indicator-0.1.11/debian/control @@ -0,0 +1,31 @@ +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, + libindicate-dev, + libnotify-dev, + libcanberra-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.11.orig/po/Makefile.in.in +++ evolution-indicator-0.1.11/po/Makefile.in.in @@ -21,7 +21,7 @@ PACKAGE = @PACKAGE@ VERSION = @VERSION@ -SHELL = @SHELL@ +SHELL = /bin/sh srcdir = @srcdir@ top_srcdir = @top_srcdir@ @@ -56,7 +56,7 @@ PO_LINGUAS=$(shell if test -r $(srcdir)/LINGUAS; then grep -v "^\#" $(srcdir)/LINGUAS; else echo "$(ALL_LINGUAS)"; fi) -USER_LINGUAS=$(shell if test -n "$(LINGUAS)"; then LLINGUAS="$(LINGUAS)"; ALINGUAS="$(ALL_LINGUAS)"; for lang in $$LLINGUAS; do if test -n "`grep '^$$lang$$' $(srcdir)/LINGUAS 2>/dev/null`" -o -n "`echo $$ALINGUAS|tr ' ' '\n'|grep '^$$lang$$'`"; then printf "$$lang "; fi; done; fi) +USER_LINGUAS=$(shell if test -n "$(LINGUAS)"; then LLINGUAS="$(LINGUAS)"; ALINGUAS="$(ALL_LINGUAS)"; for lang in $$LLINGUAS; do if test -n "`grep ^$$lang$$ $(srcdir)/LINGUAS 2>/dev/null`" -o -n "`echo $$ALINGUAS|tr ' ' '\n'|grep ^$$lang$$`"; then printf "$$lang "; fi; done; fi) USE_LINGUAS=$(shell if test -n "$(USER_LINGUAS)" -o -n "$(LINGUAS)"; then LLINGUAS="$(USER_LINGUAS)"; else if test -n "$(PO_LINGUAS)"; then LLINGUAS="$(PO_LINGUAS)"; else LLINGUAS="$(ALL_LINGUAS)"; fi; fi; for lang in $$LLINGUAS; do printf "$$lang "; done)