--- plasma-widget-runcommand-2.1.orig/debian/changelog +++ plasma-widget-runcommand-2.1/debian/changelog @@ -0,0 +1,71 @@ +plasma-widget-runcommand (2.1-0ubuntu2) lucid; urgency=low + + * Rebuild against Qt 4.6 rc 1, which is binary incompatible with 4.6 + beta + + -- Jonathan Thomas Tue, 24 Nov 2009 10:01:06 -0500 + +plasma-widget-runcommand (2.1-0ubuntu1) lucid; urgency=low + + * New upstream release + * Transition from kde.mk to dh --with-kde: + - debian/control: Remove cdbs build-dependency + - debian/rules: Build with the dh7 kde addon + * Bump Standards-Version to 3.8.3 + * Remove unnecessary build-depend on kdelibs5-dev + * Remove now-unnecessary replaces/conflicts on plasmoid-runcommand + + -- Jonathan Thomas Sat, 07 Nov 2009 21:10:48 -0500 + +plasma-widget-runcommand (2.0-0ubuntu1) karmic; urgency=low + + * New upstream release (LP: #412124) + - Bump kdelibs5-dev and kdebase-workspace-dev to 4.3.0 + + -- Alessandro Ghersi Tue, 11 Aug 2009 21:23:17 +0200 + +plasma-widget-runcommand (1.4-0ubuntu1) karmic; urgency=low + + * New upstream release (LP: #405041) + * Transition to kde.mk from pkg-kde-tools: + - Include kde.mk and debhelper.mk in debian/rules + - Bump debhelper build-dep in debian/control to 7 + - Bump compat to 7 + * Bump Standards-Version to 3.8.2, no changes necessary + * Bump kdelibs5-dev and kdebase-workspace-dev to 4.2.98 + * Binary package depends on ${misc:Depends} for lintian happiness + + -- Alessandro Ghersi Sun, 26 Jul 2009 23:26:03 +0200 + +plasma-widget-runcommand (1.2-0ubuntu2) karmic; urgency=low + + * Transition from libplasma-dev to kdelibs5-dev + - debian/control: change libplasma-dev to kdelibs5-dev + * Transition from kde4.mk to pkg-kde-tools + - debian/rules: Change '/usr/share/cdbs/1/class/kde4.mk' to + '/usr/share/pkg-kde-tools/qt-kde-team/1/debian-qt-kde.mk' + - debian/control: Build-Depend on 'pkg-kde-tools' + * Drop cmake from build-deps + * Bump kdebase-workspace-dev to 4.2.2 + + -- Alessandro Ghersi Fri, 22 May 2009 22:03:31 +0200 + +plasma-widget-runcommand (1.2-0ubuntu1) karmic; urgency=low + + * New upstream release + * Bump Standards-Version to 3.8.1 + + -- Jonathan Thomas Tue, 28 Apr 2009 20:05:51 -0400 + +plasma-widget-runcommand (1.0-0ubuntu2) jaunty; urgency=low + + * Rename plasmoid-* to plasma-widget-* to match upstream naming policy + - Conflicts/replaces plasmoid-runcommand + + -- Jonathan Thomas Tue, 10 Feb 2009 10:09:58 -0500 + +plasmoid-runcommand (1.0-0ubuntu1) jaunty; urgency=low + + * Initial release (LP: #296864) + + -- Alessandro Ghersi Sat, 15 Nov 2008 23:40:46 +0100 --- plasma-widget-runcommand-2.1.orig/debian/control +++ plasma-widget-runcommand-2.1/debian/control @@ -0,0 +1,14 @@ +Source: plasma-widget-runcommand +Section: kde +Priority: optional +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Alessandro Ghersi +Build-Depends: debhelper (>= 7), pkg-kde-tools, kdebase-workspace-dev (>= 4:4.3.3-0ubuntu2) +Standards-Version: 3.8.3 +Homepage: http://kde-look.org/content/show.php/Run+Command?content=91495 + +Package: plasma-widget-runcommand +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: plasmoid to run commands + Simple plasmoid to run commands without using terminal or KRunner. --- plasma-widget-runcommand-2.1.orig/debian/rules +++ plasma-widget-runcommand-2.1/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh --with kde $@ --- plasma-widget-runcommand-2.1.orig/debian/compat +++ plasma-widget-runcommand-2.1/debian/compat @@ -0,0 +1 @@ +7 --- plasma-widget-runcommand-2.1.orig/debian/copyright +++ plasma-widget-runcommand-2.1/debian/copyright @@ -0,0 +1,30 @@ +This package was debianized by Alessandro Ghersi + on Sat, 15 Nov 2008 23:40:46 +0100. + +It was downloaded from +http://kde-look.org/content/show.php/Run+Command?content=91495 + +Upstream Author: Michal Dutkiewicz + +Copyright © 2008 by Michal Dutkiewicz + +License: + 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 2 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, write to the Free Software Foundation, + Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA + +On Debian GNU/Linux systems, the complete text of the GNU General +Public License can be found in the /usr/share/common-licenses/GPL-2 file. + +The Debian packaging is Copyright (C) 2008, Alessandro Ghersi + and is licensed under the GPL-2, see above.