--- quickly-lens-templates-0.0.3.orig/debian/control +++ quickly-lens-templates-0.0.3/debian/control @@ -0,0 +1,24 @@ +Source: quickly-lens-templates +Section: devel +Priority: optional +Build-Depends: debhelper (>= 8), + python (>= 2.6.6-3~), +Maintainer: Michael Hall +Standards-Version: 3.9.3 +XS-Python-Version: current + +Package: quickly-unity-lens-template +Architecture: all +XB-Python-Version: ${python:Versions} +Depends: gir1.2-unity-5.0, + python-unity-singlet, + quickly-ubuntu-template, + ${misc:Depends}, + ${python:Depends}, +Description: Quickly template for building simple Unity lenses + This quickly template is targeting opportunistic programmers who want to get + search results into Unity with the least amount of work. This one is based on + singlet which 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. All the packaging boring and managing code task is handled by the + template. --- quickly-lens-templates-0.0.3.orig/debian/watch +++ quickly-lens-templates-0.0.3/debian/watch @@ -0,0 +1,2 @@ +version=3 +https://launchpad.net/unity-quickly-templates/+download .*/unity-quickly-lens-template_(.*)\.tar\.gz --- quickly-lens-templates-0.0.3.orig/debian/rules +++ quickly-lens-templates-0.0.3/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@ --with python2 --- quickly-lens-templates-0.0.3.orig/debian/compat +++ quickly-lens-templates-0.0.3/debian/compat @@ -0,0 +1 @@ +8 --- quickly-lens-templates-0.0.3.orig/debian/changelog +++ quickly-lens-templates-0.0.3/debian/changelog @@ -0,0 +1,20 @@ +quickly-lens-templates (0.0.3-0ubuntu1) precise; urgency=low + + * New upstream release (LP: #955330): + - Fix uninstall command (LP: #946426) + + -- Michael Hall Wed, 14 Mar 2012 14:16:30 -0400 + +quickly-lens-templates (0.0.2-ubuntu1) precise; urgency=low + + [ Michael Hall ] + * Undo extras-specifcs in the packaging template + * Add install/uninstall commands + + [ Didier Roche ] + * First packaging (LP: #942782) + * debian/control: + - bump Vcs-Bzr to latest + + -- Michael Hall Thu, 23 Feb 2012 16:46:58 -0500 + --- quickly-lens-templates-0.0.3.orig/debian/copyright +++ quickly-lens-templates-0.0.3/debian/copyright @@ -0,0 +1,23 @@ +Format: http://dep.debian.net/deps/dep5 +Upstream-Name: unity-quickly-templates +Upstream-Contact: Michael Hall +Source: https://launchpad.net/unity-quickly-templates + +Files: * +Copyright: 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'.