--- unity-singlet-0.2.2.orig/debian/control +++ unity-singlet-0.2.2/debian/control @@ -0,0 +1,23 @@ +Source: unity-singlet +Section: python +Priority: optional +Build-Depends: debhelper (>= 7), + python (>= 2.6.6-3~) +Maintainer: Michael Hall +Standards-Version: 3.9.3 +XS-Python-Version: current + +Package: python-unity-singlet +Architecture: all +XB-Python-Version: ${python:Versions} +Depends: gir1.2-unity-5.0, + ${misc:Depends}, + ${python:Depends} +Description: Python library for quickly building simple Unity lenses and scopes + Singlet targets opportunistic programmers who want to get search results into + Unity with the least amount of work. By providing a handful of Python meta + classes and base classes, Singlet lets you write a basic lens with a minimal + amount of fuss. It hides all of the boilerplate code necessary to interface + with GObject and DBus, leaving the developer free to focus solely on the + purpose of their lens. With Singlet, the only thing a Lens author really + needs to provide is a single search function. --- unity-singlet-0.2.2.orig/debian/watch +++ unity-singlet-0.2.2/debian/watch @@ -0,0 +1,2 @@ +version=3 +https://launchpad.net/singlet/+download .*/unity-singlet_(.*)\.tar\.gz --- unity-singlet-0.2.2.orig/debian/rules +++ unity-singlet-0.2.2/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@ --with python2 --- unity-singlet-0.2.2.orig/debian/compat +++ unity-singlet-0.2.2/debian/compat @@ -0,0 +1 @@ +7 --- unity-singlet-0.2.2.orig/debian/changelog +++ unity-singlet-0.2.2/debian/changelog @@ -0,0 +1,14 @@ +unity-singlet (0.2.2-0ubuntu1) precise; urgency=low + + * New upstream release (LP: #955317) + - Remove make/install/uninstall command options + - Remove connection to 'active' signal (LP: #955091) + + -- Michael Hall Wed, 14 Mar 2012 13:52:33 -0400 + +unity-singlet (0.2.1-ubuntu1) precise; urgency=low + + * New Package + + -- Michael Hall Mon, 30 Jan 2012 10:00:38 -0500 + --- unity-singlet-0.2.2.orig/debian/copyright +++ unity-singlet-0.2.2/debian/copyright @@ -0,0 +1,24 @@ +Format: http://dep.debian.net/deps/dep5 +Upstream-Name: unity-singlet +Upstream-Contact: Michael Hall +Source: http://launchpad.net/singlet + +Files: * +Copyright: 2011 David Calle + 2011 Michael Hall +License: GPL-3 + 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. + . + On Debian systems, the full text of the GNU General Public + License version 3 can be found in the file + `/usr/share/common-licenses/GPL-3'.