--- unity-lens-shopping-6.8.0.orig/debian/copyright +++ unity-lens-shopping-6.8.0/debian/copyright @@ -0,0 +1,19 @@ +Format: http://dep.debian.net/deps/dep5/ +Upstream-Name: unity-lens-copyright +Upstream-Contact: Michal Hruby +Source: https://launchpad.net/unity-lens-shopping/+download + +File: * +Copyright: 2010-2012 Canonical Ltd +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 version 3 as + published by the Free Software Foundation. + . + 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/Ubuntu systems, the full text of the GPL v3 can be found in + `/usr/share/common-licenses/GPL-3' --- unity-lens-shopping-6.8.0.orig/debian/watch +++ unity-lens-shopping-6.8.0/debian/watch @@ -0,0 +1,2 @@ +version=3 +https://launchpad.net/unity-lens-shopping/+download .*/unity-lens-shopping-([0-9.]+)\.tar\.gz --- unity-lens-shopping-6.8.0.orig/debian/control +++ unity-lens-shopping-6.8.0/debian/control @@ -0,0 +1,28 @@ +Source: unity-lens-shopping +Section: gnome +Priority: optional +Maintainer: Ubuntu Developers +Build-Depends: debhelper (>= 9), + pkg-config, + dh-autoreconf, + dh-translations, + valac (>= 0.16), + libglib2.0-dev (>= 2.27), + libgee-dev, + libjson-glib-dev, + libdee-dev (>= 1.0.7), + libunity-dev (>= 6.8), + libsoup2.4-dev, + libsoup-gnome2.4-dev, +Standards-Version: 3.9.3 +Homepage: https://launchpad.net/unity-lens-shopping +Vcs-Bzr: https://code.launchpad.net/+branch/ubuntu/unity-lens-shopping + +Package: unity-lens-shopping +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends} +Description: Shopping lens for unity + This package contains the "shopping" lens which can be used + into Unity to shop online. + --- unity-lens-shopping-6.8.0.orig/debian/changelog +++ unity-lens-shopping-6.8.0/debian/changelog @@ -0,0 +1,35 @@ +unity-lens-shopping (6.8.0-0ubuntu1) quantal-proposed; urgency=low + + [ Łukasz 'sil2100' Zemczak ] + * New upstream release. + - Use music lens details page for music store results (LP: #1055684) + - No easy way to disable online-fetched results in lenses (LP: #1054746) + - Display category emblems on results (LP: #1056901) + - Descriptions are missing all html tags (LP: #1058197) + + [ Didier Roche ] + * debian/control: + - bump libunity build-dep + + -- Didier Roche Thu, 04 Oct 2012 16:46:32 +0200 + +unity-lens-shopping (6.0.0-0ubuntu2) quantal; urgency=low + + [ Łukasz 'sil2100' Zemczak ] + * debian/control: + - Added build-dependencies to libsoup2.4-dev and libsoup-gnome2.4-dev, as + needed by the addition of secure connections + + [ Iain Lane ] + * Cherry-pick upstream r22 to connect to the remote server using SSL (LP: + #1055649) + + -- Iain Lane Fri, 28 Sep 2012 18:01:02 +0100 + +unity-lens-shopping (6.0.0-0ubuntu1) quantal-proposed; urgency=low + + * Take Francis' initial packaging and fix it up + version fixing. + Putting the shopping lens to ubuntu (LP: #1053470) + + -- Didier Roche Thu, 20 Sep 2012 17:16:37 +0200 + --- unity-lens-shopping-6.8.0.orig/debian/compat +++ unity-lens-shopping-6.8.0/debian/compat @@ -0,0 +1 @@ +9 --- unity-lens-shopping-6.8.0.orig/debian/rules +++ unity-lens-shopping-6.8.0/debian/rules @@ -0,0 +1,10 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +export DEB_BUILD_MAINT_OPTIONS := hardening=+all + +%: + dh $@ --with autoreconf,translations