=== added directory 'debian'
=== renamed directory 'debian' => 'debian.moved'
=== added file 'debian/changelog'
--- debian/changelog	1970-01-01 00:00:00 +0000
+++ debian/changelog	2014-06-15 11:06:32 +0000
@@ -0,0 +1,12 @@
+kwin (4:4.97.0-0ubuntu1) UNRELEASED; urgency=medium
+
+  [ Scarlett Clark ]
+  * Initial release.
+
+  [ Jonathan Riddell ]
+  * New upstream beta release
+
+  [ Scarlett Clark ]
+  * Fix install file 
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Mon, 09 Jun 2014 10:25:41 +0100

=== added file 'debian/compat'
--- debian/compat	1970-01-01 00:00:00 +0000
+++ debian/compat	2014-06-15 11:06:32 +0000
@@ -0,0 +1,1 @@
+9

=== added file 'debian/control'
--- debian/control	1970-01-01 00:00:00 +0000
+++ debian/control	2014-06-15 11:06:32 +0000
@@ -0,0 +1,234 @@
+Source: kwin
+Priority: extra
+Maintainer: Kubuntu Developers <kubuntu-devel@lists.ubuntu.com>
+XSBC-Original-Maintainer: Scarlett Clark <scarlett@scarlettgatelyclark.com>
+Build-Depends: cmake,
+               debhelper (>= 9.0.0),
+               extra-cmake-modules (>= 0.0.14),
+               kdoctools-dev (>= 4.100.0),
+               kgendesignerplugin (>= 4.100.0),
+               kinit-dev ( >= 4.100.0),
+               kinit-dev (>= 4.100.0),
+               kio-dev (>= 4.100.0),
+               libice-dev,
+               libkf5activities-dev (>= 4.100.0),
+               libkf5attica-dev (>= 4.100.0),
+               libkf5auth-dev (>= 4.100.0),
+               libkf5bookmarks-dev (>= 4.100.0),
+               libkf5codecs-dev (>= 4.100.0),
+               libkf5completion-dev (>= 4.100.0),
+               libkf5config-dev (>= 4.100.0),
+               libkf5configwidgets-dev ( >= 4.100.0),
+               libkf5configwidgets-dev (>= 4.100.0),
+               libkf5coreaddons-dev (>= 4.100.0),
+               libkf5crash-dev (>= 4.100.0),
+               libkf5dbusaddons-dev (>= 4.100.0),
+               libkf5declarative-dev (>= 4.100.0),
+               libkf5emoticons-dev (>= 4.100.0),
+               libkf5globalaccel-dev (>= 4.100.0),
+               libkf5guiaddons-dev (>= 4.100.0),
+               libkf5i18n-dev (>= 4.100.0),
+               libkf5iconthemes-dev ( >= 4.100.0),
+               libkf5iconthemes-dev (>= 4.100.0),
+               libkf5itemmodels-dev (>= 4.100.0),
+               libkf5itemviews-dev (>= 4.100.0),
+               libkf5jobwidgets-dev (>= 4.100.0),
+               libkf5kcmutils-dev (>= 4.100.0),
+               libkf5kdelibs4support-dev (>= 4.100.0),
+               libkf5kdelibs4support5-bin (>= 4.100.0),
+               libkf5newstuff-dev ( >= 4.100.0),
+               libkf5newstuff-dev (>= 4.100.0),
+               libkf5notifications-dev ( >= 4.100.0),
+               libkf5notifications-dev (>= 4.100.0),
+               libkf5parts-dev ( >= 4.100.0),
+               libkf5parts-dev (>= 4.100.0),
+               libkf5service-dev (>= 4.100.0),
+               libkf5solid-dev (>= 4.100.0),
+               libkf5sonnet-dev (>= 4.100.0),
+               libkf5textwidgets-dev ( >= 4.100.0),
+               libkf5textwidgets-dev (>= 4.100.0),
+               libkf5threadweaver-dev (>= 4.100.0),
+               libkf5unitconversion-dev (>= 4.100.0),
+               libkf5widgetsaddons-dev (>= 4.100.0),
+               libkf5windowsystem-dev (>= 4.100.0),
+               libkf5xmlgui-dev (>= 4.100.0),
+               libqt5x11extras5-dev,
+               libsm-dev,
+               libwayland-dev,
+               libx11-xcb-dev,
+               libxcb-composite0-dev,
+               libxcb-damage0-dev,
+               libxcb-icccm4-dev,
+               libxcb-image0-dev,
+               libxcb-keysyms1-dev,
+               libxcb-randr0-dev,
+               libxcb-render0-dev,
+               libxcb-shape0-dev,
+               libxcb-shm0-dev,
+               libxcb-sync-dev,
+               libxcb-xfixes0-dev,
+               libxcb-xtest0-dev,
+               libxcursor-dev,
+               libxkbcommon-dev,
+               openbox,
+               pkg-config,
+               pkg-kde-tools,
+               plasma-framework-dev ( >= 4.100.0),
+               plasma-framework-dev (>= 4.100.0),
+               qtbase5-dev,
+               qtdeclarative5-dev,
+               qtscript5-dev,
+               qttools5-dev,
+               xauth,
+               xvfb
+Standards-Version: 3.9.5
+Section: libs
+Homepage: https://projects.kde.org/projects/kde/unstable/plasma/kwin
+
+Package: kwin-dev
+Section: devel
+Architecture: any
+Conflicts: kde-workspace-dev
+Depends: kwin (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
+Description: KDE window manager - devel files
+ KWin (pronounced as one syllable "kwin") is the window
+ manager for the KDE Plasma Desktop. It gives you complete
+ control over your windows, making sure they're not in the way
+ but aid you in your task. It paints the window decoration,
+ the bar on top of every window with (configurable) buttons
+ like close, maximize and minimize. It also handles placing
+ of windows and switching between them.
+ .
+ This package is part of the KDE base workspace module.
+
+Package: kwin
+Section: utils
+Architecture: any
+Depends: kwin-data (= ${binary:Version}),
+         libkdecorations5,
+         libkwin4-effect-builtins1,
+         libkwineffects5,
+         libkwinglutils5,
+         libkwinxrenderutils5,
+         qml-module-qtmultimedia,
+         ${misc:Depends},
+         ${shlibs:Depends}
+Conflicts: kde-window-manager
+Recommends: kwin-decoration-oxygen, libqt5multimedia5
+Description: KDE window manager
+ KWin (pronounced as one syllable "kwin") is the window
+ manager for the KDE Plasma Desktop. It gives you complete
+ control over your windows, making sure they're not in the way
+ but aid you in your task. It paints the window decoration,
+ the bar on top of every window with (configurable) buttons
+ like close, maximize and minimize. It also handles placing
+ of windows and switching between them.
+ .
+ This package is part of the KDE base workspace module.
+
+Package: libkdecorations5
+Section: libs
+Architecture: any
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Description: KDE window manager decoration library
+ KWin (pronounced as one syllable "kwin") is the window
+ manager for the KDE Plasma Desktop. It gives you complete
+ control over your windows, making sure they're not in the way
+ but aid you in your task. It paints the window decoration,
+ the bar on top of every window with (configurable) buttons
+ like close, maximize and minimize. It also handles placing
+ of windows and switching between them.
+ .
+ This package is part of the KDE base workspace module.
+
+Package: libkwin4-effect-builtins1
+Section: libs
+Architecture: any
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Description: KDE window manager effect builtins library
+ KWin (pronounced as one syllable "kwin") is the window
+ manager for the KDE Plasma Desktop. It gives you complete
+ control over your windows, making sure they're not in the way
+ but aid you in your task. It paints the window decoration,
+ the bar on top of every window with (configurable) buttons
+ like close, maximize and minimize. It also handles placing
+ of windows and switching between them.
+ .
+ This package is part of the KDE base workspace module.
+
+Package: libkwineffects5
+Section: libs
+Architecture: any
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Description: KDE window manager effects library
+ KWin (pronounced as one syllable "kwin") is the window
+ manager for the KDE Plasma Desktop. It gives you complete
+ control over your windows, making sure they're not in the way
+ but aid you in your task. It paints the window decoration,
+ the bar on top of every window with (configurable) buttons
+ like close, maximize and minimize. It also handles placing
+ of windows and switching between them.
+ .
+ This package is part of the KDE base workspace module.
+
+Package: libkwinglutils5
+Section: libs
+Architecture: any
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Description: KDE window manager gl utils library
+ KWin (pronounced as one syllable "kwin") is the window
+ manager for the KDE Plasma Desktop. It gives you complete
+ control over your windows, making sure they're not in the way
+ but aid you in your task. It paints the window decoration,
+ the bar on top of every window with (configurable) buttons
+ like close, maximize and minimize. It also handles placing
+ of windows and switching between them.
+ .
+ This package is part of the KDE base workspace module.
+
+Package: libkwinxrenderutils5
+Section: libs
+Architecture: any
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Description: KDE window manager render utils library
+ KWin (pronounced as one syllable "kwin") is the window
+ manager for the KDE Plasma Desktop. It gives you complete
+ control over your windows, making sure they're not in the way
+ but aid you in your task. It paints the window decoration,
+ the bar on top of every window with (configurable) buttons
+ like close, maximize and minimize. It also handles placing
+ of windows and switching between them.
+ .
+ This package is part of the KDE base workspace module.
+
+Package: kwin-data
+Section: libs
+Architecture: any
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Conflicts: kde-window-manager-common
+Description: KDE window manager data files
+ KWin (pronounced as one syllable "kwin") is the window
+ manager for the KDE Plasma Desktop. It gives you complete
+ control over your windows, making sure they're not in the way
+ but aid you in your task. It paints the window decoration,
+ the bar on top of every window with (configurable) buttons
+ like close, maximize and minimize. It also handles placing
+ of windows and switching between them.
+ .
+ This package contains the data files
+
+Package: kwin-dbg
+Section: debug
+Architecture: any
+Recommends: qtbase5-dbg
+Depends: kwin (= ${binary:Version}), ${misc:Depends}
+Description: KDE window manager - debug files
+ KWin (pronounced as one syllable "kwin") is the window
+ manager for the KDE Plasma Desktop. It gives you complete
+ control over your windows, making sure they're not in the way
+ but aid you in your task. It paints the window decoration,
+ the bar on top of every window with (configurable) buttons
+ like close, maximize and minimize. It also handles placing
+ of windows and switching between them.
+ .
+ This package contains the debugging symbols.

=== added file 'debian/copyright'
--- debian/copyright	1970-01-01 00:00:00 +0000
+++ debian/copyright	2014-06-15 11:06:32 +0000
@@ -0,0 +1,423 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: kwin
+Source: ftp://ftp.kde.org/pub/kde/unstable/plasma/kwin
+
+Files: *
+       debian/*
+Copyright: © 2008-2014 Martin Gräßlin <mgraesslin@kde.org> <m.graesslin@kde.org>
+           © 2001, 2003-2009 Lubos Lunak <l.lunak@kde.org> <l.lunak@suse.cz>
+           © 2004-2014 Chusslove Illich <caslav.ilic@gmx.net>
+           © 1997, 1999-2014 Free Software Foundation Inc.
+           © 2009-2011 Dalibor Djuric <dalibor.djuric@mozilla-srbija.org> <daliborddjuric@gmail.com>
+           © 2008-2010 Lucas Murray <lmurray@undefinedfire.com>
+           © 2008-2009, 2011-2014 Marce Villarino <mvillarino@kde-espana.es> <mvillarino@users.sourceforge.net>
+           © 1998-2000 Matthias Ettrich <ettrich@kde.org>
+           © 2006-2007 Rivo Laks <rivolaks@hot.ee>
+           © 2007-2008, 2010-2014 Franklin Weng <franklin@mail.everfocus.com.tw> <franklin@goodhorse.idv.tw>
+           © 2001-2002, 2007-2014 Josep Ma. Ferrer <txemaq@gmail.com>
+           © 2008-2013 Sergiu Bivol <sergiu.bivol@jurnaltv.md> <sergiu-bivol@mail.md> <sergiu@ase.md>
+           © 2003-2005 Toplica Tanaskovic <toptan@kde.org.yu>
+           © 2009-2014 Freek de Kruijf <f.de.kruijf@gmail.com> <freekdekruijf@kde.nl> <f.de.kruijf@hetnet.nl> <freek@opensuse.org>
+           © 2001, 2004, 2007, 2010, 2012-2014 Andrej Mernik <andrej.vernekar@gmail.com> <andrejm@ubuntu.si> <andrej.vernekar@moj.net>
+           © 2002-2003, 2011-2013 xavier <fjvinal@gmail.com> <ktranslator31@yahoo.fr> <xavier.besnard@neuf.fr> <javierjc@mundo-r.com>
+           © 2002-2010, 2012, 2014 Marco Martin <mart@kde.org> <notmart@gmail.com> <marcos@euskalgnu.org> <marcus.gama@gmail.com> <marcus_gama@uol.com.br>
+           © 2005-2013 Sairan Kikkarin <sairan@computer.org>
+           © 2002, 2004-2014 Stefan Asserhäll <stefan.asserhall@bredband.net>
+           © 2003-2014 Marek Laane <bald@smail.ee> <bald@starman.ee>
+           © 2009-2010 Fredrik Höglund <fredrik@kde.org>
+           © 2007 Christian Nitschkowski <christian.nitschkowski@kdemail.net>
+           © 2007-2014 Park Shinjo <peremen@gmail.com> <kde@peremen.name>
+           © 2000-2008, 2010 Rinse de Vries <rinsedevries@kde.nl> <rinse@kde.nl> <i18n@kde.nl> <rinsedevries@home.nl>
+           © 2004-2006, 2008-2009, 2012-2013 Diego Iastrubni <elcuco@kde.org>
+           © 2008-2014 Martin Schlander <mschlander@opensuse.org>
+           © 2003-2005, 2007-2008 Teemu Rytilahti <teemu.rytilahti@kde-fi.org> <teemu.rytilahti@d5k.net> <tpr@d5k.net>
+           © 2006-2010, 2012-2014 Frank Weng (a.k.a. Franklin) <franklin@goodhorse.idv.tw> <franklin@mail.everfocus.com.tw>
+           © 2005-2008 Spiros Georgaras <sng@hellug.gr> <sngeorgaras@otenet.gr>
+           © 2012-2014 Roman Paholík <wizzardsk@gmail.com>
+           © 2012-2013 Chetan Khona <chetan@kompkin.com>
+           © 2009-2013 Frederik Schwarzer <schwarzer@kde.org>
+           © 2008-2014 André Marcelo Alvarenga <alvarenga@kde.org>
+           © 2002, 2005, 2007-2014 Bjørn Steensrud <bjornst@skogkatt.homelinux.org>
+           © 2010-2014 Lasse Liehu <lasse.liehu@gmail.com> <lliehu@kolumbus.fi>
+           © 2005-2006, 2009-2010, 2012-2014 Eloy Cuadra <ecuadra@eloihr.net>
+           © 2007-2012 Serdar Soytetir <tulliana@gmail.com>
+           © 2008-2014 Yuri Chornoivan <yurchor@ukr.net>
+           © 2008-2014 Burkhard Lück <lueck@hube-lueck.de>
+           © 2012-2014 Liudas Ališauskas <liudas.alisauskas@gmail.com> <liudas@akmc.lt>
+           © 2004-2010, 2012 Donatas Glodenis <dgvirtual@akl.lt>
+           © 2011-2014 Łukasz Wojniłowicz <lukasz.wojnilowicz@gmail.com>
+           © 2004-2009, 2014 Sönke Dibbern <s_dibbern@web.de>
+           © 2007-2013 Marta Rybczyńska <kde-i18n@rybczynska.net>
+           © 2013-2014 Volkan Gezer <volkangezer@gmail.com>
+           © 2012-2014 Balázs Úr <urbalazs@gmail.com>
+           © 2005-2013 Jure Repinc <jlp@holodeck1.com>
+           © 2003, 2005, 2007-2009 Jaime Robles <jaime@robles.nu> <jaime@kde.org>
+           © 2004-2005 Albert Astals Cid <aacid@kde.org>
+           © 2010-2012, 2014 Kristóf Kiszel <ulysses@kubuntu.org>
+           © 2005, 2007-2009 Toussis Manolis <manolis@koppermind.homelinux.org> <koppermind@yahoo.com>
+           © 2006-2010, 2012 Khoem Sokhem <khoemsokhem@khmeros.info>
+           © 2008-2012 Manfred Wiese <m.j.wiese@web.de>
+           © 2010-2014 Vít Pelčák <vit@pelcak.org>
+           © 2002-2005 Lisiane Sztoltz Teixeira <lisiane@conectiva.com.br> <lisiane@kdemail.net>
+           © 2011-2013 Cristian Oneț <onet.cristian@gmail.com>
+           © 2009-2014 Tommi Nieminen <translator@legisign.org> <tommi.nieminen@legisign.org>
+           © 2011-2013 Weng Xuetian <wengxt@gmail.com>
+           © 2010-2011 Thomas Lübking <thomas.luebking@web.de>
+           © 2012-2014 Antonis Geralis <capoiosct@gmail.com>
+           © 2005, 2009, 2011 Andrey Cherepanov <skull@kde.ru> <sibskull@mail.ru>
+           © 2013 Hizkuntza Politikarako Sailburuordetza <hizpol@ej-gv.es>
+           © 2010-2014 g.sora <g.sora@tiscali.it>
+           © 2009-2012 Luiz Fernando Ranghetti <elchevive@opensuse.org>
+           © 2011-2014 Dimitrios Glentadakis <dglent@gmail.com>
+           © 2005-2010 Thomas Reitelbach <tr@erdfunkstelle.de>
+           © 2010-2011 Tomas Straupis <tomasstraupis@gmail.com>
+           © 2008-2011, 2014 Iñigo Salvador Azurmendi <xalba@euskalnet.net>
+           © 2009-2012 Alexander Potashev <aspotashev@gmail.com>
+           © 2009-2011 Michal Sulek <misurel@gmail.com>
+           © 2006-2007, 2009-2010, 2012 Richard Fric <richard.fric@kdemail.net>
+           © 2010-2013 Lukáš Tinkl <ltinkl@redhat.com> <lukas@kde.org>
+           © 2007-2010 Lie Ex <lilith.ex@gmail.com>
+           © 2009-2013 Ni Hui <shuizhuyuanluo@126.com>
+           © 2000 Strahinja Radic <rstraxy@sezampro.yu>
+           © 2001-2004 Stanislav Visnovsky <visnovsky@nenya.ms.mff.cuni.cz> <visnovsky@kde.org> <stano@ms.mff.cuni.cz>
+           © 1998-2002, 2004-2006 Sebastià Pla i Sanz <sps@sastia.com>
+           © 2004-2005, 2007-2008, 2010, 2012 Nicolas Ternisien <nicolas.ternisien@gmail.com> <nicolast@libertysurf.fr>
+           © 2004-2008 Ivan Petrouchtchak <fr.ivan@ukrainian-orthodox.org> <ivanpetrouchtchak@yahoo.com>
+           © 2001-2004, 2006 Pablo de Vicente <p.devicente@wanadoo.es> <vicente@oan.es> <vicnte@oan.es> <pablo.devicente@gmail.com>
+           © 2012-2013 Stelios <sstavra@gmail.com>
+           © 2010-2011 Cristina Yenyxe González García <the.blue.valkyrie@gmail.com>
+           © 2007-2008 Diniz Bortolotto <diniz.bortolotto@gmail.com>
+           © 2010-2013 Yuri Efremov <yur.arh@gmail.com>
+           © 2002, 2004-2005, 2008 Funda Wang <fundawang@linux.net.cn>
+           © 2009 Sandeep Shedmake <sandeep.shedmake@gmail.com>
+           © 2005-2011 Nick Shaforostoff <shafff@ukr.net> <shaforostoff@kde.ru>
+           © 2007-2009 mvillarino <mvillarino@users.sourceforge.net>
+           © 2010-2011, 2013-2014 Feng Chao <chaofeng111@gmail.com> <rainofchaos@gmail.com>
+           © 2003-2005, 2007 Andrea Rizzi <rizzi@sns.it> <rizzi@kde.org>
+           © 2013 Antonis Tsiapaliokas <kok3rs@gmail.com>
+           © 2003-2006, 2012 Matthieu Robin <kde@macolu.org> <matthieu@macolu.org>
+           © 2013 Alexander Lakhin <exclusion@gmail.com>
+           © 2007-2012 Luciano Montanaro <mikelima@cirulla.net>
+           © 2008, 2010-2013 Sébastien Renard <renard@kde.org> <sebastien.renard@digitalfox.org>
+           © 2009-2010 Johannes Obermayr <johannesobermayr@gmx.de>
+           © 2010-2011 Jorma Karvonen <karvonen.jorma@gmail.com>
+           © 2002-2005, 2007-2010 Michal Rudolf <mrudolf@kdewebdev.org>
+           © 2008-2009 Laurenţiu Buzdugan <lbuz@rolix.org>
+           © 2004-2005, 2008 Leonid Kanter <leon@asplinux.ru>
+           © 2012-2013 Tomáš Chvátal <tomas.chvatal@gmail.com>
+           © 2003-2005 Sandro Giessl <sandro@giessl.com>
+           © 2011 Remigijus Jarmalavičius <remigijus@jarmalavicius.lt>
+           © 2004-2006, 2012 Krzysztof Lichota <x-men@mixbox.pl> <lichota@mimuw.edu.pl> <krzysiek@lichota.net>
+           © 2001, 2003 Karol Szwed <kszwed@kde.org> <gallium@kde.org>
+           © 2007-2008, 2011 Enrique Matias Sanchez (aka Quique) <cronopios@gmail.com>
+           © 2007 Philip Falkner <philip.falkner@gmail.com>
+           © 2011 Arthur Arlt <a.arlt@stud.uni-heidelberg.de>
+           © 1998, 2000-2002, 2011 KDE <megaribi@epn.ba> <i18n@kde.nl>
+           © 2012-2013 Julia Dronova <juliette.tux@gmail.com>
+           © 2003, 2011-2013 Antoni Bella Pérez <antonibella5@orange.es>
+           © 2002-2004, 2006 Andriy Rysin <rysin@kde.org>
+           © 2005-2006 Stephan Johach <hunsum@gmx.de>
+           © 2000-2001, 2005 Gregory Mokhin <mokhin@bog.msu.ru> <mok@kde.ru>
+           © 2002, 2004-2005 Eugene Onischenko <oneugene@ukr.net>
+           © 2009-2010 Petros Vidalis <p_vidalis@hotmail.com>
+           © 2010 Rohan Prabhu <rohan@rohanprabhu.com>
+           © 2007-2008 Auk Piseth <piseth_dv@khmeros.info>
+           © 2009-2013 Federico Zenith <federico.zenith@member.fsf.org>
+           © 2001 Rik Hemsley <rik@kde.org>
+           © 2001-2005 Görkem Çetin <gorkem@kde.org> <gorkem@gorkemcetin.com>
+           © 2002-2006 Erik Kjær Pedersen <erik@binghamton.edu>
+           © 2001, 2005, 2007 Tamas Szanto <tszanto@interware.hu>
+           © 2003, 2005-2007 Axel Bojer <axelb@skolelinux.no>
+           © 1998, 2000 Wang Jian <lark@linux.net.cn> <lark@linux.ustc.edu.cn>
+           © 2004-2008, 2010 Bram Schoenmakers <bramschoenmakers@kde.nl>
+           © 2004-2005 Ilpo Kantonen <ilpo@iki.fi>
+           © 2010 Onur Küçük <onur@pardus.org.tr>
+           © 2002-2004 Thomas Diehl <thd@kde.org>
+           © 2003-2005 Gregor Rakar <gregor.rakar@kiss.si>
+           © 2003 Tiron Andric <tiron@beotel.yu>
+           © 2008-2009 Kristof Bal <kristof.bal@gmail.com>
+           © 2007 Eng Vannak <evannak@khmeros.info>
+           © 2006 Xabi G. Feal <xabigf@gmx.net>
+           © 2008-2010 Maciej Wikło <maciej.wiklo@wp.pl>
+           © 1999, 2002-2003 Hasso Tepper <hasso@estpak.ee> <hasso@linux.ee>
+           © 2004-2005 Juan Irigoien <juanirigoien@irakasle.net> <juanirigoien@yahoo.es>
+           © 2011-2012 Philipp Knechtges <philipp-dev@knechtges.com>
+           © 2002-2003, 2005-2006 Kim Enkovaara <kim.enkovaara@iki.fi>
+           © 2008 Cédric Borgese <cedric.borgese@gmail.com>
+           © 2010-2011, 2013 Ozan Çağlayan <ozan@pardus.org.tr>
+           © 2003-2004 Miguel Revilla Rodríguez <yo@miguelrevilla.com>
+           © 2001 Waldo Bastian <bastian@kde.org>
+           © 2004 Tom Albers <tomalbers@kde.nl>
+           © 2009-2013 Nicola Ruggero <nicola@nxnt.org>
+           © 2010, 2012 Serdar SOYTETİR <tulliana@gmail.com>
+           © 2008 Asier Urio Larrea <asieriko@gmail.com>
+           © 2010 Jorge Mata <matamax123@gmail.com>
+           © 2002-2003, 2005-2006 Knut Yrvin <knuty@skolelinux.no>
+           © 2006-2008, 2010 marcos <marcos@euskalgnu.org>
+           © 2004 Andrea RIZZI <arizzi@pi.infn.it>
+           © 2011 Cristian Buzduga <cristianbzdg@gmail.com>
+           © 2010 Andreas Demmer <ademmer@opensuse.org>
+           © 2000-2004 Mattias Newzella <newzella@linux.nu>
+           © 2009-2010, 2012-2013 Joëlle Cornavin <jcorn@free.fr>
+           © 2012 Filip Wieladek <wattos@gmail.com>
+           © 2010 Alexandre Pereira <pereira.alex@gmail.com>
+           © 2003-2004 Wilbert Berendsen <wbsoft@xs4all.nl>
+           © 2007-2013 Bruno Patri <bruno.patri@gmail.com>
+           © 2003 Xiong Jiang <jxiong@offtopic.org>
+           © 2010 Sebastian Sauer <sebsauer@kdab.com>
+           © 2008 Goodhorse <franklin@goodhorse.idv.tw>
+           © 1999-2000 Daniel M. Duley <mosfet@kde.org>
+           © 1999-2002 Meni Livne <livne@kde.org>
+           © 2004 Tapio Kautto <eleknader@phnet.fi>
+           © 2004-2005 Adem Alp Yıldız <ademalp@kde.org.tr> <ademalp@linux-sevenler.org>
+           © 2005-2006 Xabier Villar <xabier.villar@gmail.com>
+           © 2007-2008 Mikko Piippo <piippo@cc.helsinki.fi>
+           © 2010 Laszlo Papp <djszapi@archlinux.us>
+           © 2003 Henrique Pinto <stampede@coltec.ufmg.br>
+           © 2012 Casian Andrei <skeletk13@gmail.com>
+           © 2002-2004 Gérard Delafond <gerard@delafond.org>
+           © 2012 Martin Gr\xE4\xDFlin <mgraesslin@kde.org>
+           © 2008 tahmar1900 <tahmar1900@gmail.com>
+           © 2004 Adil Yıldız <adil@linux-sevenler.org>
+           © 2011-2012 Frank Steinmetzger <warp_7@gmx.de>
+           © 2008 Fernando Boaglio <boaglio@kde.org>
+           © 2002 Dmytro Kovalov <kov@tokyo.email.ne.jp>
+           © 2013 Kai Uwe Broulik <kde@privat.broulik.de>
+           © 2002-2004 Stergios Dramis <sdramis@egnatia.ee.auth.gr>
+           © 2003-2005 Claudiu Costin <claudiuc@kde.org>
+           © 2011, 2013 FengChao <rainofchaos@gmail.com>
+           © 2010 Mirek Sabiniewicz <m.sabiniewicz@gmail.com>
+           © 2010-2011 H. İbrahim Güngör <ibrahim@pardus.org.tr>
+           © 2005 Juan Manuel Garcia Molina <juanma@superiodico.net>
+           © 2009-2013 Anne-Marie Mahfouf <annemarie.mahfouf@free.fr> <annma@kde.org>
+           © 2004 Heiko Evermann <heiko@evermann.de>
+           © 2011 Tamas Krutki <ktamasw@gmail.com>
+           © 2014 Dimitris Kardarakos <dimkard@gmail.com>
+           © 2001 Dimitris Kamenopoulos <d.kamenopoulos@mail.ntua.gr> <el97146@mail.ntua.gr>
+           © 1997, 2002 Cristian Tibirna <tibirna@kde.org>
+           © 2007 Bjørn Kvisli <bjorn.kvisli@gmail.com>
+           © 2008 Keld Simonsen <keld@dkuug.dk>
+           © 1998-1999 Marcell Lengyel <miketkf@yahoo.com>
+           © 2005 Ion Gaztañaga <igaztanaga@gmail.com>
+           ©  Poch <sokun_poch@khmeros.info>
+           © 1998-2000 Hans Petter Bieker <bieker@kde.org>
+           ©  Norbert Popiołek <norbert@kde.com.pl>
+           © 2009 Michael Zanetti <michael_zanetti@gmx.net>
+           © 2012 Alexey D. <lq07829icatm@rambler.ru>
+           © 2012-2013 Giovanni Sora <g.sora@tiscali.it>
+           © 2006, 2012 Pino Toscano <toscano.pino@tiscali.it>
+           © 2009 Urs Wolfer
+           © 2011-2012 Cédric Bellegarde <gnumdk@gmail.com>
+           © 2012 Bouklis Panos <panos@echidna-band.com>
+           © 2010 Panagiotis Papadopoulos <pano_90@gmx.net>
+           © 2003 Gilles CAULIER <caulier.gilles@free.fr>
+           © 1997 Patrick Dowler <dowler@morgul.fsh.uvic.ca>
+           © 1998-2000 Anders Widell <awl@hem.passagen.se> <d95-awi@nada.kth.se>
+           © 2009-2010 Markus Slopianka <markus.s@kdemail.net> <kamikazow@fishmouth.net>
+           © 2005 Santiago Fernandez Sancho <santi@kde-es.org>
+           © 2000 Jesús Bravo Álvarez. <jba@pobox.com>
+           © 2010 Kiszel Kristóf <ulysses@kubuntu.org>
+           © 2004 Delafond <gerard@delafond.org>
+           © 2009 Manuel Tortosa Moreno <manutortosa@gmail.com>
+           © 2011 Lionel Chauvin <megabigbug@yahoo.fr>
+           © 2003 Knut Erik Hollund <khollund@responze.net>
+           © 2005 Aleix Pol Gonzàlez <aleixpol@gmail.com>
+           © 2003 Xabi García <xabigf@gmx.net>
+           © 2011 Aracele Torres <araceletorres@gmail.com>
+           © 2010, 2012 FIRST <email@address>
+           © 2013 Rocío Gallego <traducciones@rociogallego.com>
+           © 2000 Roman Maurer <roman.maurer@amis.net> <roman.maurer@hermes.si>
+           © 2010, 2012 Canonical Ltd
+           © 2000 Per Lindström <pelinsr@algonet.se> <pelinstr@algonet.se>
+           © 2007 Nils Kristian Tomren <slx@nilsk.net>
+           © 2005 Sven Harald Klein Bakke <sirius@nonline.org>
+           © 2001 Kenduest Lee <kenduest@i18n.linux.org.tw>
+           © 2010 Yury G. Kudryashov <urkud.urkud@gmail.com>
+           © 2002 Nagelezen door Peter
+           © 2011 Arve Eriksson <031299870@telia.com>
+           © 2000 Murat Sisman <muratsisman@mailcity.com>
+           © 2009 Netanel_h <netanel@gmx.com>
+           © 2007 Richard J. Moore <rich@kde.org>
+           © 2008 sparc3 <sparc3@azet.sk>
+           © 2001 KIM KyungHeon <tody@teoal.net>
+           © 2008 Matas Brazdeikis <matasbbb@gmail.com>
+           © 2012 Jiri Grönroos <jiri.gronroos+kde@iki.fi>
+           © 2004 Torstein Dybdahl <torsted@runbox.no>
+           © 1998 Thomas Tanghus <tanghus@earthling.net>
+           © 1999-2000 Boris Wesslowski <boris@wesslowski.com>
+           © 2003 Ömer Fadıl USTA <omer_fad@hotmail.com>
+           © 2013 Anıl Özbek <ozbekanil@gmail.com>
+           © 2004-2005 Aivaras Kirejevas <office@smaltija.lt>
+           © 2002 Leon Kanter <leon@blackcatlinux.com>
+           © 2000 Theodore J. Soldatos <theodore@eexi.gr>
+           © 2005 Eskild Hustvedt <zerodogg@skolelinux.no>
+           © 2010 Gama <marcus.gama@gmail.com>
+           © 2005 Israel Berger <israelb@gmail.com>
+           © 2002 Yuan-Chen Cheng <ycheng@slat.org>
+           © 2013 Vincent PINON <vincent.pinon@st.com>
+           © 2001 Serdar Cevher <scevher@anet.com.tr>
+           © 2004-2005, 2007, 2010 Mikolaj Machowski <mikmach@wp.pl>
+           © 2003 Tsung-Chien Ho <iitze@hotmail.com>
+           © 2000 Hermann Zheboldov <hermann.zheboldov@shq.ru>
+           © 1998 Csaba Major <major@terrasoft.hu>
+           © 2010 Felix Schweighofer <felix.schweighofer@googlemail.com>
+           © 2005 Erik K. Pedersen <erik@binghamton.edu>
+           © 2004 R.F. Pels <ruurd@tiscali.nl>
+           © 2004-2005 Yann Verley <yann.verley@free.fr>
+           © 2000 Alex Miller <asm@som.kiev.ua>
+           © 2007-2010, 2012 Mickael Sibelle <kimael@gmail.com>
+           © 2005 Wong King Chi <stanley18fan0k@yahoo.com.hk>
+           © 1997 John Zero <johnzero@telnet.hu>
+           © 2004 Simon DEPIETS <2df@tuxfamily.org>
+           © 2001 Yeo SunHwa <sunwt@mizi.com>
+           © 2007 doutor.zero <doutor.zero@gmail.com>
+           © 2014 Ludovic Grossard <ludovic.grossard@unilim.fr>
+           © 1999-2013 The KDE
+           © 2002-2003 Jiang Xiong <jxiong@offtopic.org>
+           © 2012 Svetlana Kolyada <kolyadas89@gmail.com>
+           © 2004 Xabier García Feal <xabigf@gmx.net>
+           ©  Roszatycki <dexter@debian.org>
+           © 2003 Yıldız Kardeşler <turkishprogram@xposta.com>
+           © 1999 Bo Thorsen <gobo@imada.sdu.dk>
+           © 2008 George Pantsis <gpantsis@gmail.com>
+           © 2013 Luigi Toscano <luigi.toscano@tiscali.it>
+           © 2005 Stanley Wong <stanley18fan0k@yahoo.com.hk>
+           © 2002 Iñaki Ibarrola Atxa <etxaurre@teleline.es>
+           © 1997-1998 Magnus Reftel <d96reftl@dtek.chalmers.se>
+           © 2010 Holíček <jan.holicek@gmail.com>
+           © 2011 Hendrik Knackstedt <kn.hendrik@gmail.com>
+           © 2007 Uğur Çetin <jnmbk@users.sourceforge.net>
+           © 2005 Bekir SONAT <cortexbs@yahoo.com>
+           © 2005 Izbasarov M.I. <mambet@sci.kz>
+           © 1998 Balazs Nagy <julian7@kva.hu>
+           © 2002 Peace Lu <hepinglu@linpus.com.tw>
+           © 2008 Antanas Uršulis <antanas.ursulis@gmail.com>
+           © 2009 Andrius Štikonas <andrius@stikonas.eu>
+           © 2010 Guillaume Pujol <guill.p@gmail.com>
+           © 2007 Niklas Laxström <niklas.laxstrom+kdetrans@gmail.com>
+           © 2008 Gintautas Miselis <gintautas@miselis.lt>
+           © 1999 Co. <kde@linuxkorea.co.kr>
+           © 1998 Denis Pershin <dyp@perchine.com>
+           © 1999 Linux Korea
+           © 2001 Li Zongliang <li-zongliang@21cn.com>
+           © 2002 Bosch <peter.bosch@hccnet.nl>
+           © 2013 Vit Pelcak <vit@pelcak.org>
+           © 2001 Sae-keun Kim <segni@susekorea.net>
+           © 2000 Marko Samastur <markos@elite.org>
+             2014 Scarlett Clark <scarlett@scarlettgatelyclark.com>
+License: GPL-2.0+
+ 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 program. If not, see <http://www.gnu.org/licenses/>
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
+
+Files: kcmkwin/kwincompositing/test/modeltest.cpp
+       kcmkwin/kwincompositing/test/modeltest.h
+Copyright: 2013 Digia Plc and/or its subsidiary(-ies).    
+License: LGPL 2.1 or GPL-3
+ ** Commercial License Usage
+ ** Licensees holding valid commercial Qt licenses may use this file in
+ ** accordance with the commercial license agreement provided with the
+ ** Software or, alternatively, in accordance with the terms contained in
+ ** a written agreement between you and Digia.  For licensing terms and
+ ** conditions see http://qt.digia.com/licensing.  For further information
+ ** use the contact form at http://qt.digia.com/contact-us.
+ **
+ ** GNU Lesser General Public License Usage
+ ** Alternatively, this file may be used under the terms of the GNU Lesser
+ ** General Public License version 2.1 as published by the Free Software
+ ** Foundation and appearing in the file LICENSE.LGPL included in the
+ ** packaging of this file.  Please review the following information to
+ ** ensure the GNU Lesser General Public License version 2.1 requirements
+ ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
+ **
+ ** In addition, as a special exception, Digia gives you certain additional
+ ** rights.  These rights are described in the Digia Qt LGPL Exception
+ ** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
+ **
+ ** GNU General Public License Usage
+ ** Alternatively, this file may be used under the terms of the GNU
+ ** General Public License version 3.0 as published by the Free Software
+ ** Foundation and appearing in the file LICENSE.GPL included in the
+ ** packaging of this file.  Please review the following information to
+ ** ensure the GNU General Public License version 3.0 requirements will be
+ ** met: http://www.gnu.org/copyleft/gpl.html.
+
+Files: scripting/timer.cpp
+Copyright: 2007 Richard J. Moore <rich@kde.org>
+License: LGPL-2
+ *
+ *   This program is free software; you can redistribute it and/or modify
+ *   it under the terms of the GNU Library General Public License version 2 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 Library 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.
+
+Files: kcmkwin/kwinscreenedges/screenpreviewwidget.cpp
+       kcmkwin/kwinscreenedges/screenpreviewwidget.h
+Copyright: 2009 Marco Martin <notmart@gmail.com>
+License: LGPL-2+
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Library General Public
+ License as published by the Free Software Foundation; either
+ version 2 of the License, or (at your option) any later version.
+ .
+ This library 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
+ Library General Public License for more details.
+ .
+ You should have received a copy of the GNU Library General Public License
+ along with this library; see the file COPYING.LIB.  If not, write to
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA.
+
+Files: paintredirector.cpp
+       paintredirector.h
+       killer/killer.cpp
+       libkdecorations/* excluding:
+        -? libkdecorations/CMakeLists.txt
+Copyright: 2003, 2009 Lubos Lunak <l.lunak@kde.org>
+           2012 Martin Gräßlin <mgraesslin@kde.org>          
+           2005 Sandro Giessl <sandro@giessl.com>
+           1999, 2000    Daniel M. Duley <mosfet@kde.org>
+License: MIT
+  | 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.

=== added file 'debian/kwin-data.install'
--- debian/kwin-data.install	1970-01-01 00:00:00 +0000
+++ debian/kwin-data.install	2014-06-15 11:06:32 +0000
@@ -0,0 +1,8 @@
+usr/share/icons/
+usr/share/kwin/
+usr/share/doc/
+usr/share/knotifications5/
+usr/share/kservices5/
+usr/share/kservicetypes5/
+usr/share/kwincompositing/
+usr/share/config.kcfg/

=== added file 'debian/kwin-dev.install'
--- debian/kwin-dev.install	1970-01-01 00:00:00 +0000
+++ debian/kwin-dev.install	2014-06-15 11:06:32 +0000
@@ -0,0 +1,8 @@
+usr/include/
+usr/lib/*/cmake
+usr/lib/*/libkdecorations.so
+usr/lib/*/libkwin4_effect_builtins.so
+usr/lib/*/libkwineffects.so
+usr/lib/*/libkwinglutils.so
+usr/lib/*/libkwinxrenderutils.so
+usr/share/dbus-1/interfaces/

=== added file 'debian/kwin.install'
--- debian/kwin.install	1970-01-01 00:00:00 +0000
+++ debian/kwin.install	2014-06-15 11:06:32 +0000
@@ -0,0 +1,7 @@
+etc/xdg
+usr/bin
+usr/lib/*/kconf_update_bin
+usr/lib/*/libexec
+usr/lib/*/qt5
+usr/lib/*/libkdeinit5_kwin.so
+usr/lib/*/libkdeinit5_kwin_rules_dialog.so

=== added file 'debian/kwin.lintian-overrides'
--- debian/kwin.lintian-overrides	1970-01-01 00:00:00 +0000
+++ debian/kwin.lintian-overrides	2014-06-15 11:06:32 +0000
@@ -0,0 +1,2 @@
+kwin: package-name-doesnt-match-sonames libkdeinit5-kwin libkdeinit5-kwin-rules-dialog
+

=== added file 'debian/libkdecorations5.install'
--- debian/libkdecorations5.install	1970-01-01 00:00:00 +0000
+++ debian/libkdecorations5.install	2014-06-15 11:06:32 +0000
@@ -0,0 +1,1 @@
+usr/lib/*/libkdecorations.so.*

=== added file 'debian/libkwin4-effect-builtins1.install'
--- debian/libkwin4-effect-builtins1.install	1970-01-01 00:00:00 +0000
+++ debian/libkwin4-effect-builtins1.install	2014-06-15 11:06:32 +0000
@@ -0,0 +1,1 @@
+usr/lib/*/libkwin4_effect_builtins.so.*

=== added file 'debian/libkwineffects5.install'
--- debian/libkwineffects5.install	1970-01-01 00:00:00 +0000
+++ debian/libkwineffects5.install	2014-06-15 11:06:32 +0000
@@ -0,0 +1,1 @@
+usr/lib/*/libkwineffects.so.*

=== added file 'debian/libkwinglutils5.install'
--- debian/libkwinglutils5.install	1970-01-01 00:00:00 +0000
+++ debian/libkwinglutils5.install	2014-06-15 11:06:32 +0000
@@ -0,0 +1,1 @@
+usr/lib/*/libkwinglutils.so.*

=== added file 'debian/libkwinxrenderutils5.install'
--- debian/libkwinxrenderutils5.install	1970-01-01 00:00:00 +0000
+++ debian/libkwinxrenderutils5.install	2014-06-15 11:06:32 +0000
@@ -0,0 +1,1 @@
+usr/lib/*/libkwinxrenderutils.so.*

=== added file 'debian/rules'
--- debian/rules	1970-01-01 00:00:00 +0000
+++ debian/rules	2014-06-15 11:06:32 +0000
@@ -0,0 +1,11 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+include /usr/share/pkg-kde-tools/qt-kde-team/2/debian-qt-kde.mk
+
+override_dh_strip:
+	$(overridden_command) --dbg-package=kwin-dbg
+
+override_dh_auto_test:
+	dh_installwm openbox\
+	xvfb-run -a dh_auto_test
\ No newline at end of file

=== added directory 'debian/source'
=== added file 'debian/source/format'
--- debian/source/format	1970-01-01 00:00:00 +0000
+++ debian/source/format	2014-06-15 11:06:32 +0000
@@ -0,0 +1,1 @@
+3.0 (quilt)

=== added file 'debian/watch'
--- debian/watch	1970-01-01 00:00:00 +0000
+++ debian/watch	2014-06-15 11:06:32 +0000
@@ -0,0 +1,2 @@
+version=3
+ftp://ftp.kde.org/pub/kde/unstable/plasma/([\d\.]+)/src/kwin-(.*)\.tar\.xz

