--- deskbar-applet-0.8.7.orig/debian/changelog +++ deskbar-applet-0.8.7/debian/changelog @@ -0,0 +1,109 @@ +deskbar-applet (0.8.7-0ubuntu1) dapper; urgency=low + + * New upstream release: + - Fixes the mozilla search plugins path for firefox 1.5 + - Add history persistance for deskbar applets. Works as a + single shared history across multiple instances. + - Fix a problem preventing beagle (and other matches) from + appearing when no hash is returned. + - Contributors to this release: Raphael Slinckx + * debian/control: + - Build-Depend on newest libebook. + + -- Daniel Holbach Tue, 3 Jan 2006 08:18:28 +0100 + +deskbar-applet (0.8.6.1-0ubuntu2) dapper; urgency=low + + * Rebuild for the current evolution-data-server. + * debian/control: + - Versioned the Build-Dep on libebook1.2-dev to >= 1.5.3. + + -- Christian Bjälevik Wed, 14 Dec 2005 20:19:26 +0100 + +deskbar-applet (0.8.6.1-0ubuntu1) dapper; urgency=low + + * New upstream release: + - Fix a problem preventing beagle plugin (and other plugins) + from appearing when no hash is returned. (Contributors to this + release: Raphael Slinckx + - Translations: + - Updated Thai translation. + - Updated Japanese translation. + - Added Gujarati Translation. + - Updated Slovak translation. + - Updated Spanish translation. + - Updated Galician Translation. + - Updated Bulgarian translation by Alexander Shopov + * debian/control: + - added beagle-dev to Build-Depends. + + -- Daniel Holbach Mon, 12 Dec 2005 17:34:57 +0100 + +deskbar-applet (0.8.6-0ubuntu1) dapper; urgency=low + + * New upstream release: + - Remove our own beagle python binding. This mean we require beagle + 0.1.3 that ships with python bindings. + - New tango-ish artwork (because we're hype) + - Fix history behavior. Duplicate items in history are moved instead + of being added multiple times. Fixes bug #322981: Duplicate items in + history + - Builtin history completion as a regular match. + - Web search bookmarks (aka "smart bookmarks") can now have shortcuts + (aka "keywords") and keyboard shortcuts. + - Tidied up the preferences dialog. + - Disabled handlers are now sorted by name alphabetically in the + Preferences UI. + - Scale down those icons that are too large. + - Evolution handler is now sync rather than async. This will hopefully + fix evolution handler bugs like bug #322119. + - Fixed crasher when user has more than one address book available for + auto-completion. Possibly fixes bug #321975. + - 'Smart' history browsing, now it's possible to use shell-like + up/down key to browse history, yet preserving (page) up/down + navigation in the matches list. + - Updated translations. + + -- Daniel Holbach Fri, 9 Dec 2005 08:53:05 +0100 + +deskbar-applet (0.8.5-0ubuntu1) dapper; urgency=low + + * New upstream release. + * debian/control: + - added libgnome-desktop-dev (>= 2.10), beagle to Build-Depends. Don't + tell me that's evil, tell the Mono Team to split beagle-dev out. :-) + + -- Daniel Holbach Mon, 14 Nov 2005 20:55:08 +0100 + +deskbar-applet (0.5.0cvs2005.10.12-0ubuntu1) breezy; urgency=low + + * CVS checkout: + - Fixes bug #318438, icon update when browsing the matches + - Fixes bug #318430, icons in history menu not aligned + - Fixes bug #318421, cgi-encode the passed search terms. + - Fixes bug #318386 + - bug #318268, multiple entries shown for same application + - bug #318241, partial word matches not cleared + - Fixes bug #318193, Corrupted favicons in moz bookmarks crash + taskbar applet + * reverted to old packaging. + * debian/control: + - added libebook1.2-dev to Build-Depends. + * debian/rules: + - removed hack to set permissions. + + -- Daniel Holbach Wed, 12 Oct 2005 00:35:43 +0200 + +deskbar-applet (0.5.0-1) unstable; urgency=low + + * Initial release. + + -- Tollef Fog Heen Tue, 4 Oct 2005 12:23:19 +0200 + + +deskbar-applet (0.5.0-0ubuntu1) breezy; urgency=low + + * Initial Release. + + -- Daniel Holbach Mon, 03 Oct 2005 15:13:05 +0200 + --- deskbar-applet-0.8.7.orig/debian/compat +++ deskbar-applet-0.8.7/debian/compat @@ -0,0 +1 @@ +4 --- deskbar-applet-0.8.7.orig/debian/control +++ deskbar-applet-0.8.7/debian/control @@ -0,0 +1,18 @@ +Source: deskbar-applet +Section: gnome +Priority: optional +Maintainer: Daniel Holbach +Build-Depends: debhelper (>= 4.0.0), python-dev (>= 2.4), python-gtk2-dev (>= 2.8), libgtk2.0-dev (>= 2.8), python-gnome2-dev (>= 2.10), python-gnome2-extras-dev (>= 2.10), libebook1.2-dev (>= 1.5.4), libgnome-desktop-dev (>= 2.10), libxml-parser-perl, beagle-dev, cdbs +Standards-Version: 3.6.2 + +Package: deskbar-applet +Section: gnome +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-gtk2 (>= 2.8), python-gnome2 (>= 2.10), python-gnome2-extras (>= 2.10) +Description: Gnome panel applet that is similar to Google's Deskbar + Deskbar-applet is intended as a browser-like keyword-driven url bar. + You type a web address, or an email address, or a file name, or some + keyword then the arguments, and it shows a popup with possible choices + from there. Like 'Search google for foo'. + . + http://browserbookapp.sourceforge.net/ --- deskbar-applet-0.8.7.orig/debian/rules +++ deskbar-applet-0.8.7/debian/rules @@ -0,0 +1,12 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/gnome.mk + +binary-install/deskbar-applet:: + dh_python + +install/deskbar-applet:: + find debian/deskbar-applet -name '*.pyc' -exec rm -f {} \; + find debian/deskbar-applet -name '*.pyo' -exec rm -f {} \; + find debian/deskbar-applet -name '*.la' -exec rm -f {} \; --- deskbar-applet-0.8.7.orig/debian/copyright +++ deskbar-applet-0.8.7/debian/copyright @@ -0,0 +1,28 @@ +This package was debianized by Daniel Holbach on +Thu, 27 Jan 2005 11:34:41 +0100. + +It was downloaded from http://browserbookapp.sourceforge.net/deskbar.html + +Copyright: + Nigel Tao + Raphael Slinckx + +License: + + 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; either version 2 of the License, or + (at your option) any later version. + + 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., 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'. +