--- deskbar-applet-2.15.90.orig/debian/compat +++ deskbar-applet-2.15.90/debian/compat @@ -0,0 +1 @@ +5 --- deskbar-applet-2.15.90.orig/debian/copyright +++ deskbar-applet-2.15.90/debian/copyright @@ -0,0 +1,27 @@ +This package was debianized by Tollef Fog Heen on +Tue, 4 Oct 2005 12:23:19 +0200. + +It was downloaded from http://ftp.acc.umu.se/pub/gnome/sources/deskbar-applet/ + +Copyright Holder: Nigel Tao + Raphael Slinckx + Mikkel Kamstrup Erlandsen + +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; either version 2 of the License, or + (at your option) any later version. + + 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 Street, Fifth Floor, Boston, MA 02110-1301 USA + +A full copy of the GPL can be found in /usr/share/common-licenses/GPL on most +Debian systems. --- deskbar-applet-2.15.90.orig/debian/docs +++ deskbar-applet-2.15.90/debian/docs @@ -0,0 +1,3 @@ +NEWS +README +TODO --- deskbar-applet-2.15.90.orig/debian/rules +++ deskbar-applet-2.15.90/debian/rules @@ -0,0 +1,15 @@ +#! /usr/bin/make -f +# -*- makefile -*- + +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 + +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-2.15.90.orig/debian/watch +++ deskbar-applet-2.15.90/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://ftp.gnome.org/pub/gnome/sources/deskbar-applet/2.15/deskbar-applet-(.*).tar.gz --- deskbar-applet-2.15.90.orig/debian/changelog +++ deskbar-applet-2.15.90/debian/changelog @@ -0,0 +1,198 @@ +deskbar-applet (2.15.90-0ubuntu1) edgy; urgency=low + + * New upstream release: + - Now checks for the elementtree Python package (as needed by the + NewStuffManager). + - Add a check in ModuleLoader.initialize_module(context) to see if we + meet the any given requirements for the module before initializing. + This should clean up a few exceptions on start-up. In Beagle-Live + properly check if beagled is running via + beagle.beagle_util_daemon_is_running(). If beagled is not running + display an option to start it (via a standard "more" button in the + module list view). + * debian/control: + - added python-elementtree to Depends, Build-Depends. + * debian/patches/300-drop-gnomeapplet-check.patch: + - dropped. + + -- Daniel Holbach Mon, 24 Jul 2006 16:35:07 +0200 + +deskbar-applet (2.15.4-0ubuntu1) edgy; urgency=low + + * New upstream release. + * Fixes: Malone: #50958. + * debian/control: + - added python-dev as Build-Depends. + + -- Daniel Holbach Tue, 11 Jul 2006 17:27:24 +0200 + +deskbar-applet (2.15.3-0ubuntu1) edgy; urgency=low + + * New upstream release. + + -- Daniel Holbach Tue, 13 Jun 2006 17:10:50 +0200 + +deskbar-applet (2.15.2.1-0ubuntu1) edgy; urgency=low + + * New upstream release. + * Resynchronized with Debian, list of Ubuntu changes: + - debian/patches/100-fix-mozilla-conf.diff, + - dropped. + - debian/patches/200-use-python-2.4.patch: + - dropped. + - debian/patches/300-drop-gnomeapplet-check.patch: + - remove check for it. + - debian/watch: + - updated. + - debian/rules: + - run dh_python, do not install .py{o,c} and *.la + + -- Daniel Holbach Wed, 7 Jun 2006 19:24:49 +0200 + +deskbar-applet (2.14.1.1-4) unstable; urgency=low + + * Fix FTBFS. + + debian/control: For each python-*-dev package, depend on the + corresponding python2.4-* package explicitly. Otherwise only the Python + 2.3 versions of these packages will get pulled in and configure can't + find the modules. + + debian/control: Upgraded build dependencies on python-gnome2-dev to + >= 2.12. + + Closes: #366670 "FTBFS: misses gnomeapplet" + * debian/control: Upgraded standards version from 3.6.2 to 3.7.2. (No + changes required.) + * debian/watch: Added a watch file. + + -- Sebastian Rittau Wed, 10 May 2006 17:50:01 +0200 + +deskbar-applet (2.14.1.1-3) unstable; urgency=low + + * Switch packaging to CDBS. + + debian/rules: Rewritten. + + debian/control: Build-depend on cdbs. + * Rebuilt against latest evolution-data-server. + + Closes: #362611 "Will need rebuild against new evolution-data-server" + * Build against Python 2.4. + + debian/control: Changed (build-)dependencies accordingly. + + debian/patches/200-use-python-2.4.diff: New patch to force + deskbar-applet to use Python2.4. + + Closes: #360320 "empty popup menu" + + Closes: #361250 "pathprograms.py needs python2.4" + * Fix Web History/Web Search when Mozilla configuration misses the "Default" + section. + + debian/patches/100-fix-mozilla-conf.diff: New patch by P. Oscar Boykin. + + Closes: #363913 "Cannot Activate Web History / Web Searches" + * Recommend gnome-utils for the Dictionary and Files and Folder Search to + work correctly. + + debian/control: Add Recommends: gnome-utils + + Partly addresses #364839 "should recommend gnome-utils for + Dictionary/Files and Folder Search functions" + * debian/dirs: Removed, unnecessary. + + -- Sebastian Rittau Wed, 10 May 2006 09:24:47 +0200 + +deskbar-applet (2.14.1.1-2) unstable; urgency=low + + * Recommend python-beagle and python2.3-soappy. + + Closes: #363449 "should suggest python-soappy for the google handler" + (Thanks, Christophe Nowicki) + + -- Sebastian Rittau Thu, 20 Apr 2006 19:16:59 +0200 + +deskbar-applet (2.14.1.1-1) unstable; urgency=low + + * New upstream version. + + Closes: #362512 "Attempt to change behavior of 'Web Searches' fails" + + -- Sebastian Rittau Mon, 17 Apr 2006 15:07:10 +0200 + +deskbar-applet (2.14.1-1) unstable; urgency=low + + * New upstream version. + * Use debhelper compatibility level 5. + + debian/control: upgraded build-dependency on debhelper to >= 5.0.0 + + debian/compat: Set compatibility level from 4 to 5. + * Moved gconf schemas from /etc to /usr/share. + + debian/rules: call dh_gconf + + Closes: #340517 "package still ships gconf schemas in /etc" (thanks, + Josselin Mouette!) + * debian/control: build-dependency upgrades: + + python-gnome2-extras >= 2.12 to prevent problems with the applet mode + + intltool >= 0.33 as per the configure script + + pkg-config >= 0.9.0 as per the configure script + * debian/control: upgraded standards-version to 3.6.2 (no changes needed) + * debian/copyright: updated address of the FSF + + -- Sebastian Rittau Wed, 12 Apr 2006 20:08:12 +0200 + +deskbar-applet (2.14.0.1-2) unstable; urgency=low + + * Added missing build-dependency. + + debian/control: Added libgnome-desktop-dev to build dependencies. + + Closes: #360045 "FTBFS: No package 'gnome-desktop-2.0' found" + + -- Sebastian Rittau Fri, 31 Mar 2006 15:45:15 +0200 + +deskbar-applet (2.14.0.1-1) unstable; urgency=low + + * New maintainer with permission from Tollef. Thanks, Tollef, for your work! + + debian/control: Set myself as maintainer. + * Removed the .bzr files from debian directory. + + -- Sebastian Rittau Wed, 29 Mar 2006 18:16:28 +0200 + +deskbar-applet (2.14.0.1-0.3) unstable; urgency=low + + * debian/copyright: Updated the download location and author names. Added + full GPL boilerplate. + + -- Sebastian Rittau Tue, 28 Mar 2006 19:37:52 +0200 + +deskbar-applet (2.14.0.1-0.2) unstable; urgency=low + + * Bugs fixed by the new upstream version: + + Closes: #342646 "New upstream version available" + + Closes: #335648 "traceback on startup" + + Closes: #334832 "can't focus on applet" + * Bug fixed by recompile: + + Closes: #349884 "Incorrect dependencies" + * Fix dependency problems: + + debian/control: Depend on python-gnome2-extras and python-glade2; + build-depend on python-glade2 + + Closes: #339399 "deskbar-applet should depend on python2.3-gnome-extras" + + Closes: #337490 "deskbar-applet should depend on python-glade2" + + -- Sebastian Rittau Sun, 26 Mar 2006 14:48:06 +0200 + +deskbar-applet (2.14.0.1-0.1) unstable; urgency=low + + * New upstream release. + + -- Sebastian Rittau Fri, 24 Mar 2006 17:29:54 +0100 + +deskbar-applet (0.8.0-1) unstable; urgency=low + + * New upstream release. + + -- Tollef Fog Heen Mon, 24 Oct 2005 10:11:27 +0200 + +deskbar-applet (0.6-1) unstable; urgency=low + + * New upstream release, works with python2.3 (closes: #332850) + * Add missing depends on python-gtk/gnome modules. (closes: #333741) + + -- Tollef Fog Heen Mon, 17 Oct 2005 09:41:43 +0200 + +deskbar-applet (0.5.0-2) unstable; urgency=low + + * Clean up package a bit, fixing FHS compliance, correct depends and + such. + + -- Tollef Fog Heen Thu, 6 Oct 2005 11:08:25 +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-2.15.90.orig/debian/control +++ deskbar-applet-2.15.90/debian/control @@ -0,0 +1,15 @@ +Source: deskbar-applet +Section: gnome +Priority: optional +Maintainer: Sebastian Rittau +Build-Depends: cdbs, debhelper (>= 5.0.0), autotools-dev, python-dev, pkg-config (>= 0.9.0), python-gnome2-dev (>= 2.12), python2.4-gnome2, python2.4-glade2, intltool (>= 0.33), libgtk2.0-dev (>= 2.6), python-gtk2-dev (>= 2.6), python2.4-gtk2, python-gnome2-extras-dev (>= 2.12), python2.4-gnome2-extras, python2.4-dev (>= 2.4), libebook1.2-dev, libcamel1.2-dev, libgnome-desktop-dev, python-elementtree +Standards-Version: 3.7.2 + +Package: deskbar-applet +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python2.4-gnome2, python2.4-gtk2, python2.4-gnome2-extras, python2.4-glade2, python-elementtree +Recommends: python-beagle (>= 0.2.6-1), python2.4-soappy, gnome-utils +Description: keyword-driven navigational bar for GNOME + this is a GNOME applet which allows easy access to search engines, + local files and programs based on keywords instead of having to type + a fully-qualified path.