diff options
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 43 | ||||
| -rw-r--r-- | debian/compat | 1 | ||||
| -rw-r--r-- | debian/control | 69 | ||||
| -rw-r--r-- | debian/copyright | 34 | ||||
| -rw-r--r-- | debian/icebox-wallpapers.install | 1 | ||||
| -rw-r--r-- | debian/icebox-wallpapers.links | 1 | ||||
| -rw-r--r-- | debian/plymouth-theme-icebox-logo.install | 1 | ||||
| -rwxr-xr-x | debian/plymouth-theme-icebox-logo.postinst | 42 | ||||
| -rwxr-xr-x | debian/plymouth-theme-icebox-logo.prerm | 58 | ||||
| -rw-r--r-- | debian/plymouth-theme-icebox-text.install | 1 | ||||
| -rwxr-xr-x | debian/plymouth-theme-icebox-text.postinst | 42 | ||||
| -rwxr-xr-x | debian/plymouth-theme-icebox-text.prerm | 58 | ||||
| -rwxr-xr-x | debian/plymouth-theme-openbox-logo.prerm | 54 | ||||
| -rwxr-xr-x | debian/plymouth-theme-openbox-text.prerm | 54 | ||||
| -rwxr-xr-x | debian/rules | 7 | ||||
| -rw-r--r-- | debian/source/format | 1 |
16 files changed, 467 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..5469e1c --- /dev/null +++ b/debian/changelog @@ -0,0 +1,43 @@ +icebox-artwork (15.10.0) UNRELEASED; urgency=medium + + * Transition from Openbox Desktop to Icebox. + * lib/plymouth/themes/icebox-text/icebox-text.plymouth: + - Update version to 15.10 + + -- Unit 193 <unit193@ubuntu.com> Fri, 15 May 2015 16:59:41 -0400 + +openbox-artwork (15.04.1) vivid; urgency=medium + + * Re-sync with upstream. + - Add fsck report and cancel support with systemd to the logo theme + (LP: #1425434) + + -- Unit 193 <unit193@ubuntu.com> Wed, 25 Feb 2015 15:58:12 -0500 + +openbox-artwork (15.04.0) vivid; urgency=medium + + * Bump plymouth theme for 15.04. + * Update standards-version to 3.9.6. + * d/copyright: Update years to 2015. + + -- Unit 193 <unit193@ubuntu.com> Tue, 13 Jan 2015 00:58:24 -0500 + +openbox-artwork (14.10.0) utopic; urgency=medium + + * Bump plymouth theme for 14.10 + * Re-sync plymouth script with upstream. + * Install a symlink for the default wallpaper. + + -- Unit 193 <unit193@ubuntu.com> Fri, 16 May 2014 00:28:58 -0400 + +openbox-artwork (14.04.1) trusty; urgency=low + + * Bump plymouth theme for 14.04 + + -- Unit 193 <unit193@ubuntu.com> Wed, 18 Dec 2013 23:08:37 -0500 + +openbox-artwork (13.10.0v1) saucy; urgency=low + + * Initial pre-release + + -- Unit 193 <unit193@ubuntu.com> Mon, 14 Oct 2013 02:29:39 -0400 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..ec63514 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +9 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..4b6149b --- /dev/null +++ b/debian/control @@ -0,0 +1,69 @@ +Source: icebox-artwork +Section: x11 +Priority: optional +Maintainer: Unit 193 <unit193@ubuntu.com> +Build-Depends: debhelper (>= 9) +Standards-Version: 3.9.6 + +Package: icebox-wallpapers +Architecture: all +Depends: ${misc:Depends} +Breaks: openbox-wallpapers (<< 15.10.0~) +Replaces: openbox-wallpapers (<< 15.10.0~) +Description: Wallpapers for Icebox + This package contains the default wallpapers for Icebox. + +Package: plymouth-theme-icebox-logo +Architecture: all +Depends: ${misc:Depends}, plymouth, plymouth-label +Provides: plymouth-theme +Breaks: plymouth-theme-openbox-logo (<< 15.10.0~) +Replaces: plymouth-theme-openbox-logo (<< 15.10.0~) +Description: graphical boot animation and logger - icebox-logo theme + Plymouth is an application that runs very early in the boot process + (even before the root filesystem is mounted!) that provides a graphical + boot animation while the boot process happens in the background. + . + This package contains the default icebox-logo theme. + +Package: plymouth-theme-icebox-text +Architecture: all +Depends: ${misc:Depends}, plymouth, plymouth-theme-ubuntu-text +Provides: plymouth-theme +Breaks: plymouth-theme-openbox-text (<< 15.10.0~) +Replaces: plymouth-theme-openbox-text (<< 15.10.0~) +Description: graphical boot animation and logger - icebox-text theme + Plymouth is an application that runs very early in the boot process + (even before the root filesystem is mounted!) that provides a graphical + boot animation while the boot process happens in the background. + . + This package contains the default icebox-text theme used when no support for + a graphical theme is found on your system. + +Package: openbox-wallpapers +Section: oldlibs +Priority: extra +Architecture: all +Depends: ${misc:Depends}, icebox-wallpapers +Description: transitional dummy package for icebox-wallpapers + This is a transitional package to ease upgrades to icebox-wallpapers. + It can be safely removed. + +Package: plymouth-theme-openbox-logo +Section: oldlibs +Priority: extra +Architecture: all +Depends: ${misc:Depends}, plymouth-theme-icebox-logo +Description: transitional dummy package for plymouth-theme-icebox-logo + This is a transitional package to ease upgrades to plymouth-theme-icebox-logo. + It can be safely removed. + +Package: plymouth-theme-openbox-text +Section: oldlibs +Priority: extra +Architecture: all +Depends: ${misc:Depends}, plymouth-theme-icebox-text +Description: transitional dummy package for plymouth-theme-icebox-text + This is a transitional package to ease upgrades to plymouth-theme-icebox-text. + It can be safely removed. + diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..b2a0c5a --- /dev/null +++ b/debian/copyright @@ -0,0 +1,34 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: Icebox Artwork +Upstream-Contact: Unit 193 <unit193@ubuntu.com> + +Files: lib/* +Copyright: 2009 Canonical Ltd. + 2011-2014 The Xubuntu Community +License: GPL-3+ + 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 3 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 package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + . + On Debian systems the full text of the GNU General Public License can be found + in the `/usr/share/common-licenses/GPL-3' file. + +Files: debian/* +Copyright: 2013-2015, Unit 193 <unit193@ubuntu.com> + 2007-2009, Cody A.W. Somerville <cody-somerville@ubuntu.com> + 2007-2012, Lionel Le Folgoc <mrpouit@ubuntu.com> + 2006-2008, Gauvain Pocentek <gauvainpocentek@ubuntu.com> + 2005-2008, Jani Monoses <jani@ubuntu.com> +License: GPL-2+ + On Debian systems the full text of the GNU General Public License can be found + in the `/usr/share/common-licenses/GPL-2' file. diff --git a/debian/icebox-wallpapers.install b/debian/icebox-wallpapers.install new file mode 100644 index 0000000..a0f0dd6 --- /dev/null +++ b/debian/icebox-wallpapers.install @@ -0,0 +1 @@ +usr/share/backgrounds/ diff --git a/debian/icebox-wallpapers.links b/debian/icebox-wallpapers.links new file mode 100644 index 0000000..68639e6 --- /dev/null +++ b/debian/icebox-wallpapers.links @@ -0,0 +1 @@ +/usr/share/backgrounds/stripes.jpg /usr/share/backgrounds/icebox.jpg diff --git a/debian/plymouth-theme-icebox-logo.install b/debian/plymouth-theme-icebox-logo.install new file mode 100644 index 0000000..9a87fac --- /dev/null +++ b/debian/plymouth-theme-icebox-logo.install @@ -0,0 +1 @@ +lib/plymouth/themes/icebox-logo/ diff --git a/debian/plymouth-theme-icebox-logo.postinst b/debian/plymouth-theme-icebox-logo.postinst new file mode 100755 index 0000000..2f50d18 --- /dev/null +++ b/debian/plymouth-theme-icebox-logo.postinst @@ -0,0 +1,42 @@ +#!/bin/sh +# This script can be called in the following ways: +# +# After the package was installed: +# <postinst> configure <old-version> +# +# +# If prerm fails during upgrade or fails on failed upgrade: +# <old-postinst> abort-upgrade <new-version> +# +# If prerm fails during deconfiguration of a package: +# <postinst> abort-deconfigure in-favour <new-package> <version> +# removing <old-package> <version> +# +# If prerm fails during replacement due to conflict: +# <postinst> abort-remove in-favour <new-package> <version> + +set -e + +case "$1" in + configure) + update-alternatives \ + --install /lib/plymouth/themes/default.plymouth default.plymouth \ + /lib/plymouth/themes/icebox-logo/icebox-logo.plymouth 150 + + if which update-initramfs >/dev/null 2>&1 + then + update-initramfs -u + fi + ;; + + abort-upgrade|abort-deconfigure|abort-remove) + ;; + + *) + echo "$0 called with unknown argument \`$1'" 1>&2 + exit 1 + ;; +esac + +#DEBHELPER# +exit 0 diff --git a/debian/plymouth-theme-icebox-logo.prerm b/debian/plymouth-theme-icebox-logo.prerm new file mode 100755 index 0000000..0822aca --- /dev/null +++ b/debian/plymouth-theme-icebox-logo.prerm @@ -0,0 +1,58 @@ +#!/bin/sh +# This script can be called in the following ways: +# +# After the package was removed: +# <postrm> remove +# +# After the package was purged: +# <postrm> purge +# +# After the package was upgraded: +# <old-postrm> upgrade <new-version> +# if that fails: +# <new-postrm> failed-upgrade <old-version> +# +# +# After all of the packages files have been replaced: +# <postrm> disappear <overwriting-package> <version> +# +# +# If preinst fails during install: +# <new-postrm> abort-install +# +# If preinst fails during upgrade of removed package: +# <new-postrm> abort-install <old-version> +# +# If preinst fails during upgrade: +# <new-postrm> abort-upgrade <old-version> + +set -e + +case "$1" in + remove) + update-alternatives \ + --remove default.plymouth /lib/plymouth/themes/icebox-logo/icebox-logo.plymouth + + if which update-initramfs >/dev/null 2>&1 + then + update-initramfs -u + fi + ;; + + purge) + ;; + + upgrade|failed-upgrade|disappear) + ;; + + abort-install|abort-upgrade) + ;; + + *) + echo "$0 called with unknown argument \`$1'" 1>&2 + exit 1 + ;; +esac + +#DEBHELPER# +exit 0 diff --git a/debian/plymouth-theme-icebox-text.install b/debian/plymouth-theme-icebox-text.install new file mode 100644 index 0000000..705515d --- /dev/null +++ b/debian/plymouth-theme-icebox-text.install @@ -0,0 +1 @@ +lib/plymouth/themes/icebox-text/ diff --git a/debian/plymouth-theme-icebox-text.postinst b/debian/plymouth-theme-icebox-text.postinst new file mode 100755 index 0000000..6dc7717 --- /dev/null +++ b/debian/plymouth-theme-icebox-text.postinst @@ -0,0 +1,42 @@ +#!/bin/sh +# This script can be called in the following ways: +# +# After the package was installed: +# <postinst> configure <old-version> +# +# +# If prerm fails during upgrade or fails on failed upgrade: +# <old-postinst> abort-upgrade <new-version> +# +# If prerm fails during deconfiguration of a package: +# <postinst> abort-deconfigure in-favour <new-package> <version> +# removing <old-package> <version> +# +# If prerm fails during replacement due to conflict: +# <postinst> abort-remove in-favour <new-package> <version> + +set -e + +case "$1" in + configure) + update-alternatives \ + --install /lib/plymouth/themes/text.plymouth text.plymouth \ + /lib/plymouth/themes/icebox-text/icebox-text.plymouth 150 + + if which update-initramfs >/dev/null 2>&1 + then + update-initramfs -u + fi + ;; + + abort-upgrade|abort-deconfigure|abort-remove) + ;; + + *) + echo "$0 called with unknown argument \`$1'" 1>&2 + exit 1 + ;; +esac + +#DEBHELPER# +exit 0 diff --git a/debian/plymouth-theme-icebox-text.prerm b/debian/plymouth-theme-icebox-text.prerm new file mode 100755 index 0000000..65c91e5 --- /dev/null +++ b/debian/plymouth-theme-icebox-text.prerm @@ -0,0 +1,58 @@ +#!/bin/sh +# This script can be called in the following ways: +# +# After the package was removed: +# <postrm> remove +# +# After the package was purged: +# <postrm> purge +# +# After the package was upgraded: +# <old-postrm> upgrade <new-version> +# if that fails: +# <new-postrm> failed-upgrade <old-version> +# +# +# After all of the packages files have been replaced: +# <postrm> disappear <overwriting-package> <version> +# +# +# If preinst fails during install: +# <new-postrm> abort-install +# +# If preinst fails during upgrade of removed package: +# <new-postrm> abort-install <old-version> +# +# If preinst fails during upgrade: +# <new-postrm> abort-upgrade <old-version> + +set -e + +case "$1" in + remove) + update-alternatives \ + --remove text.plymouth /lib/plymouth/themes/icebox-text/icebox-text.plymouth + + if which update-initramfs >/dev/null 2>&1 + then + update-initramfs -u + fi + ;; + + purge) + ;; + + upgrade|failed-upgrade|disappear) + ;; + + abort-install|abort-upgrade) + ;; + + *) + echo "$0 called with unknown argument \`$1'" 1>&2 + exit 1 + ;; +esac + +#DEBHELPER# +exit 0 diff --git a/debian/plymouth-theme-openbox-logo.prerm b/debian/plymouth-theme-openbox-logo.prerm new file mode 100755 index 0000000..e95659d --- /dev/null +++ b/debian/plymouth-theme-openbox-logo.prerm @@ -0,0 +1,54 @@ +#!/bin/sh +# This script can be called in the following ways: +# +# After the package was removed: +# <postrm> remove +# +# After the package was purged: +# <postrm> purge +# +# After the package was upgraded: +# <old-postrm> upgrade <new-version> +# if that fails: +# <new-postrm> failed-upgrade <old-version> +# +# +# After all of the packages files have been replaced: +# <postrm> disappear <overwriting-package> <version> +# +# +# If preinst fails during install: +# <new-postrm> abort-install +# +# If preinst fails during upgrade of removed package: +# <new-postrm> abort-install <old-version> +# +# If preinst fails during upgrade: +# <new-postrm> abort-upgrade <old-version> + +set -e + +if dpkg --compare-versions "$2" lt-nl "15.10.0~"; then + update-alternatives \ + --remove default.plymouth /lib/plymouth/themes/openbox-logo/openbox-logo.plymouth + + if which update-initramfs >/dev/null 2>&1 + then + update-initramfs -u + fi +fi + +case "$1" in + remove) + update-alternatives \ + --remove default.plymouth /lib/plymouth/themes/openbox-logo/openbox-logo.plymouth + + if which update-initramfs >/dev/null 2>&1 + then + update-initramfs -u + fi + ;; +esac + +#DEBHELPER# +exit 0 diff --git a/debian/plymouth-theme-openbox-text.prerm b/debian/plymouth-theme-openbox-text.prerm new file mode 100755 index 0000000..20a0e45 --- /dev/null +++ b/debian/plymouth-theme-openbox-text.prerm @@ -0,0 +1,54 @@ +#!/bin/sh +# This script can be called in the following ways: +# +# After the package was removed: +# <postrm> remove +# +# After the package was purged: +# <postrm> purge +# +# After the package was upgraded: +# <old-postrm> upgrade <new-version> +# if that fails: +# <new-postrm> failed-upgrade <old-version> +# +# +# After all of the packages files have been replaced: +# <postrm> disappear <overwriting-package> <version> +# +# +# If preinst fails during install: +# <new-postrm> abort-install +# +# If preinst fails during upgrade of removed package: +# <new-postrm> abort-install <old-version> +# +# If preinst fails during upgrade: +# <new-postrm> abort-upgrade <old-version> + +set -e + +if dpkg --compare-versions "$2" lt-nl "15.10.0~"; then + update-alternatives \ + --remove text.plymouth /lib/plymouth/themes/openbox-text/openbox-text.plymouth + + if which update-initramfs >/dev/null 2>&1 + then + update-initramfs -u + fi +fi + +case "$1" in + remove) + update-alternatives \ + --remove text.plymouth /lib/plymouth/themes/openbox-text/openbox-text.plymouth + + if which update-initramfs >/dev/null 2>&1 + then + update-initramfs -u + fi + ;; +esac + +#DEBHELPER# +exit 0 diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..2b796a9 --- /dev/null +++ b/debian/rules @@ -0,0 +1,7 @@ +#!/usr/bin/make -f + +override_dh_gconf: + dh_gconf --priority=20 + +%: + 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) |
