--- plasma-widget-adjustableclock-2.1.orig/debian/copyright +++ plasma-widget-adjustableclock-2.1/debian/copyright @@ -0,0 +1,34 @@ +This package was debianized by Alessandro Ghersi + on Sun, 16 Nov 2008 05:23:44 +0100. + +It was downloaded from +http://www.kde-look.org/content/show.php/Adjustable+Clock?content=92825 + +Upstream Author: Michal Dutkiewicz + +Copyright: + + Copyright © 2008-2009 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 (C) 2008, Alessandro Ghersi + and is licensed under the GPL, see above. + + --- plasma-widget-adjustableclock-2.1.orig/debian/control +++ plasma-widget-adjustableclock-2.1/debian/control @@ -0,0 +1,19 @@ +Source: plasma-widget-adjustableclock +Section: kde +Priority: optional +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Alessandro Ghersi +Build-Depends: debhelper (>= 7), cdbs, kdelibs5-dev (>= 4:4.2.95), + kdebase-workspace-dev (>= 4:4.2.95), pkg-kde-tools +Standards-Version: 3.8.2 +Homepage: http://www.kde-look.org/content/show.php/Adjustable+Clock?content=92825 + +Package: plasma-widget-adjustableclock +Conflicts: plasmoid-adjustableclock (<= 1.1-0ubuntu1) +Replaces: plasmoid-adjustableclock (<= 1.1-0ubuntu1) +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: plasma widget clock to show date and time + This plasma widget shows date and time in adjustable format using + rich text. + --- plasma-widget-adjustableclock-2.1.orig/debian/compat +++ plasma-widget-adjustableclock-2.1/debian/compat @@ -0,0 +1 @@ +7 --- plasma-widget-adjustableclock-2.1.orig/debian/rules +++ plasma-widget-adjustableclock-2.1/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/pkg-kde-tools/makefiles/1/cdbs/kde.mk --- plasma-widget-adjustableclock-2.1.orig/debian/changelog +++ plasma-widget-adjustableclock-2.1/debian/changelog @@ -0,0 +1,89 @@ +plasma-widget-adjustableclock (2.1-0ubuntu1) karmic; urgency=low + + * New upstream release (LP: #395162) + - bump kdelibs5-dev to 4.2.95 + - bump kdebase-workspace to 4.2.95 + + -- Alessandro Ghersi Fri, 03 Jul 2009 15:23:32 +0200 + +plasma-widget-adjustableclock (2.0-0ubuntu1) karmic; urgency=low + + * New upstream release + * Use kde.mk from pkg-kde-tools: + - Bump debhelper build-depend version to 7 + - Bump compat version to 7 + * Bump Standards-Version to 3.8.2 + * The binary package depends on ${misc:Depends} to make lintian happy + + -- Jonathan Thomas Sun, 21 Jun 2009 12:37:12 -0400 + +plasma-widget-adjustableclock (1.4-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 + + -- Alessandro Ghersi Sat, 23 May 2009 03:20:59 +0200 + +plasma-widget-adjustableclock (1.4-0ubuntu1) karmic; urgency=low + + * New upstream release (LP: #368943) + * Bump Standards-Version to 3.8.1 + * Bump libplasma-dev and kdebase-workspace-dev to 4:4.2.2 + + -- Alessandro Ghersi Wed, 29 Apr 2009 02:10:07 +0200 + +plasma-widget-adjustableclock (1.1-0ubuntu3) jaunty; urgency=low + + * Conflicts/replaces in debian/control: plasmoid-adjustableclock instead + plasmoid-quickaccess (LP: #328112) + + -- Alessandro Ghersi Sun, 22 Feb 2009 19:22:30 +0100 + +plasma-widget-adjustableclock (1.1-0ubuntu2) jaunty; urgency=low + + * Rename plasmoid-* to plasma-widget-* to match upstream naming policy + - Conflicts/replaces plasmoid-quickaccess + + -- Scott Kitterman Mon, 09 Feb 2009 23:58:27 -0500 + +plasmoid-adjustableclock (1.1-0ubuntu1) jaunty; urgency=low + + * New upstream release (LP: #325155) + * Drop build-depend on quilt, we are no longer patching anything + + -- Alessandro Ghersi Wed, 04 Feb 2009 05:55:04 +0100 + +plasmoid-adjustableclock (1.0-0ubuntu1) jaunty; urgency=low + + * New upstream release + - Repack tar.bz2 tarball to tar.gz without change + - Update debian/copyright + - Drop cmake-please-find-plasma.patch and debian/patches, incorporated + upstream + + -- Scott Kitterman Tue, 27 Jan 2009 09:33:59 -0500 + +plasmoid-adjustableclock (0.9-0ubuntu2) 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:32:24 -0500 + +plasmoid-adjustableclock (0.9-0ubuntu1) jaunty; urgency=low + + [ Alessandro Ghersi ] + + * Initial release (LP: #296135) + + [ Morten Kjeldgaard ] + + * Update to version 0.9 + * Fix cmake errors using patch cmake-please-find-plasma.patch + + -- Alessandro Ghersi Sun, 16 Nov 2008 05:23:44 +0100