rev 14096 - kde-extras/kwin-style-dekorator/trunk/debian

Didier Raboud odyx-guest at alioth.debian.org
Wed Mar 18 08:28:58 UTC 2009


Author: odyx-guest
Date: 2009-03-18 08:28:57 +0000 (Wed, 18 Mar 2009)
New Revision: 14096

Modified:
   kde-extras/kwin-style-dekorator/trunk/debian/changelog
   kde-extras/kwin-style-dekorator/trunk/debian/copyright
   kde-extras/kwin-style-dekorator/trunk/debian/rules
Log:
kwin-style-dekorator - Remove .svn dirs from .deb and update the copyright file.

* debian/rules
  - Change the DEB_INSTALL_EXAMPLES_kwin-style-dekorator line to get rid of
    the .svn directory.
* debian/copyright
  - Rewrite from scratch using the Proposals/CopyrightFormat.

Modified: kde-extras/kwin-style-dekorator/trunk/debian/changelog
===================================================================
--- kde-extras/kwin-style-dekorator/trunk/debian/changelog	2009-03-17 22:20:44 UTC (rev 14095)
+++ kde-extras/kwin-style-dekorator/trunk/debian/changelog	2009-03-18 08:28:57 UTC (rev 14096)
@@ -8,6 +8,11 @@
     - Fix "[kwin-style-dekorator] "KDE" lowercase is short description"
     (Closes: #504216)
     - Place the package under collaborative maintainship pkg-kde-extras.
+  * debian/rules
+    - Change the DEB_INSTALL_EXAMPLES_kwin-style-dekorator line to get rid of
+      the .svn directory.
+  * debian/copyright
+    - Rewrite from scratch using the Proposals/CopyrightFormat.
 
  -- Didier Raboud <didier at raboud.com>  Tue, 17 Feb 2009 16:17:18 +0100
 

Modified: kde-extras/kwin-style-dekorator/trunk/debian/copyright
===================================================================
--- kde-extras/kwin-style-dekorator/trunk/debian/copyright	2009-03-17 22:20:44 UTC (rev 14095)
+++ kde-extras/kwin-style-dekorator/trunk/debian/copyright	2009-03-18 08:28:57 UTC (rev 14096)
@@ -1,29 +1,26 @@
-This package was debianized by Sune Vuorela <debian at pusling.com> on
-Wed, 21 Jun 2006 20:04:02 +0200.
+Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=443
+Upstream-Name: deKorator
+Upstream-Maintainer: Christoph Feck <christoph at maxiom.de>
+Upstream-Source: http://www.kde-look.org/content/show.php/deKorator?content=87921
 
-It was downloaded from http://www.kde-look.org/content/show.php/deKorator?content=87921
+; *** Upstream ***
 
-Copyright 2005-2006: moty rahamim <moty.rahamim (at) gmail.com>
-Copyright 2008: Christoph Feck <christoph at maxiom.de>
+Files: client/config/kthemeselector*.h
+Copyright: 2008, Christoph Feck <christoph at maxiom.de>
+License: GPL-2+
 
-License:
+Files: client/config/*, client/*
+Copyright: Copyright 2005,  moty rahamim <moty.rahamim at gmail.com>
+Copyright: Copyright 2003-2004, David Johnson <david at usermode.org>
+Copyright: Copyright 2003-2005, Sandro Giessl <sandro at giessl.com>
+Copyright: Copyright 2000, Antonio Larrosa <larrosa at kde.org>
+License: GPL-2+
 
-   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.
+; *** Debian Packaging ***
+Files: debian/*
+Copyright: Copyright 2006, Sune Vuorela <debian at pusling.com>
+Copyright: Copyright 2008, Didier Raboud <didier at raboud.com>
+License: GPL-2+
 
-   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'.
-
-The Debian packaging is (C) 2006, Sune Vuorela <debian at pusling.com> and
-is licensed under the GPL, see above.
+ On Debian systems, the complete text of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL'.

Modified: kde-extras/kwin-style-dekorator/trunk/debian/rules
===================================================================
--- kde-extras/kwin-style-dekorator/trunk/debian/rules	2009-03-17 22:20:44 UTC (rev 14095)
+++ kde-extras/kwin-style-dekorator/trunk/debian/rules	2009-03-18 08:28:57 UTC (rev 14096)
@@ -4,7 +4,7 @@
 DEB_CMAKE_EXTRA_FLAGS= -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix`
 
 # Add the themesStuff directory to doc/
-DEB_INSTALL_EXAMPLES_kwin-style-dekorator='themesStuff'
+DEB_INSTALL_EXAMPLES_kwin-style-dekorator=themesStuff --exclude=.svn
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/cmake.mk




More information about the pkg-kde-commits mailing list