--- plasma-widget-nextwallpaper-0.2.1.orig/debian/compat +++ plasma-widget-nextwallpaper-0.2.1/debian/compat @@ -0,0 +1 @@ +7 --- plasma-widget-nextwallpaper-0.2.1.orig/debian/rules +++ plasma-widget-nextwallpaper-0.2.1/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh --with kde $@ --- plasma-widget-nextwallpaper-0.2.1.orig/debian/control +++ plasma-widget-nextwallpaper-0.2.1/debian/control @@ -0,0 +1,15 @@ +Source: plasma-widget-nextwallpaper +Section: kde +Priority: optional +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Alessandro Ghersi +Build-Depends: debhelper (>= 7.3.16), pkg-kde-tools (>= 0.5.0), cmake, kdelibs5-dev (>= 4:4.2.2) +Standards-Version: 3.8.4 +Homepage: http://kde-look.org/content/show.php/Next+wallpaper?content=94251 + +Package: plasma-widget-nextwallpaper +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: plasmoid that changes the current wallpaper + This Plasma widget changes the current wallpaper when wallpaper type is + slideshow --- plasma-widget-nextwallpaper-0.2.1.orig/debian/copyright +++ plasma-widget-nextwallpaper-0.2.1/debian/copyright @@ -0,0 +1,35 @@ +This package was debianized by Alessandro Ghersi + on Fri, 06 Feb 2009 21:13:58 +0100. + +It was downloaded from +http://kde-look.org/content/show.php/Next+wallpaper?content=94251 + +Upstream Author: David Palacio + +Copyright: + + Copyright (C) 2008 by David Palacio + +License: + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License version 2, + or (at your option) any later version, as published by the Free + Software Foundation + + 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 Street, 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) 2009, Alessandro Ghersi + and is licensed under the GPL-2, see above. + --- plasma-widget-nextwallpaper-0.2.1.orig/debian/changelog +++ plasma-widget-nextwallpaper-0.2.1/debian/changelog @@ -0,0 +1,33 @@ +plasma-widget-nextwallpaper (0.2.1-0ubuntu3) maverick; urgency=low + + * Add a build-dep on cmake since kdelibs5-dev doesn't depend on it anymore + * Transition from debian-qt-kde.mk to the KDE debhelper sequence: + - Bump pkg-kde-tools build-depend version to 0.5.0 or greater + - Remove cdbs build-dependency + * Switch to source format 3.0 (quilt): + - Bump debian/compat to 7 + - Bump debhelper build-depend version to 7.3.16 or greater + * Binary package depends on ${misc:Depends} for lintian happiness + * Bump Standards-Version to 3.8.4 + * "plasmoid" -> "Plasma widget" in package description + + -- Jonathan Thomas Wed, 19 May 2010 11:01:09 -0400 + +plasma-widget-nextwallpaper (0.2.1-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 Standards-Version to 3.8.1 + + -- Alessandro Ghersi Fri, 22 May 2009 21:41:24 +0200 + +plasma-widget-nextwallpaper (0.2.1-0ubuntu1) jaunty; urgency=low + + * Initial release (LP: #326420) + + -- Alessandro Ghersi Fri, 06 Feb 2009 21:13:58 +0100