debian/0000755000000000000000000000000011375002245007165 5ustar debian/compat0000644000000000000000000000000211265215230010361 0ustar 7 debian/rules0000755000000000000000000000005111375002202010232 0ustar #!/usr/bin/make -f %: dh --with kde $@ debian/patches/0000755000000000000000000000000011265215231010613 5ustar debian/patches/libplasma3_api.patch0000644000000000000000000000100611265215230014510 0ustar Index: plasmoid-teacooker-0.3.0/plasma-teacooker.cpp =================================================================== --- plasmoid-teacooker-0.3.0.orig/plasma-teacooker.cpp 2008-12-18 09:12:29.000000000 -0500 +++ plasmoid-teacooker-0.3.0/plasma-teacooker.cpp 2008-12-18 09:12:48.000000000 -0500 @@ -44,7 +44,7 @@ #include #include -#include +#include #include // #include debian/patches/cmake-find-plasma.patch0000644000000000000000000000153211265215230015105 0ustar Index: plasmoid-teacooker-0.3.0/CMakeLists.txt =================================================================== --- plasmoid-teacooker-0.3.0.orig/CMakeLists.txt 2009-01-13 14:09:23.000000000 -0500 +++ plasmoid-teacooker-0.3.0/CMakeLists.txt 2009-01-13 14:09:41.000000000 -0500 @@ -6,7 +6,6 @@ # Find the required Libaries find_package(KDE4 REQUIRED) include(KDE4Defaults) -find_package(Plasma REQUIRED) add_definitions (${QT_DEFINITIONS} ${KDE4_DEFINITIONS}) include_directories( @@ -23,7 +22,7 @@ kde4_add_ui_files(teacooker_SRCS) kde4_add_plugin(teacooker ${teacooker_SRCS}) target_link_libraries(teacooker - ${PLASMA_LIBS} ${KDE4_KDEUI_LIBS} ${KDE4_PHONON_LIBS}) + ${KDE4_PLASMA_LIBS} ${KDE4_KDEUI_LIBS} ${KDE4_PHONON_LIBS}) install(TARGETS teacooker DESTINATION ${PLUGIN_INSTALL_DIR}) debian/patches/series0000644000000000000000000000005511265215230012027 0ustar cmake-find-plasma.patch libplasma3_api.patch debian/control0000644000000000000000000000144311375002202010563 0ustar Source: plasma-widget-teacooker Section: kde Priority: optional Maintainer: Kubuntu Developers XSBC-Original-Maintainer: Egon Ashrafinia Build-Depends: debhelper (>= 7.3.16~), pkg-kde-tools (>= 0.5.0~), cmake, kdelibs5-dev (>= 4:4.3.2) Standards-Version: 3.8.4 Homepage: http://kde-look.org/content/show.php/Tea+Cooker?content=85564 Package: plasma-widget-teacooker Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: A Teacooker plasma widget for KDE 4 Teacooker is a handy timer for steeping tea. No longer will you have to guess at how long it takes for your tea to be ready. Simply select the type of tea you want to have, and it will alert you when the tea is ready to drink. debian/copyright0000644000000000000000000000235511265215230011123 0ustar This package was debianized by Egon Ashrafinia on Sun, 27 Jun 2008 21:40:18 +0200. It was downloaded from: http://kde-look.org/content/show.php/Tea+Cooker?content=85564 Upstream Author: Swizec Copyright: Copyright (C) 2008 by Swizec 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, Egon Ashrafinia and is licensed under the GPL, see above. debian/changelog0000644000000000000000000000652111375002202011034 0ustar plasma-widget-teacooker (0.3.0-0ubuntu9) maverick; urgency=low * Add cmake to build-dependencies as kdelibs5-dev no longer depends on it. * Switch to source format 3.0 (quilt). * Switch from cdbs to dh7 rules. * Bump Standards-Version to 3.8.4, no changes needed. -- Felix Geyer Wed, 19 May 2010 14:22:24 +0200 plasma-widget-teacooker (0.3.0-0ubuntu8) karmic; urgency=low * Remove plasmoid-teacooker transitional package not necessary now * Remove plasma-widget-teacooker.install no longer need * Bump Standards-Version to 3.8.3 no changes need * Build against kdelibs5-dev 4.3.2 * Bump compat to 7 * Bump debhelper build-depend version to 7 * Use kde.mk from pkg-kde-tools and include debhelper.mk * Add include /usr/share/cdbs/1/rules/patchsys-quilt.mk to apply patches * Update Maintainer field to Ubuntu Developers * Add ${misc:Depends} to make lintian happy * Add README.source for quilt -- Alessandro Ghersi Wed, 14 Oct 2009 01:15:42 +0200 plasma-widget-teacooker (0.3.0-0ubuntu7) 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 Standards-Version to 3.8.1 * Drop debian/cdbs folder * Fix plasma-widget-teacooker.install -- Alessandro Ghersi Fri, 22 May 2009 22:14:50 +0200 plasma-widget-teacooker (0.3.0-0ubuntu6) jaunty; urgency=low * Rename plasmoid-* to plasma-widget-* to match upstream naming policy - Conflicts/replaces plasmoid-teacooker - Add transitional package - Adjust package description * debina/rules: - Switch to kde4.mk provided by cdbs - Remove THIS_SHOULD_GO_TO_UNSTABLE * Remove debian/cdbs/* -- Nathan Handler Wed, 11 Feb 2009 23:40:05 +0000 plasmoid-teacooker (0.3.0-0ubuntu5) 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:39:17 -0500 plasmoid-teacooker (0.3.0-0ubuntu4) jaunty; urgency=low * Rebuild again since amd64 got missed in the last one -- Scott Kitterman Sat, 17 Jan 2009 21:39:28 -0500 plasmoid-teacooker (0.3.0-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 14:08:46 -0500 plasmoid-teacooker (0.3.0-0ubuntu2) jaunty; urgency=low * Add debian/patches/libplasma3_api.patch to adjust for libplasma3 * Bump required libplasma-dev version to 4.1.80~ -- Scott Kitterman Thu, 18 Dec 2008 09:13:41 -0500 plasmoid-teacooker (0.3.0-0ubuntu1) intrepid; urgency=low * New Upstream Release. -- Egon Ashrafinia Wed, 30 Jun 2008 21:46:18 +0200 plasmoid-teacooker (0.2.0-0ubuntu1) intrepid; urgency=low * Initial release. (LP: #252388) -- Egon Ashrafinia Sun, 27 Jun 2008 21:40:18 +0200 debian/source/0000755000000000000000000000000011375002202010456 5ustar debian/source/format0000644000000000000000000000001411375002202011664 0ustar 3.0 (quilt)