--- gnome-colors-5.5.1.orig/debian/gnome-colors-common.postinst
+++ gnome-colors-5.5.1/debian/gnome-colors-common.postinst
@@ -0,0 +1,14 @@
+#!/bin/sh
+set -e
+
+if [ "$1" = "configure" ]; then
+	SIZES=$(ls /usr/share/icons/gnome-colors-common/*/places | sed -rn 's,^.*/([0-9]+)x[0-9]+/.*$,\1,p')
+
+	command="update-alternatives --install /usr/share/icons/gnome/scalable/places/start-here.svg start-here.svg /usr/share/icons/gnome-colors-common/scalable/places/gnome-colors.svg 20"
+	for s in $SIZES; do
+		command="$command --slave /usr/share/icons/gnome/${s}x${s}/places/start-here.png start-here-${s}.png /usr/share/icons/gnome-colors-common/${s}x${s}/places/gnome-colors.png"
+	done
+	$command
+fi
+
+#DEBHELPER#
--- gnome-colors-5.5.1.orig/debian/watch
+++ gnome-colors-5.5.1/debian/watch
@@ -0,0 +1,3 @@
+version=3
+http://code.google.com/p/gnome-colors/downloads/list \
+  http://gnome-colors.googlecode.com/files/gnome-colors-src-([0-9.]+)\.tar\.gz
--- gnome-colors-5.5.1.orig/debian/rules
+++ gnome-colors-5.5.1/debian/rules
@@ -0,0 +1,11 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/makefile.mk
+
+DEB_INSTALL_DOCS_ALL := debian/README.Debian
+DEB_MAKE_INSTALL_TARGET := install-unbranded DESTDIR=$(CURDIR)/debian/tmp/
+DEB_MAKE_CHECK_TARGET := check
+
+$(patsubst %,binary-install/%,$(DEB_PACKAGES)):: binary-install/%:
+	$(if $(wildcard /usr/bin/dh_icons),dh_icons -p$(cdbs_curpkg) $(DEB_DH_ICONS_ARGS))
--- gnome-colors-5.5.1.orig/debian/control
+++ gnome-colors-5.5.1/debian/control
@@ -0,0 +1,194 @@
+Source: gnome-colors
+Section: gnome
+Priority: optional
+Maintainer: GNOME-Colors Packagers <gnome-colors-packagers@lists.launchpad.net>
+Uploaders: Benjamin Drung <bdrung@ubuntu.com>,
+           Andrew Starr-Bochicchio <a.starr.b@gmail.com>
+Build-Depends: cdbs,
+               debhelper (>= 7)
+Build-Depends-Indep: imagemagick,
+                     inkscape
+Standards-Version: 3.8.3
+DM-Upload-Allowed: yes
+Homepage: http://code.google.com/p/gnome-colors/
+Vcs-Bzr: https://code.launchpad.net/~gnome-colors-packagers/gnome-colors-pkg/debian/
+Vcs-Browser: http://bazaar.launchpad.net/~gnome-colors-packagers/gnome-colors-pkg/debian/files
+
+Package: gnome-colors
+Architecture: all
+Depends: gnome-brave-icon-theme,
+         gnome-dust-icon-theme,
+         gnome-human-icon-theme,
+         gnome-illustrious-icon-theme,
+         gnome-noble-icon-theme,
+         gnome-wine-icon-theme,
+         gnome-wise-icon-theme,
+         ${misc:Depends}
+Suggests: arc-colors,
+          shiki-colors
+Description: set of GNOME icon themes
+ GNOME-Colors is a set of GNOME icon themes, with some inspiration from
+ Tango, Elementary, Discovery, Tango Generator and others.
+ .
+ Its goal is to create an easy way for anyone to make their desktop
+ consistently match their moods, wallpapers, laptop colors, etc.
+ .
+ The icons were designed to match the Shiki-Colors GTK+ Themes and their
+ additional artwork.
+ .
+ This package provides seven variations of the GNOME-Colors icon theme:
+ .
+ GNOME-Brave (Blue), GNOME-Dust (Chocolate), GNOME-Human (Orange),
+ GNOME-Illustrious (Pink),
+ GNOME-Noble (Purple), GNOME-Wine (Red), and GNOME-Wise (Green)
+
+Package: gnome-colors-common
+Architecture: all
+Depends: gnome-icon-theme (>= 2.24.0-4),
+         ${misc:Depends}
+Description: common icons for all GNOME-Colors icon themes
+ GNOME-Colors is a set of GNOME icon themes, with some inspiration from
+ Tango, Elementary, Discovery, Tango Generator and others.
+ .
+ Its goal is to create an easy way for anyone to make their desktop
+ consistently match their moods, wallpapers, laptop colors, etc.
+ .
+ The icons were designed to match the Shiki-Colors GTK+ Themes and their
+ additional artwork.
+ .
+ This package provides the common icons used by all variants of the
+ GNOME-Colors icon theme.
+
+Package: gnome-brave-icon-theme
+Architecture: all
+Depends: gnome-colors-common,
+         ${misc:Depends}
+Suggests: arc-brave,
+          shiki-brave-theme
+Conflicts: xubuntu-artwork (<= 0.27)
+Description: blue variation of the GNOME-Colors icon theme
+ GNOME-Colors is a set of GNOME icon themes, with some inspiration from
+ Tango, Elementary, Discovery, Tango Generator and others.
+ .
+ Its goal is to create an easy way for anyone to make their desktop
+ consistently match their moods, wallpapers, laptop colors, etc.
+ .
+ The icons were designed to match the Shiki-Colors GTK+ Themes and their
+ additional artwork.
+ .
+ This package provides the GNOME-Brave (Blue) variation of the
+ GNOME-Colors icon theme.
+
+Package: gnome-dust-icon-theme
+Architecture: all
+Depends: gnome-colors-common,
+         ${misc:Depends}
+Suggests: arc-dust,
+          shiki-dust-theme
+Description: chocolate variation of the GNOME-Colors icon theme
+ GNOME-Colors is a set of GNOME icon themes, with some inspiration from
+ Tango, Elementary, Discovery, Tango Generator and others.
+ .
+ Its goal is to create an easy way for anyone to make their desktop
+ consistently match their moods, wallpapers, laptop colors, etc.
+ .
+ The icons were designed to match the Shiki-Colors GTK+ Themes and their
+ additional artwork.
+ .
+ This package provides the GNOME-Dust (Chocolate) variation of the
+ GNOME-Colors icon theme.
+
+Package: gnome-human-icon-theme
+Architecture: all
+Depends: gnome-colors-common,
+         ${misc:Depends}
+Suggests: arc-human,
+          shiki-human-theme
+Description: orange variation of the GNOME-Colors icon theme
+ GNOME-Colors is a set of GNOME icon themes, with some inspiration from
+ Tango, Elementary, Discovery, Tango Generator and others.
+ .
+ Its goal is to create an easy way for anyone to make their desktop
+ consistently match their moods, wallpapers, laptop colors, etc.
+ .
+ The icons were designed to match the Shiki-Colors GTK+ Themes and their
+ additional artwork.
+ .
+ This package provides the GNOME-Human (Orange) variation of the
+ GNOME-Colors icon theme.
+
+Package: gnome-illustrious-icon-theme
+Architecture: all
+Depends: gnome-colors-common,
+         ${misc:Depends}
+Suggests: arc-illustrious,
+          shiki-illustrious-theme
+Description: pink variation of the GNOME-Colors icon theme
+ GNOME-Colors is a set of GNOME icon themes, with some inspiration from
+ Tango, Elementary, Discovery, Tango Generator and others.
+ .
+ Its goal is to create an easy way for anyone to make their desktop
+ consistently match their moods, wallpapers, laptop colors, etc.
+ .
+ The icons were designed to match the Shiki-Colors GTK+ Themes and their
+ additional artwork.
+ .
+ This package provides the GNOME-Illustrious (Pink) variation of the
+ GNOME-Colors icon theme.
+
+Package: gnome-noble-icon-theme
+Architecture: all
+Depends: gnome-colors-common,
+         ${misc:Depends}
+Suggests: arc-noble,
+          shiki-noble-theme
+Description: purple variation of the GNOME-Colors icon theme
+ GNOME-Colors is a set of GNOME icon themes, with some inspiration from
+ Tango, Elementary, Discovery, Tango Generator and others.
+ .
+ Its goal is to create an easy way for anyone to make their desktop
+ consistently match their moods, wallpapers, laptop colors, etc.
+ .
+ The icons were designed to match the Shiki-Colors GTK+ Themes and their
+ additional artwork.
+ .
+ This package provides the GNOME-Noble (Purple) variation of the
+ GNOME-Colors icon theme.
+
+Package: gnome-wine-icon-theme
+Architecture: all
+Depends: gnome-colors-common,
+         ${misc:Depends}
+Suggests: arc-wine,
+          shiki-wine-theme
+Description: red variation of the GNOME-Colors icon theme
+ GNOME-Colors is a set of GNOME icon themes, with some inspiration from
+ Tango, Elementary, Discovery, Tango Generator and others.
+ .
+ Its goal is to create an easy way for anyone to make their desktop
+ consistently match their moods, wallpapers, laptop colors, etc.
+ .
+ The icons were designed to match the Shiki-Colors GTK+ Themes and their
+ additional artwork.
+ .
+ This package provides the GNOME-Wine (Red) variation of the
+ GNOME-Colors icon theme.
+
+Package: gnome-wise-icon-theme
+Architecture: all
+Depends: gnome-colors-common,
+         ${misc:Depends}
+Suggests: arc-wise,
+          shiki-wise-theme
+Description: green variation of the GNOME-Colors icon theme
+ GNOME-Colors is a set of GNOME icon themes, with some inspiration from
+ Tango, Elementary, Discovery, Tango Generator and others.
+ .
+ Its goal is to create an easy way for anyone to make their desktop
+ consistently match their moods, wallpapers, laptop colors, etc.
+ .
+ The icons were designed to match the Shiki-Colors GTK+ Themes and their
+ additional artwork.
+ .
+ This package provides the GNOME-Wise (Green) variation of the
+ GNOME-Colors icon theme.
--- gnome-colors-5.5.1.orig/debian/gnome-colors-common.prerm
+++ gnome-colors-5.5.1/debian/gnome-colors-common.prerm
@@ -0,0 +1,8 @@
+#!/bin/sh
+set -e
+
+if [ "$1" = "remove" ] || [ "$1" = "upgrade" ] ; then
+	update-alternatives --remove start-here.svg /usr/share/icons/gnome-colors-common/scalable/places/gnome-colors.svg
+fi
+
+#DEBHELPER#
--- gnome-colors-5.5.1.orig/debian/gnome-noble-icon-theme.install
+++ gnome-colors-5.5.1/debian/gnome-noble-icon-theme.install
@@ -0,0 +1 @@
+usr/share/icons/gnome-noble
--- gnome-colors-5.5.1.orig/debian/gnome-colors-common.install
+++ gnome-colors-5.5.1/debian/gnome-colors-common.install
@@ -0,0 +1 @@
+usr/share/icons/gnome-colors-common
--- gnome-colors-5.5.1.orig/debian/compat
+++ gnome-colors-5.5.1/debian/compat
@@ -0,0 +1 @@
+7
--- gnome-colors-5.5.1.orig/debian/changelog
+++ gnome-colors-5.5.1/debian/changelog
@@ -0,0 +1,53 @@
+gnome-colors (5.5.1-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Benjamin Drung <bdrung@ubuntu.com>  Sun, 08 Nov 2009 00:55:56 +0100
+
+gnome-colors (5.5-1) unstable; urgency=low
+
+  * New upstream release.
+  * Allow uploads done by Debian Maintainers.
+  * Bump standards version to 3.8.3.
+
+ -- Benjamin Drung <bdrung@ubuntu.com>  Fri, 25 Sep 2009 21:42:36 +0200
+
+gnome-colors (5.3-1) unstable; urgency=low
+
+  * New upstream release.
+  * debian/rules: Use unbranded install target.
+  * debian/control: Make gnome-colors-common depend on gnome-icon-theme
+    (>= 2.24.0-4); thanks to Fabian Greffrath.
+  * debian/gnome-colors-common.{prerm,postinst}: Register gnome-colors as an
+    alternative for the start-here icon; thanks to Fabian Greffrath for the
+    patch (Closes: #536480).
+  * Add README.Debian which documents how to enable branding again.
+
+ -- Benjamin Drung <bdrung@ubuntu.com>  Tue, 04 Aug 2009 23:29:14 +0200
+
+gnome-colors (5.2.2-1) unstable; urgency=low
+
+  * New upstream release.
+  * Add new gnome-colors-common, gnome-dust-icon-theme,
+    gnome-illustrious-icon-theme packages.
+  * Bump standards version to 3.8.2, no changes needed.
+  * debian/rules:
+    - Use the Makefile to install the icon themes.
+    - Call dh_icons to update the icon caches.
+  * Update watch file to search for gnome-colors-src packages.
+  * Add imagemagick and inkscape to build depends.
+
+ -- Benjamin Drung <bdrung@ubuntu.com>  Tue, 14 Jul 2009 16:32:34 +0200
+
+gnome-colors (3.8.7-1) unstable; urgency=low
+
+  * New upstream release.
+    - Minor fixes to a few icons.
+
+ -- Benjamin Drung <bdrung@ubuntu.com>  Tue, 09 Jun 2009 17:26:54 +0200
+
+gnome-colors (3.8.6-1) unstable; urgency=low
+
+  * Initial release (Closes: #520681)
+
+ -- Benjamin Drung <bdrung@ubuntu.com>  Fri, 05 Jun 2009 01:20:19 +0200
--- gnome-colors-5.5.1.orig/debian/copyright
+++ gnome-colors-5.5.1/debian/copyright
@@ -0,0 +1,45 @@
+Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=54
+Name: GNOME-Colors
+Contact: Victor Castillejo <perfectska04@gmail.com>
+Source: http://code.google.com/p/gnome-colors/
+
+Files: *
+Copyright: 2009, Victor Castillejo <perfectska04@gmail.com>
+           2002-2008, Ulisse Perusin <uli.peru@gmail.com>
+           2002-2008, Riccardo Buzzotta <raozuzu@yahoo.it>
+           2002-2008, Josef Vybíral <cornelius@vybiral.info>
+           2002-2008, Hylke Bons <h.bons@student.rug.nl>
+           2002-2008, Ricardo González <rick@jinlabs.com>
+           2002-2008, Lapo Calamandrei <calamandrei@gmail.com>
+           2002-2008, Rodney Dawes <dobey@novell.com>
+           2002-2008, Luca Ferretti <elle.uca@libero.it>
+           2002-2008, Tuomas Kuosmanen <tigert@gimp.org>
+           2002-2008, Andreas Nilsson <nisses.mail@home.se>
+           2002-2008, Jakub Steiner <jimmac@novell.com>
+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; version 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 Street, 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-2' file.
+ .
+ Most of the icons derived from the Tango Icon Theme which is in the public
+ domain and were relicensed under the GPL for the gnome-colors project.
+ See http://creativecommons.org/licenses/publicdomain/ for details.
+
+Files: debian/*
+Copyright: 2009, Andrew Starr-Bochicchio <a.starr.b@gmail.com> 
+           2009, Benjamin Drung <bdrung@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.
--- gnome-colors-5.5.1.orig/debian/gnome-illustrious-icon-theme.install
+++ gnome-colors-5.5.1/debian/gnome-illustrious-icon-theme.install
@@ -0,0 +1 @@
+usr/share/icons/gnome-illustrious
--- gnome-colors-5.5.1.orig/debian/README.Debian
+++ gnome-colors-5.5.1/debian/README.Debian
@@ -0,0 +1,14 @@
+gnome-colors for Debian
+-----------------------
+
+By default the unbranded gnome-colors is used and therefore the icon for the
+main menu is not changed. To enable the GNOME-Colors branding, run following
+command as root in a terminal:
+
+update-alternatives --set start-here.svg /usr/share/icons/gnome-colors-common/scalable/places/gnome-colors.svg
+
+After changing the main menu icon, you need to regenerate the cache:
+
+update-icon-caches /usr/share/icons/gnome
+
+ -- Benjamin Drung <bdrung@ubuntu.com>  Tue, 04 Aug 2009 23:08:36 +0200
--- gnome-colors-5.5.1.orig/debian/gnome-dust-icon-theme.install
+++ gnome-colors-5.5.1/debian/gnome-dust-icon-theme.install
@@ -0,0 +1 @@
+usr/share/icons/gnome-dust
--- gnome-colors-5.5.1.orig/debian/gnome-wise-icon-theme.install
+++ gnome-colors-5.5.1/debian/gnome-wise-icon-theme.install
@@ -0,0 +1 @@
+usr/share/icons/gnome-wise
--- gnome-colors-5.5.1.orig/debian/gnome-human-icon-theme.install
+++ gnome-colors-5.5.1/debian/gnome-human-icon-theme.install
@@ -0,0 +1 @@
+usr/share/icons/gnome-human
--- gnome-colors-5.5.1.orig/debian/gnome-wine-icon-theme.install
+++ gnome-colors-5.5.1/debian/gnome-wine-icon-theme.install
@@ -0,0 +1 @@
+usr/share/icons/gnome-wine
--- gnome-colors-5.5.1.orig/debian/gnome-brave-icon-theme.install
+++ gnome-colors-5.5.1/debian/gnome-brave-icon-theme.install
@@ -0,0 +1 @@
+usr/share/icons/gnome-brave
