--- gnome-extra-icons-1.1.orig/debian/dirs
+++ gnome-extra-icons-1.1/debian/dirs
@@ -0,0 +1,2 @@
+usr/share/pixmaps/large
+usr/share/pixmaps/other
--- gnome-extra-icons-1.1.orig/debian/compat
+++ gnome-extra-icons-1.1/debian/compat
@@ -0,0 +1 @@
+5
--- gnome-extra-icons-1.1.orig/debian/rules
+++ gnome-extra-icons-1.1/debian/rules
@@ -0,0 +1,11 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+
+DEB_INSTALL_CHANGELOGS_ALL := changelog
+
+cleanbuilddir/gnome-extra-icons::
+	rm -f *.cdbs-config_list  || true
+binary-install/gnome-extra-icons::
+	tar xvzf large_all.tar.gz -C $(CURDIR)/debian/gnome-extra-icons/usr/share/pixmaps/large
+	tar xvzf other_all.tar.gz -C $(CURDIR)/debian/gnome-extra-icons/usr/share/pixmaps/other
--- gnome-extra-icons-1.1.orig/debian/source.lintian-overrides
+++ gnome-extra-icons-1.1/debian/source.lintian-overrides
@@ -0,0 +1,2 @@
+# icons come from different sources, no tarball+version available
+gnome-extra-icons source: debian-watch-file-is-missing
--- gnome-extra-icons-1.1.orig/debian/README.Debian
+++ gnome-extra-icons-1.1/debian/README.Debian
@@ -0,0 +1,11 @@
+gnome-extra-icons for Debian
+----------------------------
+
+This package includes a lot of icons that can be used by GNOME Desktop, as well
+by other desktop enviromnents. These icons were collected by Marcus Crafter
+from the old address http://art.gnome.org/icons.php in 2002.
+
+If you find any other icons you think should be included, please let me
+know.
+
+ -- Tiago Bortoletto Vaz <tiago@debian-ba.org>, Wed, 21 Aug 2006 11:51:34 -0400
--- gnome-extra-icons-1.1.orig/debian/changelog
+++ gnome-extra-icons-1.1/debian/changelog
@@ -0,0 +1,35 @@
+gnome-extra-icons (1.1-2) unstable; urgency=low
+
+  * debian/control:
+    + add a better description in control file. Thanks to Javier
+      Fernández-Sanguino Peña (Closes: #209524).
+    + add Dm-Upload-Allowed field
+  * fix minor lintian warnings.
+  * override lintian warning regarding watch file.
+
+ -- Tiago Bortoletto Vaz <tiago@debian-ba.org>  Mon, 09 Mar 2009 15:51:02 -0400
+
+gnome-extra-icons (1.1-1) unstable; urgency=low
+
+  * Removed gnome people icons (gnome-people_all.tar.gz)
+  * Put this package only for Debian, it is in fact a package built for Debian
+  * debian/control
+    + policy version updated
+    + maintainer changed
+  * debian/rules
+    + now using CDBS
+    + removed command to install gnome-people_all.tar.gz
+  * debian/README.Debian
+    + fixed some old issues
+  * debian/copyright
+    + added new FSF address
+    + fixed minor lintian warnings
+
+ -- Tiago Bortoletto Vaz <tiago@debian-ba.org>  Wed, 30 Aug 2006 07:40:40 -0400
+
+gnome-extra-icons (1.0-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Marcus Crafter <crafterm@debian.org>  Wed, 23 Oct 2002 14:28:35 +0200
+
--- gnome-extra-icons-1.1.orig/debian/copyright
+++ gnome-extra-icons-1.1/debian/copyright
@@ -0,0 +1,34 @@
+This package was debianized by Tiago Bortoletto Vaz <tiago@debian-ba.org on
+Wed, 21 Aug 2006 11:57:54 -0400.
+
+It was downloaded from http://art.gnome.org/icons.php
+
+Upstream Authors:
+
+(from art.gnome.org/icons.php)
+
+Most of the icons of this section were done by Tuomas "tigert" Kuosmanen
+and Jakub "jimmac" Steiner. Some icons were done by Garrett LeSage, Ed
+Halley, and Roman "star" Beigelbeck.
+
+Copyright (C) 2009: Tuomas "tigert" Kuosmanen, Jakub "jimmac" Steiner, Garrett
+LeSage, Ed Halley, Roman "star" Beigelbeck.
+
+License:
+
+   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
+   02110-1301, USA.
+
+On Debian GNU/Linux systems, the complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL-2'.
--- gnome-extra-icons-1.1.orig/debian/control
+++ gnome-extra-icons-1.1/debian/control
@@ -0,0 +1,16 @@
+Source: gnome-extra-icons
+Section: x11
+Priority: extra
+Maintainer: Tiago Bortoletto Vaz <tiago@debian-ba.org>
+Build-Depends: debhelper (>= 5.0.37.2), cdbs (>= 0.4.4)
+Standards-Version: 3.8.0
+Dm-Upload-Allowed: yes
+
+Package: gnome-extra-icons
+Depends: ${misc:Depends}
+Architecture: all
+Description: Optional GNOME icons
+ Optional GNOME icons from http://art.gnome.org/. This package just install a
+ lot of nice icons in /usr/share/pixmaps. Most of them are png files that give
+ you more options to customize your desktop. Also, they can be used in any
+ desktop which supports icons, not only GNOME.
