summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog37
-rw-r--r--debian/compat1
-rw-r--r--debian/control20
-rw-r--r--debian/copyright57
-rwxr-xr-xdebian/rules7
5 files changed, 122 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..189925c
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,37 @@
+kwin-decor-suse2 (0.4.1-1) unstable; urgency=low
+
+ * Updated to 0.4.1
+
+ -- Gerd Fleischer <[email protected]> Sat, 17 Jun 2007 19:56:34 +0200
+
+kwin-decor-suse2 (0.4-1) unstable; urgency=low
+
+ * Updated to 0.4
+
+ -- Gerd Fleischer <[email protected]> Thu, 02 Nov 2006 19:56:34 +0200
+
+kwin-decor-suse2 (0.3.5-1) unstable; urgency=low
+
+ * Updated to 0.3.5
+
+ -- Gerd Fleischer <[email protected]> Sat, 20 May 2006 19:56:34 +0200
+
+kwin-decor-suse2 (0.3.4-1) unstable; urgency=low
+
+ * Updated to 0.3.4
+
+ -- Gerd Fleischer <[email protected]> Thu, 23 Feb 2006 19:56:34 +0200
+
+kwin-decor-suse2 (0.3.2-1) unstable; urgency=low
+
+ * Updated to 0.3.2
+ * renamed to kwin-style-suse2 to match debian naming rules
+ * replaces older kwin-decor-suse2 named packages
+
+ -- Gerd Fleischer <[email protected]> Thu, 08 Dec 2005 19:56:34 +0200
+
+kwin-decor-suse2 (0.3.1-1) unstable; urgency=low
+
+ * Updated to 0.3.1
+
+ -- Gerd Fleischer <[email protected]> Mon, 19 Sep 2005 19:56:34 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..b8626c4
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+4
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..ae71baf
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,20 @@
+Source: kwin-decor-suse2
+Section: kde
+Priority: optional
+Maintainer: Adrian Neumaier <[email protected]>
+Build-Depends: debhelper (>= 4.0.0), kdelibs4-dev (>= 4:3.5.0), kdebase-dev (>= 4:3.5.0), cdbs
+Standards-Version: 3.6.2
+
+Package: kwin-style-suse2
+Architecture: any
+Depends: ${shlibs:Depends}
+Replaces: kwin-decor-suse2
+Description: KDE window decoration from SUSE 9.3
+ This the the SUSE 9.3 KDE Window decoration extracted from SUSE.
+ .
+ It features in additon to the original theme several new button
+ styles and a changeable titlebar image.
+ .
+ A color scheme for KDE is provided too.
+ .
+ Homepage: http://www.gerdfleischer.de/kwin-decor-suse2/
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..20aa3b3
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,57 @@
+This package was debianized by Adrian Neumaier <[email protected]> on
+Mon, 19 Sep 2005 19:56:34 +0200
+
+It was downloaded from http://www.gerdfleischer.de/kwin-decor-suse2/
+
+Authors: Adrian Schroeter <[email protected]>
+ Gerd Fleischer <[email protected]>
+ Sandro Giessl <[email protected]>
+ Rik Hemsley (rikkus) <[email protected]>
+ Laur Ivan <[email protected]>
+
+Copyright: 2005, Adrian Schroeter
+ 2003, Sandro Giessl
+ 2001, Rik Hemsley
+ 2005, Gerd Fleischer
+ 2003, Laur Ivan
+
+License:
+
+For the files shadow.cpp and shadow.h the following license applies:
+
+ This library 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 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 St, Fifth Floor, Boston, MA
+ 02111-1301, USA.
+
+On Debian systems, the complete text of the GNU Library General Public
+License can be found in `/usr/share/common-licenses/LGPL'.
+
+For the rest of the package this license applies:
+
+ 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; version 2 dated June, 1991.
+
+ 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
+ 02111-1301, USA.
+
+On Debian systems, the complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL'.
+
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..f6a14d7
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+#
+# Uhm, too much complicated eh?
+#
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/kde.mk
+#DEB_OPT_FLAG=-O3 -march=i686 -mcpu=i686