--- kde-style-polyester-2.0.0.orig/debian/compat +++ kde-style-polyester-2.0.0/debian/compat @@ -0,0 +1 @@ +7 --- kde-style-polyester-2.0.0.orig/debian/rules +++ kde-style-polyester-2.0.0/debian/rules @@ -0,0 +1,5 @@ +#!/usr/bin/make -f + +%: + dh --with kde $@ + --- kde-style-polyester-2.0.0.orig/debian/watch +++ kde-style-polyester-2.0.0/debian/watch @@ -0,0 +1,4 @@ +version=3 +opts="uversionmangle=s/\.\///" \ + http://www.notmart.org/files/ \ + .*polyester-(.*)\.tar\.bz2 --- kde-style-polyester-2.0.0.orig/debian/docs +++ kde-style-polyester-2.0.0/debian/docs @@ -0,0 +1,2 @@ +AUTHORS +README --- kde-style-polyester-2.0.0.orig/debian/control +++ kde-style-polyester-2.0.0/debian/control @@ -0,0 +1,17 @@ +Source: kde-style-polyester +Section: kde +Priority: optional +Maintainer: Debian KDE Extras Team +Uploaders: Pino Toscano +Build-Depends: debhelper (>= 7.3.16), pkg-kde-tools (>= 0.5), cmake, + kdelibs5-dev (>= 4:4.2.2), gettext +Standards-Version: 3.8.4 +Homepage: http://www.kde-look.org/content/show.php?content=27968 +DM-Upload-Allowed: yes + +Package: kde-style-polyester +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Polyester widget style for KDE4 + Widget style that aim to maintain a good balance between eyecandy and + simplicity. It is based on KDE3's Plastik style. --- kde-style-polyester-2.0.0.orig/debian/copyright +++ kde-style-polyester-2.0.0/debian/copyright @@ -0,0 +1,70 @@ +This package was debianized by Michael Biebl on +Fri, 11 Nov 2005 17:13:08 +0100. + +It was downloaded from http://www.kde-look.org/content/show.php?content=27968 + +Copyright Holder: + Copyright (C) 2006 Marco Martin + + based on Plastik widget style for KDE 3 + Copyright (C) 2003 Sandro Giessl + + Polyester window decoration derived from Smooth Blend + Copyright (c) 2005 Ryan Nickell + + Additional thanks + Some code and ideas from + + * Linspire Clear by Sandro Giessl + * Lipstik by Patrice Tremblay + * Baghira by Thomas Luebking + +Upstream Author: + Marco Martin + +Files in this package is under the GNU General Public Licence except files specifically +mentioned in this file. + +License: + + This package 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 package 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 package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. + + +Files: style/misc.*, style/polyester.*, style/scrollareaborder.* +License: LGPL-2 + +Files: style/config/polyesterconf.* +License: BSD-like: + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to + deal in the Software without restriction, including without limitation the + rights to use, copy, modify, merge, publish, distribute, sublicense, and/or + sell copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS + IN THE SOFTWARE. + --- kde-style-polyester-2.0.0.orig/debian/changelog +++ kde-style-polyester-2.0.0/debian/changelog @@ -0,0 +1,176 @@ +kde-style-polyester (2.0.0-3build1) natty; urgency=low + + * Rebuild to drop the dependency against the kdelibs5 transitional package + + -- Jonathan Thomas Wed, 29 Dec 2010 17:24:02 -0500 + +kde-style-polyester (2.0.0-3) unstable; urgency=low + + * Add the cmake build dependency, as it is no more provided by kdelibs5-dev. + (Closes: #581298) + * Convert to dh7: + - bump debhelper build dependency to >= 7.3.16 + - bump pkg-kde-tools build dependency to >= 0.5 + - remove cdbs build dependency + - install AUTHORS, and README using docs file + * Remove quilt build dependency, no more useful. + * Bump Standards-Version to 3.8.4, no changes required. + * Set the source format to 1.0, for now. + * Add watch file. + * Add "DM-Upload-Allowed: yes" to source section of control. + * Remove duplicate section in binary package. + + -- Pino Toscano Wed, 12 May 2010 18:40:13 +0200 + +kde-style-polyester (2.0.0-2) unstable; urgency=low + + * Upload to unstable. + * Fix line too long in previous changelog entry. + * Fix unknown distribution in older entry. + * Bump kdelibs5-dev build-depend to be sure to pick unstable version. + + -- Pino Toscano Tue, 07 Apr 2009 00:43:43 +0200 + +kde-style-polyester (2.0.0-1) experimental; urgency=low + + * New upstream release. + + Currently only a widget style is provided, so there is no more kwin + decoration (mis)bundled in kde-style-polyester. (Closes: #377278) + + [ Pino Toscano ] + * Update build-depends to KDE 4; add gettext (for translations). + * Greatly simplify debian/rules by using pkg-kde-tools. + * Update the description to reflect the fact that the package just provides + a widget style. + * Bump debhelper compatibility to 7. + * Bump Standards-Version to 3.8.0, no changes required. + * Add ${misc:Depends} in kde-style-polyester's Depends + * As agreed with Sune, assign to the KDE Extras Team and set myself as + uploader. + * Remove obsolete patches: + + 02_use_librsvg_instead_of_inkscape.diff + + 03_GCC4.3_FTBFS_fix.diff + + 04_makefile_fixes.diff + * Update copyright information. + + -- Debian KDE Extras Team Thu, 19 Feb 2009 23:18:38 +0100 + +kde-style-polyester (1.0.3-1) unstable; urgency=low + + * New upstream release (Closes: 442928) + * Hardcode the uic usage to use uic-qt3 + * Bump standards + * Move homepage from description to header + * Don't ignore errors on make clean + * Add some explicit linkage when needed + * --as-needed + + -- Sune Vuorela Sat, 26 Jan 2008 18:14:24 +0100 + +kde-style-polyester (1.0.1-1) unstable; urgency=low + + [ Sarah Hobbs ] + * New Upstream Version. + * Added 03_GCC4.3_FTBFS_fix.diff. (Closes: #419799) + Thanks to Martin Michlmayr for reporting and for the patch. + * Removed 01_autoconf2.6-fixes.diff - fixed upstream. + + [ Sune Vuorela ] + * Thanks to Sarah Hobbs for adding the new upstream version. + + -- Sune Vuorela Fri, 18 May 2007 00:27:53 +0200 + +kde-style-polyester (1.0-3) unstable; urgency=low + + * Upload to unstable + + -- Sune Vuorela Fri, 13 Apr 2007 23:36:44 +0200 + +kde-style-polyester (1.0-2) experimental; urgency=low + + * The glib-and-their-way-to-not-respect-$HOME-sucks-bigtime release + * Use librsvg2-bin to convert the svg files to .png files instead of + inkscape (Closes: #413939) + * Run the create-buttons.sh with sh -e to make sure that build fails if the + svg to png conversion fails + * Use nice quilt (>>0.40) to manage patches + + -- Sune Vuorela Tue, 20 Mar 2007 09:29:17 +0100 + +kde-style-polyester (1.0-1) experimental; urgency=low + + * New upstream release + * Build buttons.h on the fly instead of relying on the upstream buttons.h. + the uic command generates apparantly endian-specific code. + (Closes: #410373) + * Experimental because of etch + + -- Sune Vuorela Tue, 6 Mar 2007 23:42:32 +0100 + +kde-style-polyester (1.0~beta1-1) unstable; urgency=low + + * New upstream release + * Ack NMU ; thanks Marga and Arjan (Closes: #379812) + + -- Sune Vuorela Thu, 28 Sep 2006 15:38:46 +0200 + +kde-style-polyester (0.9.2-1.1) unstable; urgency=low + + * Non-maintainer upload to fix Failure To Build From Source due to the lack + of support of autoconf 2.6. Thanks to Arjan Oosting for the patch. + (Closes: #379812) + + -- Margarita Manterola Wed, 2 Aug 2006 17:15:23 -0300 + +kde-style-polyester (0.9.2-1) unstable; urgency=low + + * New upstream release + * Fixes copyright file + * Taking over after Michael Biebls initial work. Thank you. + * Renaming source pacage + * Initial upload. Closes: #338635 + + -- Sune Vuorela Sat, 27 May 2006 18:45:00 +0000 + +polyester (0.9-1) unstable; urgency=low + + * New upstream release. + * Bumped Standards-Version to 3.7.2, no further changes required. + + -- Michael Biebl Mon, 10 Apr 2006 03:39:16 +0200 + +polyester (0.8.5-1) unstable; urgency=low + + * New upstream release. + * Skipped version 0.8. + + -- Michael Biebl Wed, 8 Mar 2006 23:24:38 +0100 + +polyester (0.7.1-1) unstable; urgency=low + + * New upstream release. + * Bumped debhelper compatibility to 5. + + -- Michael Biebl Wed, 22 Feb 2006 15:42:53 +0100 + +polyester (0.7-1) unstable; urgency=low + + * New upstream release. + + -- Michael Biebl Sat, 14 Jan 2006 22:29:58 +0100 + +polyester (0.6.9-1) unstable; urgency=low + + * New upstream release. + + -- Michael Biebl Sun, 8 Jan 2006 18:26:00 +0100 + +polyester (0.6.5-1) unstable; urgency=low + + * Initial release. + * Use Debian libtool and regenerate the autotools files. + + Add build dependencies to automake1.9, autoconf and libtool. + + Patch makefile_am.diff adds missing libraries needed for linking. + + -- Michael Biebl Mon, 19 Dec 2005 11:47:20 +0100 + --- kde-style-polyester-2.0.0.orig/debian/source/format +++ kde-style-polyester-2.0.0/debian/source/format @@ -0,0 +1 @@ +1.0