--- contact-lookup-applet-0.14.orig/debian/docs +++ contact-lookup-applet-0.14/debian/docs @@ -0,0 +1,3 @@ +NEWS +README +TODO --- contact-lookup-applet-0.14.orig/debian/control +++ contact-lookup-applet-0.14/debian/control @@ -0,0 +1,14 @@ +Source: contact-lookup-applet +Section: gnome +Priority: optional +Maintainer: Ross Burton +Build-Depends: debhelper (>= 4.1.0), cdbs, gnome-pkg-tools, intltool (>= 0.30), libgconf2-dev, libgtk2.0-dev (>= 2.7.3), libglade2-dev, libgnomeui-dev, libpanel-applet2-dev, libebook1.2-dev (>= 1.5.5), libedataserver1.2-dev (>= 1.5.5), libcamel1.2-dev (>= 1.5.5), libnss-dev, libkrb5-dev, libxfixes-dev +Uploaders: Debian GNOME Maintainers , Akira TAGOH , Andreas Rottmann , Andrew Lau , Carlos Perelló Marín , Clément Stenac , Ed Boraas , Edd Dumbill , Emil Soleyman-Zomalan , Guilherme de S. Pastore , Gustavo Noronha Silva , J.H.M. Dassen (Ray) , Joe Drew , Johannes Rohr , Jordi Mallach , Jose Carlos Garcia Sogo , Josselin Mouette , Loic Minier , Marc 'HE' Brockschmidt , Ondřej Surý , Rob Bradford , Robert McQueen , Sebastien Bacher , Sjoerd Simons , Takuo KITAME +Standards-Version: 3.6.1 + +Package: contact-lookup-applet +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Recommends: evolution (>= 2.0) +Description: contact lookup applet for GNOME + An applet to quickly search your Evolution address book from the GNOME panel. --- contact-lookup-applet-0.14.orig/debian/rules +++ contact-lookup-applet-0.14/debian/rules @@ -0,0 +1,7 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/gnome.mk +include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk + +DEB_CONFIGURE_SCRIPT_ENV += LDFLAGS="-Wl,-z,defs -Wl,-O1 -Wl,--as-needed" --- contact-lookup-applet-0.14.orig/debian/watch +++ contact-lookup-applet-0.14/debian/watch @@ -0,0 +1,2 @@ +version=2 +http://www.burtonini.com/computing/contact-lookup-applet-(.*).tar.gz --- contact-lookup-applet-0.14.orig/debian/changelog +++ contact-lookup-applet-0.14/debian/changelog @@ -0,0 +1,107 @@ +contact-lookup-applet (0.14-0ubuntu1) dapper; urgency=low + + * New upstream version: + - Translate the .server files + - Don't set sensitivity ourself + - Correctly handle contacts with no email + + -- Sebastien Bacher Tue, 16 May 2006 22:53:39 +0200 + +contact-lookup-applet (0.13-1ubuntu4) dapper; urgency=low + + * Rebuild to get gettext translation domain into .server file. + + -- Martin Pitt Thu, 23 Feb 2006 14:48:39 +0100 + +contact-lookup-applet (0.13-1ubuntu3) dapper; urgency=low + + * debian/control.in: + - rebuild with the current evolution-data-server. + + -- Daniel Holbach Fri, 20 Jan 2006 09:47:04 +0100 + +contact-lookup-applet (0.13-1ubuntu2) dapper; urgency=low + + * debian/control.in: + - rebuild with the current evolution-data-server package. + + -- Sebastien Bacher Tue, 13 Dec 2005 21:32:39 +0100 + +contact-lookup-applet (0.13-1ubuntu1) dapper; urgency=low + + * Synchronized with Debian + - debian/control.in: + - Updated Build-Depends on libgtk2.0-dev, + - added Build-Depends on libxfixes-dev. + + -- Daniel Holbach Wed, 9 Nov 2005 12:50:33 +0100 + +contact-lookup-applet (0.13-1) unstable; urgency=low + + [Josselin Mouette] + * Don't overwrite DEB_CONFIGURE_SCRIPT_ENV completely. + + [Ross Burton] + * New upstream release. + * lowercase synopsis. + * Add another temporary build-dep on libkrb5-dev. + + -- Ross Burton Sun, 24 Jul 2005 19:13:38 +0100 + +contact-lookup-applet (0.12-2) unstable; urgency=low + + * Rebuild in a pbuilder (closes: #304364) + + -- Ross Burton Tue, 12 Apr 2005 18:52:13 +0100 + +contact-lookup-applet (0.12-1) unstable; urgency=low + + * New upstream release + - Bump Evolution deps to 1.2 + - Add temporary build-depends on libcamel1.2-dev, libnss-dev + * Add debian/watch + * Add --as-needed to LDFLAGS + + -- Ross Burton Sun, 10 Apr 2005 18:28:07 +0100 + +contact-lookup-applet (0.10-1) unstable; urgency=low + + * New upstream release + * Upload into unstable now that Evolution 2 is there + * Build-depend on libebook and libedataserver + + -- Ross Burton Wed, 27 Oct 2004 10:06:31 +0100 + +contact-lookup-applet (0.9-1) experimental; urgency=low + + * New upstream release + - Can search multiple books (closes: #270242) + * Remove libgal build-dep + * Update Recommends for Evolution 2 + + -- Ross Burton Tue, 5 Oct 2004 10:58:06 +0100 + +contact-lookup-applet (0.8-1) experimental; urgency=low + + * New upstream release. + + -- Ross Burton Tue, 24 Aug 2004 14:55:09 +0100 + +contact-lookup-applet (0.7.1-1) experimental; urgency=low + + * New upstream release. + + -- Ross Burton Thu, 19 Aug 2004 14:37:30 +0100 + +contact-lookup-applet (0.7-1) experimental; urgency=low + + * New upstream release + * Bump evo-data-server build-depends. + + -- Ross Burton Mon, 16 Aug 2004 10:04:49 +0100 + +contact-lookup-applet (0.6-1) experimental; urgency=low + + * Initial Release. + + -- Ross Burton Tue, 13 Apr 2004 18:04:07 +0100 --- contact-lookup-applet-0.14.orig/debian/compat +++ contact-lookup-applet-0.14/debian/compat @@ -0,0 +1 @@ +4 --- contact-lookup-applet-0.14.orig/debian/control.in +++ contact-lookup-applet-0.14/debian/control.in @@ -0,0 +1,14 @@ +Source: contact-lookup-applet +Section: gnome +Priority: optional +Maintainer: Ross Burton +Build-Depends: debhelper (>= 4.1.0), cdbs, gnome-pkg-tools, intltool (>= 0.30), libgconf2-dev, libgtk2.0-dev (>= 2.7.3), libglade2-dev, libgnomeui-dev, libpanel-applet2-dev, libebook1.2-dev (>= 1.5.5), libedataserver1.2-dev (>= 1.5.5), libcamel1.2-dev (>= 1.5.5), libnss-dev, libkrb5-dev, libxfixes-dev +Uploaders: @GNOME_TEAM@ +Standards-Version: 3.6.1 + +Package: contact-lookup-applet +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Recommends: evolution (>= 2.0) +Description: contact lookup applet for GNOME + An applet to quickly search your Evolution address book from the GNOME panel. --- contact-lookup-applet-0.14.orig/debian/copyright +++ contact-lookup-applet-0.14/debian/copyright @@ -0,0 +1,26 @@ +This package was debianized by Ross Burton on Tue Apr 13 +18:08:02 BST 2004. + +It was downloaded from http://www.burtonini.com./ + +Upstream Author: Ross Burton + +Copyright: + + This package 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 2 dated June, 1991. + + This package 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 package; if not, write to the Free Software + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA + 02111-1307, USA. + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. +