--- elementary-icon-theme-2.7.orig/debian/install +++ elementary-icon-theme-2.7/debian/install @@ -0,0 +1,2 @@ +elementary usr/share/icons +elementary-mono-dark usr/share/icons --- elementary-icon-theme-2.7.orig/debian/compat +++ elementary-icon-theme-2.7/debian/compat @@ -0,0 +1 @@ +7 --- elementary-icon-theme-2.7.orig/debian/rules +++ elementary-icon-theme-2.7/debian/rules @@ -0,0 +1,29 @@ +#!/usr/bin/make -f + +build: build-stamp +build-stamp: + dh build + touch $@ + +install: install-stamp +install-stamp: build + dh install + for d in $$(find $(CURDIR)/debian/elementary-icon-theme/usr/share/icons -mindepth 2 -maxdepth 2 -type d) ; do \ + (cd $$d; for c in *; do /usr/lib/icon-naming-utils/icon-name-mapping -c $$c; done); \ + done + # Make lintian happy by not installing extra copyright files. + find . -name "COPYING" -delete + touch $@ + +binary: binary-arch binary-indep +binary-arch: install + dh $@ + +binary-indep: install + dh $@ + +clean: + dh $@ + +PHONY: binary-arch binary-indep clean binary build install + --- elementary-icon-theme-2.7.orig/debian/control +++ elementary-icon-theme-2.7/debian/control @@ -0,0 +1,21 @@ +Source: elementary-icon-theme +Section: gnome +Priority: optional +Maintainer: Ubuntu Artwork Team +Build-Depends: debhelper (>= 7), + icon-naming-utils +Standards-Version: 3.8.4 +Homepage: http://www.elementary-project.com/ +Vcs-Bzr: https://code.launchpad.net/~ubuntu-art-pkg/elementaryicons/ubuntu +Vcs-Browser: http://bazaar.launchpad.net/~ubuntu-art-pkg/elementaryicons/ubuntu/files + +Package: elementary-icon-theme +Architecture: all +Depends: ${misc:Depends}, + gnome-icon-theme, + hicolor-icon-theme +Description: simple and appealing Tango-styled icon theme + The official elementary icons are designed to be simple and appealing. + . + These icons are the inspiration behind Ubuntu's default Humanity icon + theme. --- elementary-icon-theme-2.7.orig/debian/copyright +++ elementary-icon-theme-2.7/debian/copyright @@ -0,0 +1,33 @@ +Format-Specification: http://dep.debian.net/deps/dep5/ +Name: elementary Icon Theme +Source: https://launchpad.net/elementaryicons +Maintainer: Daniel Fore + +Files: * +Copyright: 2009, Daniel Fore + 2009, Jonian Guveli + 2009, K.Vishnoo Charan Reddy + 2009, Sebastian Porta + 2009, Oliver Scholtz + 2009, Dennis Fisher +License: GPL-2 + 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 2 of the License. + . + 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 with + the Debian GNU/Linux distribution in file /usr/share/common-licenses/GPL-2; + if not, write to the Free Software Foundation, Inc., 51 Franklin St, + Fifth Floor, Boston, MA 02110-1301, USA. + +Files: debian/* +Copyright: 2009, Daniel Fore + 2009, Andrew Starr-Bochicchio +License: GPL-2 + On Debian/Ubuntu systems, the complete text of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL-2'. --- elementary-icon-theme-2.7.orig/debian/changelog +++ elementary-icon-theme-2.7/debian/changelog @@ -0,0 +1,28 @@ +elementary-icon-theme (2.7-0ubuntu1) natty; urgency=low + + * New upstream release (LP: #731658) + * debian/watch: + - Fix location of the tarballs. + + -- Julien Lavergne Wed, 09 Mar 2011 21:52:37 +0100 + +elementary-icon-theme (2.6-0ubuntu1) natty; urgency=low + + * New upstream release. + * debian/install: + - Update with the new location of the icons. + + -- Julien Lavergne Wed, 08 Dec 2010 00:16:31 +0100 + +elementary-icon-theme (2.4-0ubuntu1) maverick; urgency=low + + * New upstream release (LP: #588947) + - Fix system-shutdown-panel on lxpanel (LP: #527345) + + -- Julien Lavergne Fri, 04 Jun 2010 13:50:12 +0200 + +elementary-icon-theme (2.3-0ubuntu1) lucid; urgency=low + + * Initial release (LP: #517879). + + -- Andrew Starr-Bochicchio Fri, 05 Feb 2010 19:43:38 -0500 --- elementary-icon-theme-2.7.orig/debian/watch +++ elementary-icon-theme-2.7/debian/watch @@ -0,0 +1,2 @@ +version=3 +https://launchpad.net/elementaryicons/+download http://launchpad.net/elementaryicons/.*/elementary-icon-theme-(.+)\.tar.gz