summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog35
-rw-r--r--debian/compat1
-rw-r--r--debian/control19
-rw-r--r--debian/copyright47
-rw-r--r--debian/install1
-rw-r--r--debian/postinst42
-rw-r--r--debian/prerm40
-rwxr-xr-xdebian/rules13
-rw-r--r--debian/source/format1
9 files changed, 199 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..ff83b14
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,35 @@
+ldm-themes (12.07.1) unstable; urgency=low
+
+ [ Jonathan Carter ]
+ * Remove all alternatives (Closes: #679208).
+ * Replace murrine gtk theme with mist in greeter-gtkrc.
+ * Replace recommends on gtk2-engines-murrine with gtk2-engines, as it is
+ already used in ldm, and doesn't pull in extraneous Recommends.
+ * Fix typos in package description.
+ * My first upload at a Debconf! :D
+
+ [ Vagrant Cascadian ]
+ * Remove spacefun theme, as it was never shipped with squeeze.
+ * Remove unnecessary .png files that are already shipped with ldm.
+ * Update debian/copyright to reflect switch to Joy theme.
+ * Finish switching to Joy theme (Closes: #678474).
+
+ -- Vagrant Cascadian <vagrant@debian.org> Fri, 13 Jul 2012 10:36:45 -0600
+
+ldm-themes (12.06.1) unstable; urgency=low
+
+ [ Jonathan Carter ]
+ * Add Joy theme
+ * Set Joy theme as new default theme
+ * Change versioning to yy.mm.revision
+
+ [ Holger Levsen ]
+ * Mention Joy theme in package description.
+
+ -- Jonathan Carter <jonathan@ubuntu.com> Thu, 21 Jun 2012 18:32:45 -0400
+
+ldm-themes (0.1) unstable; urgency=low
+
+ * Initial release (Closes: #623770)
+
+ -- Jonathan Carter <jonathan@ubuntu.com> Fri, 22 Apr 2011 15:33:27 -0400
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..7f8f011
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+7
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..12c2413
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,19 @@
+Source: ldm-themes
+Section: misc
+Priority: optional
+Maintainer: LTSP Debian/Ubuntu Maintainers <pkg-ltsp-devel@lists.alioth.debian.org>
+Uploaders: Jonathan Carter <jonathan@ubuntu.com>, Vagrant Cascadian <vagrant@debian.org>
+Build-Depends: debhelper (>= 7.0.50~)
+Standards-Version: 3.9.2
+
+Package: ldm-themes
+Architecture: all
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Recommends: gtk2-engines
+Description: Collection of themes for the LTSP login manager
+ LDM is the LTSP Display Manager. It manages logins to
+ sessions hosted on remote machines.
+ .
+ This package currently provides the following themes:
+ - Joy
+
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..8106df5
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,47 @@
+Format: http://dep.debian.net/deps/dep5
+
+Source: Artwork source images can be found at:
+ http://wiki.debian.org/DebianArt/Themes/Joy
+
+Files: joy/*
+Copyright: 2012 Adrien Aubourg <adrien.aubourg@gmail.com>
+License: GPLv2
+ 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; version 2.
+ .
+ On Debian systems, a copy of the GNU General Public License version
+ 2 may be found in the file /usr/share/common-licenses/GPL-2.
+
+Files: joy/greeter-gtkrc
+Copyright: Kenneth Wimer <kwwii@ubuntu.com>
+ Conn O'Griofa <connogriofa@gmail.com>
+ Jonathan Carter <jonathan@ubuntu.com>
+ Dave Camp <dave@ximian.com>
+License: GPLv2
+ 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; version 2.
+ .
+ On Debian systems, a copy of the GNU General Public License version
+ 2 may be found in the file /usr/share/common-licenses/GPL-2.
+
+Files: debian/*
+Copyright: 2011-2012 Jonathan Carter <jonathan@ubuntu.com>
+ 2012 Vagrant Cascadian <vagrant@debian.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.
+ .
+ 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".
diff --git a/debian/install b/debian/install
new file mode 100644
index 0000000..f1f862f
--- /dev/null
+++ b/debian/install
@@ -0,0 +1 @@
+joy usr/share/ldm/themes
diff --git a/debian/postinst b/debian/postinst
new file mode 100644
index 0000000..45cf179
--- /dev/null
+++ b/debian/postinst
@@ -0,0 +1,42 @@
+#!/bin/sh
+# postinst script for ldm-themes
+#
+# see: dh_installdeb(1)
+
+set -e
+
+# summary of how this script can be called:
+# * <postinst> `configure' <most-recently-configured-version>
+# * <old-postinst> `abort-upgrade' <new version>
+# * <conflictor's-postinst> `abort-remove' `in-favour' <package>
+# <new-version>
+# * <postinst> `abort-remove'
+# * <deconfigured's-postinst> `abort-deconfigure' `in-favour'
+# <failed-install-package> <version> `removing'
+# <conflicting-package> <version>
+# for details, see http://www.debian.org/doc/debian-policy/ or
+# the debian-policy package
+
+
+case "$1" in
+ configure)
+ update-alternatives \
+ --install /usr/share/ldm/themes/default \
+ ldm-theme /usr/share/ldm/themes/joy 80
+;;
+
+ abort-upgrade|abort-remove|abort-deconfigure)
+ ;;
+
+ *)
+ echo "postinst called with unknown argument \`$1'" >&2
+ exit 1
+ ;;
+esac
+
+# dh_installdeb will replace this with shell code automatically
+# generated by other debhelper scripts.
+
+#DEBHELPER#
+
+exit 0
diff --git a/debian/prerm b/debian/prerm
new file mode 100644
index 0000000..6c97e0c
--- /dev/null
+++ b/debian/prerm
@@ -0,0 +1,40 @@
+#!/bin/sh
+# prerm script for ldm-themes
+#
+# see: dh_installdeb(1)
+
+set -e
+
+# summary of how this script can be called:
+# * <prerm> `remove'
+# * <old-prerm> `upgrade' <new-version>
+# * <new-prerm> `failed-upgrade' <old-version>
+# * <conflictor's-prerm> `remove' `in-favour' <package> <new-version>
+# * <deconfigured's-prerm> `deconfigure' `in-favour'
+# <package-being-installed> <version> `removing'
+# <conflicting-package> <version>
+# for details, see http://www.debian.org/doc/debian-policy/ or
+# the debian-policy package
+
+
+case "$1" in
+ remove|deconfigure|failed-upgrade)
+ update-alternatives --remove ldm-theme \
+ /usr/share/ldm/themes/joy
+ ;;
+
+ upgrade)
+ ;;
+
+ *)
+ echo "prerm called with unknown argument \`$1'" >&2
+ exit 1
+ ;;
+esac
+
+# dh_installdeb will replace this with shell code automatically
+# generated by other debhelper scripts.
+
+#DEBHELPER#
+
+exit 0
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..b760bee
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,13 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+# Sample debian/rules that uses debhelper.
+# This file was originally written by Joey Hess and Craig Small.
+# As a special exception, when this file is copied by dh-make into a
+# dh-make output file, you may use that output file without restriction.
+# This special exception was added by Craig Small in version 0.37 of dh-make.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+%:
+ dh $@
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..89ae9db
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (native)