--- plasmoid-cpuload-0.1.orig/debian/control +++ plasmoid-cpuload-0.1/debian/control @@ -0,0 +1,13 @@ +Source: plasmoid-cpuload +Section: kde +Priority: optional +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Alessandro Ghersi +Build-Depends: debhelper (>= 5.0.0), cdbs, cmake, quilt, libplasma-dev +Standards-Version: 3.8.0 +Homepage: http://kde-look.org/content/show.php/cpuload?content=86628 + +Package: plasmoid-cpuload +Architecture: any +Depends: ${shlibs:Depends} +Description: This plasmoid displays CPU Load (User, System, Nice, IOWait). \ No newline at end of file --- plasmoid-cpuload-0.1.orig/debian/copyright +++ plasmoid-cpuload-0.1/debian/copyright @@ -0,0 +1,30 @@ +This package was debianized by Alessandro Ghersi on + Wed, 10 Sep 2008 06:25:29 +0200. + +It was downloaded from http://kde-look.org/content/show.php/cpuload?content=86628 + +Upstream Author: Alexey Tyapkin + +Copyright: + Copyright (C) 2008 by Alexey Tyapkin + +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 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. + + 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-3 file. + +The Debian packaging is (C) 2008, Alessandro Ghersi and +is licensed under the GPL, see above. \ No newline at end of file --- plasmoid-cpuload-0.1.orig/debian/rules +++ plasmoid-cpuload-0.1/debian/rules @@ -0,0 +1,5 @@ +#!/usr/bin/make -f + +THIS_SHOULD_GO_TO_UNSTABLE = 1 + +include /usr/share/cdbs/1/class/kde4.mk \ No newline at end of file --- plasmoid-cpuload-0.1.orig/debian/compat +++ plasmoid-cpuload-0.1/debian/compat @@ -0,0 +1 @@ +5 --- plasmoid-cpuload-0.1.orig/debian/changelog +++ plasmoid-cpuload-0.1/debian/changelog @@ -0,0 +1,6 @@ +plasmoid-cpuload (0.1-0ubuntu1) intrepid; urgency=low + + * Initial release (LP: #260094) + + -- Alessandro Ghersi Wed, 10 Sep 2008 06:25:29 +0200 +