--- contact-lookup-applet-0.9.orig/debian/patches/01_hide_buttons.patch +++ contact-lookup-applet-0.9/debian/patches/01_hide_buttons.patch @@ -0,0 +1,117 @@ +--- data/contact-lookup-applet.glade.orig 2004-10-08 17:14:31.000000000 +0200 ++++ data/contact-lookup-applet.glade 2004-10-08 17:14:43.000000000 +0200 +@@ -387,7 +388,6 @@ + + + +- True + False + True + Send _Instant Message +@@ -611,106 +611,4 @@ + + + +- +- Contact Lookup Preferences +- GTK_WINDOW_TOPLEVEL +- GTK_WIN_POS_NONE +- False +- False +- False +- True +- False +- False +- GDK_WINDOW_TYPE_HINT_NORMAL +- GDK_GRAVITY_NORTH_WEST +- False +- +- +- +- True +- False +- 0 +- +- +- +- True +- GTK_BUTTONBOX_END +- +- +- +- True +- True +- True +- gtk-close +- True +- GTK_RELIEF_NORMAL +- True +- -7 +- +- +- +- +- 0 +- False +- True +- GTK_PACK_END +- +- +- +- +- +- 8 +- True +- False +- 8 +- +- +- +- True +- _Select the address book you would like to search: +- True +- False +- GTK_JUSTIFY_LEFT +- False +- False +- 0 +- 0.5 +- 0 +- 0 +- source_option +- +- +- 0 +- False +- False +- +- +- +- +- +- 3 +- True +- True +- create_source_option_cb +- 0 +- 0 +- Mon, 01 Dec 2003 08:48:04 GMT +- +- +- 0 +- True +- True +- +- +- +- +- 0 +- True +- True +- +- +- +- +- +- + --- contact-lookup-applet-0.9.orig/debian/control +++ contact-lookup-applet-0.9/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.4.0), libglade2-dev, libgnomeui-dev, libpanel-applet2-dev, evolution-data-server-dev (>= 0.0.95) +Uploaders: Debian GNOME Maintainers , Akira TAGOH , Andreas Rottmann , Andrew Lau , Carlos Perelló Marín , Edd Dumbill , Emil Soleyman-Zomalan , Gustavo Noronha Silva , J.H.M. Dassen (Ray) , Joe Drew , Johannes Rohr , Jordi Mallach , Jose Carlos Garcia Sogo , Josselin Mouette , Marc 'HE' Brockschmidt , Ondřej Surý , Rob Bradford , Robert McQueen , Sebastien Bacher , Takuo KITAME +Standards-Version: 3.6.1.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.9.orig/debian/compat +++ contact-lookup-applet-0.9/debian/compat @@ -0,0 +1 @@ +4 --- contact-lookup-applet-0.9.orig/debian/changelog +++ contact-lookup-applet-0.9/debian/changelog @@ -0,0 +1,53 @@ +contact-lookup-applet (0.9-1ubuntu2) warty; urgency=low + + * debian/patches/01_hide_buttons.patch: + - hide buttons corresponding to non-implemented features (Warty: #2030). + + -- Sebastien Bacher Fri, 8 Oct 2004 17:15:29 +0200 + +contact-lookup-applet (0.9-1ubuntu1) warty; urgency=low + + * New upstream release: + - can search multiple books (closes: #270242). + * debian/control: + - removed the Build-Depends on libgal2.2-dev. + - updated the Recommends for Evolution 2. + * debian/patches/01_focus.patch: + - removed, the new version seems to work fine. + * debian/README.Debian: + - added a note about the autocompletion. + + -- Sebastien Bacher Thu, 7 Oct 2004 10:31:11 +0200 + +contact-lookup-applet (0.8-1ubuntu1) warty; urgency=low + + * debian/patches/01_focus.patch: + - patch by Vincent Untz to fix the focus problem + on the session startup (Warty: #1938). + + -- Sebastien Bacher Tue, 5 Oct 2004 11:47:12 +0200 + +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.9.orig/debian/control.in +++ contact-lookup-applet-0.9/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.4.0), libglade2-dev, libgnomeui-dev, libpanel-applet2-dev, evolution-data-server-dev (>= 0.0.95) +Uploaders: @GNOME_TEAM@ +Standards-Version: 3.6.1.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.9.orig/debian/rules +++ contact-lookup-applet-0.9/debian/rules @@ -0,0 +1,6 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/gnome.mk +include /usr/share/cdbs/1/rules/simple-patchsys.mk +include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk --- contact-lookup-applet-0.9.orig/debian/README.Debian +++ contact-lookup-applet-0.9/debian/README.Debian @@ -0,0 +1,8 @@ +contact-lookup-applet +===================== + +To use contact-lookup-applet you need to enable the autocompletions in +evolution: +Tools -> Settings -> Autocompletion + + -- Sebastien Bacher , Thu Oct 7 11:52:29 2004 --- contact-lookup-applet-0.9.orig/debian/copyright +++ contact-lookup-applet-0.9/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'. + --- contact-lookup-applet-0.9.orig/debian/docs +++ contact-lookup-applet-0.9/debian/docs @@ -0,0 +1,3 @@ +NEWS +README +TODO