--- deskbar-applet-0.8.5.orig/debian/changelog +++ deskbar-applet-0.8.5/debian/changelog @@ -0,0 +1,47 @@ +deskbar-applet (0.8.5-0ubuntu1~breezy1) breezy-backports; urgency=low + + * Automated backport upload; no source changes. + + -- Ubuntu Archive Auto-Backport Mon, 28 Nov 2005 19:39:28 +0000 + +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.5.orig/debian/compat +++ deskbar-applet-0.8.5/debian/compat @@ -0,0 +1 @@ +4 --- deskbar-applet-0.8.5.orig/debian/control +++ deskbar-applet-0.8.5/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, libgnome-desktop-dev (>= 2.10), libxml-parser-perl, beagle, 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.5.orig/debian/rules +++ deskbar-applet-0.8.5/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.5.orig/debian/copyright +++ deskbar-applet-0.8.5/debian/copyright @@ -0,0 +1,29 @@ +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., 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'. +