summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorAndrew Shadura <bugzilla@tut.by>2012-03-29 17:08:49 +0200
committerAndrew Shadura <bugzilla@tut.by>2012-03-29 17:08:49 +0200
commitb46d8534f8c42a371c7d1bd9499fb25e3d483e19 (patch)
tree925b857a193d8f349f9dc370510ea6eeffcab860 /debian
parent33a57e4a0f3a1aa6cbc3982616ee1cb041c95439 (diff)
add initial Debian packaging
--HG-- branch : debian
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog5
-rw-r--r--debian/compat1
-rw-r--r--debian/control14
-rw-r--r--debian/copyright37
-rw-r--r--debian/docs3
-rw-r--r--debian/install6
-rwxr-xr-xdebian/rules4
-rw-r--r--debian/source/format1
8 files changed, 71 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..215d9d5
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+clearwaita-theme (20120201+git1.33a57e-1) unstable; urgency=low
+
+ * Initial packaging.
+
+ -- Andrew O. Shadura <bugzilla@tut.by> Thu, 29 Mar 2012 15:17:47 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..45a4fb7
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+8
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..cd341ae
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,14 @@
+Source: clearwaita-theme
+Section: gnome
+Priority: optional
+Maintainer: Andrew O. Shadura <bugzilla@tut.by>
+Standards-Version: 3.9.3
+Build-Depends: debhelper (>= 8)
+
+Package: clearwaita-theme
+Architecture: any
+Depends: gnome-themes-standard, ${misc:Depends}
+Description: Clearwaita theme
+ Clearwaita is a GTK2/GTK3 theme. Files for GTK3 are a modified version of
+ Adwaita, the default Gnome 3 theme, to make it visually close to Clearlooks.
+ Files for GTK2 come from the unmodified Clearlooks theme.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..bc8bdb3
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,37 @@
+This package was debianized by Andrew Shadura <bugzilla@tut.by> on
+Thu, 29 Mar 2012 15:21:09 +0200.
+
+It was downloaded from http://www.jpfleury.net/en/software/clearwaita.php
+
+Upstream Author:
+
+ Jean-Philippe Fleury <contact@jpfleury.net>
+
+Copyright:
+
+ Copyright © 2011-2012 Jean-Philippe Fleury
+
+License: GPL-3+
+
+ This program 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 3 of the License, or
+ (at your option) any later version.
+
+ 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, see <http://www.gnu.org/licenses/>.
+
+On Debian systems, the complete text of the GNU General Public
+License, version 3, can be found in /usr/share/common-licenses/GPL-3.
+
+The Debian packaging for this package is:
+
+ Copyright (C) 2012 Andrew Shadura <bugzilla@tut.by>
+
+and is licensed under the same license as the upstream project.
+
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..fa2b682
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1,3 @@
+doc/README.mkd
+doc/LISEZ-MOI.mkd
+doc/*.png
diff --git a/debian/install b/debian/install
new file mode 100644
index 0000000..59e8f39
--- /dev/null
+++ b/debian/install
@@ -0,0 +1,6 @@
+gtk-2.0 /usr/share/themes/Clearwaita
+gtk-3.0 /usr/share/themes/Clearwaita
+index.theme /usr/share/themes/Clearwaita
+metacity-1 /usr/share/themes/Clearwaita
+openbox-3 /usr/share/themes/Clearwaita
+xfwm4 /usr/share/themes/Clearwaita
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..5875e30
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+ dh "$@"
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)