--- plasma-widget-stockquote-2.1.orig/debian/changelog +++ plasma-widget-stockquote-2.1/debian/changelog @@ -0,0 +1,57 @@ +plasma-widget-stockquote (2.1-0ubuntu1) karmic; urgency=low + + * New upstream release (LP: #371957) + - BUG: Stock is now left clickable only + - BUG: Link to the generic yahoo finance page instead of the au specific + one + - ENHANCEMENT: KDE proxies are now supported + - ENHANCEMENT: Opacity is now configurable + - ENHANCEMENT: Currency conversions to 4 decimal places + * Update to use pkg-kde-tools. + + -- Nick Ellery Wed, 06 May 2009 21:41:59 -0700 + +plasma-widget-stockquote (2.0-0ubuntu1) jaunty; urgency=low + + * New upstream release (LP: #329623). + * Remove cmake-find-plasma.patch, no longer applies. + + -- Nick Ellery Sat, 14 Feb 2009 22:19:24 -0800 + +plasma-widget-stockquote (1.1-0ubuntu5) jaunty; urgency=low + + * Rename plasmoid-* to plasma-widget-* to match upstream naming policy + - Conflicts/replaces plasmoid-stockquote + - Adjust package description + * Remove quilt-build-dep-but-no-series-file lintian override + + -- Nathan Handler Thu, 12 Feb 2009 00:44:12 +0000 + +plasmoid-stockquote (1.1-0ubuntu4) jaunty; urgency=low + + * Rebuild against new libplasma-dev and bump version required to 4.2.0 + to avoid inadvertent builds against the old version on slow archs + + -- Scott Kitterman Mon, 26 Jan 2009 22:37:58 -0500 + +plasmoid-stockquote (1.1-0ubuntu3) jaunty; urgency=low + + * Patch CMakeLists.txt to work with annoyingly late in the release cycle + build system changes + * Rebuild for abi change + + -- Scott Kitterman Tue, 13 Jan 2009 13:53:17 -0500 + +plasmoid-stockquote (1.1-0ubuntu2) jaunty; urgency=low + + * No change rebuild due to libplasma3 abi change + + -- Scott Kitterman Tue, 13 Jan 2009 13:17:52 -0500 + +plasmoid-stockquote (1.1-0ubuntu1) jaunty; urgency=low + + * Initial release (LP: #310979). + * Repacked .orig from .tar.bz2. + + -- Nick Ellery Tue, 23 Dec 2008 11:11:07 -0800 + --- plasma-widget-stockquote-2.1.orig/debian/rules +++ plasma-widget-stockquote-2.1/debian/rules @@ -0,0 +1,3 @@ +#!/usr/bin/make -f + +include /usr/share/pkg-kde-tools/qt-kde-team/1/debian-qt-kde.mk --- plasma-widget-stockquote-2.1.orig/debian/copyright +++ plasma-widget-stockquote-2.1/debian/copyright @@ -0,0 +1,33 @@ +This package was debianized by Nick Ellery on +Tue, 23 Dec 2008 11:11:07 -0800. + +It was downloaded from +http://www.kde-look.org/content/show.php/Stock+Quote?content=90695. + +Upstream Author: Ryan Winter + +Copyright: + Copyright (C) 2008 Ryan Winter + Copyright (C) 2008 Jaagup Repan + Copyright (C) 2008 Sebastian Sobolewski + +License: + + This package is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License version 2 as + published by the Free Software Foundation. + + This package 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 package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian systems, the complete text of the GNU General Public License can be +found in `/usr/share/common-licenses/GPL-2'. + +The Debian packaging is Copyright (C) 2008, Nick Ellery +and is licensed under the GPLv2, see above. --- plasma-widget-stockquote-2.1.orig/debian/compat +++ plasma-widget-stockquote-2.1/debian/compat @@ -0,0 +1 @@ +5 --- plasma-widget-stockquote-2.1.orig/debian/control +++ plasma-widget-stockquote-2.1/debian/control @@ -0,0 +1,16 @@ +Source: plasma-widget-stockquote +Section: kde +Priority: optional +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Nick Ellery +Build-Depends: cdbs, debhelper (>= 5), quilt, cmake, libplasma-dev (>= 4:4.2.0), pkg-kde-tools +Standards-Version: 3.8.0 +Homepage: http://www.kde-look.org/content/show.php/Stock+Quote?content=90695 + +Package: plasma-widget-stockquote +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Conflicts: plasmoid-stockquote (<= 1.1-0ubuntu4) +Replaces: plasmoid-stockquote (<= 1.1-0ubuntu4) +Description: plasma widget which displays stock quotes + Displays stock quotes on the desktop pulled from the yahoo servers.