--- fuss-launcher-0.5.orig/debian/vercheck +++ fuss-launcher-0.5/debian/vercheck @@ -0,0 +1,13 @@ +#!/bin/sh +VERSION_SRC1=`grep ^VERSION= fusslauncher/conf.py | sed -re 's/^.+"([^"]+)".*/\1/'` +VERSION_DEB=`head -n 1 debian/changelog | sed -re 's/[^(]+\(([^-]+).+/\1/'` +VERSION="$VERSION_SRC1" + +if [ "$VERSION_SRC1" != "$VERSION_DEB" ] +then + echo "Version mismatch between fusslauncher/conf.py ($VERSION_SRC1) and debian/changelog ($VERSION_DEB)" >&2 + exit 1 +fi + +echo "$VERSION" +exit 0 --- fuss-launcher-0.5.orig/debian/compat +++ fuss-launcher-0.5/debian/compat @@ -0,0 +1 @@ +7 --- fuss-launcher-0.5.orig/debian/fuss-launcher.xpm +++ fuss-launcher-0.5/debian/fuss-launcher.xpm @@ -0,0 +1,121 @@ +/* XPM */ +static char * fuss_launcher_xpm[] = { +"32 32 86 1", +" c None", +". c #9FC9D5", +"+ c #88BECB", +"@ c #9FCAD5", +"# c #8FC1CF", +"$ c #7CB6C6", +"% c #7BB6C6", +"& c #84BAC9", +"* c #A1CBD6", +"= c #7AB5C5", +"- c #7DB7C7", +"; c #7CB7C7", +"> c #ABD0DB", +", c #EC7B80", +"' c #E54B52", +") c #E54951", +"! c #EC777E", +"~ c #9EC9D5", +"{ c #79B5C5", +"] c #A9D0DA", +"^ c #E33A42", +"/ c #E1313A", +"( c #E23740", +"_ c #91C2CF", +": c #84BBCA", +"< c #F0999D", +"[ c #E2313A", +"} c #E2323B", +"| c #ED7F85", +"1 c #9EC8D5", +"2 c #87BCCB", +"3 c #96C5D1", +"4 c #E23A42", +"5 c #E1323B", +"6 c #F3B06B", +"7 c #F3B068", +"8 c #EB737A", +"9 c #E43F48", +"0 c #E33E46", +"a c #ED8086", +"b c #F4B36E", +"c c #F1A656", +"d c #F3AF68", +"e c #D6D6D6", +"f c #CFCFCF", +"g c #C8C8C8", +"h c #C5C5C5", +"i c #C6C6C6", +"j c #CBCBCB", +"k c #D1D1D1", +"l c #F9DCBE", +"m c #F1A554", +"n c #F1A657", +"o c #F2A758", +"p c #F1A350", +"q c #F8D5AF", +"r c #BEBEBE", +"s c #C0C0C0", +"t c #BFBFBF", +"u c #C3C3C3", +"v c #C7C7C7", +"w c #D0D0D0", +"x c #F4B572", +"y c #F1A555", +"z c #F3B06A", +"A c #D6E5B5", +"B c #C1C1C1", +"C c #C2C2C2", +"D c #C9C9C9", +"E c #F5C18A", +"F c #F7C896", +"G c #D1E2AC", +"H c #BFD68A", +"I c #BED587", +"J c #C4D993", +"K c #D4D4D4", +"L c #CDCDCD", +"M c #C4C4C4", +"N c #CFE1A6", +"O c #BED588", +"P c #C2D88F", +"Q c #D1E2AB", +"R c #C8DC9A", +"S c #D8E5B7", +"T c #CECECE", +"U c #CACACA", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" .+@ ", +" #$$%& ", +" *=--;$> ,')! ", +" ~{--;$] ^//( ", +" _%$$: update-apt-xapian-index.8 +# COLUMNS=200 help2man --section=1 --no-info ./axi-cache > axi-cache.1 + +vercheck: + debian/vercheck > /dev/null + +debsrc: vercheck + python setup.py sdist + mv dist/fuss-launcher-$(VERSION).tar.gz ../fuss-launcher_$(VERSION).orig.tar.gz + fakeroot debian/rules clean + rm -f MANIFEST + git-buildpackage -S -us -uc + rm -f ../fuss-launcher_$(VERSION)*_source.* --- fuss-launcher-0.5.orig/debian/changelog +++ fuss-launcher-0.5/debian/changelog @@ -0,0 +1,42 @@ +fuss-launcher (0.5-1) unstable; urgency=low + + * Port to new Xapian API. Closes: #601760 + + -- Enrico Zini Fri, 29 Oct 2010 12:55:13 +0200 + +fuss-launcher (0.4-1) unstable; urgency=low + + * Fixed man page. Closes: #583764 + * Fixed package description. Closes: #583759 + + -- Christopher R. Gabriel Sun, 30 May 2010 23:33:39 +0200 + +fuss-launcher (0.4) unstable; urgency=low + + * New upstream release + - UI cleanup, removed gtk+ complains + + -- Christopher R. Gabriel Thu, 20 May 2010 17:35:01 +0200 + +fuss-launcher (0.3) unstable; urgency=low + + * New upstream release + - Use newer apt-xapian-index: removed need of local index + - Dragging a file in the launcher shows the applications that can open it + - Remembers the applications launched more frequently + - Allow to set a list of favourite applications + * Renamed to fuss-launcher + + -- Enrico Zini Sun, 16 May 2010 20:31:14 +0100 + +fuss-launcher-applet (0.2) karmic; urgency=low + + * New upstream release + + -- Christopher R. Gabriel Thu, 15 Apr 2010 00:37:30 +0200 + +fuss-launcher-applet (0.1) UNRELEASED; urgency=low + + * Initial release. + + -- Christopher R. Gabriel Thu, 25 Sep 2008 14:19:14 +0200 --- fuss-launcher-0.5.orig/debian/copyright +++ fuss-launcher-0.5/debian/copyright @@ -0,0 +1,28 @@ +This package was debianized by Enrico Zini +on Sun May 16 19:56:13 BST 2010. + +Upstream Authors: Enrico Zini + Christopher R. Gabriel + +Copyright: + + Copyright (c) 2010 The Fuss Project - http://www.fuss.bz.it/ + Copyright (c) 2008 Enrico Zini + Copyright (c) 2010 Christopher R. Gabriel + + 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 3 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, see . + + On Debian systems, the complete text of the GNU General Public + License, version 3, can be found in /usr/share/common-licenses/GPL-3 + --- fuss-launcher-0.5.orig/debian/control +++ fuss-launcher-0.5/debian/control @@ -0,0 +1,29 @@ +Source: fuss-launcher +Section: gnome +Priority: optional +Maintainer: Enrico Zini +Uploaders: Christopher R. Gabriel +Build-Depends: debhelper (>= 7.0.50~) +Build-Depends-Indep: python, python-support, python-distutils-extra +Standards-Version: 3.8.4.0 +XS-Python-Version: >= 2.4 +Vcs-Git: http://git.fuss.bz.it/git/launcher.git/ +Vcs-Browser: http://git.fuss.bz.it/?p=launcher.git;a=summary +Homepage: https://devel.fuss.bz.it/wiki/FussLauncher + +Package: fuss-launcher +Architecture: all +Depends: ${python:Depends}, ${misc:Depends}, python-gtk2, python-gconf, python-xapian, python-xdg, apt-xapian-index (>= 0.35), app-install-data +XB-Python-Version: ${python:Versions} +Description: a simple application launcher + This panel applet provides an application launcher developed by the FUSS + project, which uses apt-xapian-index to find applications given a few + keywords. + . + Since the index also contains Debian package information, keyword search is + not limited to the application name and short description provided by desktop + files. + . + You can also drag a file into Fuss Launcher to see the applications that can + open it. Fuss Launcher also remembers frequently used applications and allows + to build a quick-launch list of user favourites.