debian/0000755000000000000000000000000011637415017007173 5ustar debian/copyright0000644000000000000000000000303111637176706011134 0ustar Format: http://dep.debian.net/deps/dep5/ Upstream-Name: elementary Icon Theme Source: https://launchpad.net/elementaryicons Upstream-Contact: 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'. debian/control0000644000000000000000000000120611637414560010577 0ustar Source: elementary-icon-theme Section: gnome Priority: optional Maintainer: Ubuntu Artwork Team Build-Depends: debhelper (>= 7.0.50~), icon-naming-utils Standards-Version: 3.9.2 Homepage: http://www.elementary-project.com/ Package: elementary-icon-theme Architecture: all Pre-Depends: dpkg (>= 1.15.6) Depends: ${misc:Depends}, gnome-icon-theme-full, 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. debian/compat0000644000000000000000000000000211637172560010374 0ustar 7 debian/watch0000644000000000000000000000020511637172560010224 0ustar version=3 https://launchpad.net/elementaryicons/+download http://launchpad.net/elementaryicons/.*/elementary-icon-theme-(.+)\.tar.gz debian/install0000644000000000000000000000010011637172560010556 0ustar elementary usr/share/icons elementary-mono-dark usr/share/icons debian/source/0000755000000000000000000000000011637414775010505 5ustar debian/source/format0000644000000000000000000000001411637172560011704 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000467411637414714011063 0ustar elementary-icon-theme (2.7.1-0ubuntu6) oneiric; urgency=low * Correctly declare Pre-Depends in binary stanza. -- Andrew Starr-Bochicchio Sat, 24 Sep 2011 13:55:12 -0400 elementary-icon-theme (2.7.1-0ubuntu5) oneiric; urgency=low * Now that LP actually supports it, switch compression method to xz and Pre-Depend on dpkg (>= 1.15.6). * debian/copyright: Update field names to comply with latest DEP-5 spec. * debian/rules: Don't install empty directories and make sure svg files aren't executable. -- Andrew Starr-Bochicchio Fri, 23 Sep 2011 17:47:24 -0400 elementary-icon-theme (2.7.1-0ubuntu4) oneiric; urgency=low * Depend on new gnome-icon-theme-full package (LP: #819525). -- Andrew Starr-Bochicchio Mon, 08 Aug 2011 13:45:53 -0400 elementary-icon-theme (2.7.1-0ubuntu3) oneiric; urgency=low * Revert last upload. While dpkg now supports xz compression, Launchpad itself does not. -- Andrew Starr-Bochicchio Tue, 12 Jul 2011 15:19:06 -0400 elementary-icon-theme (2.7.1-0ubuntu2) oneiric; urgency=low * Switched compression method to xz. -- Sergey "Shnatsel" Davidoff Tue, 12 Jul 2011 10:05:55 -0400 elementary-icon-theme (2.7.1-0ubuntu1) oneiric; urgency=low * Simplify debian/rules. * Convert to source format 3.0 (quilt). * Drop Vcs fields. Maintain directly in lp:ubuntu/elementary-icon-theme * Bump Standards Version to 3.9.2, no changes needed. * New upstream release. -- Andrew Starr-Bochicchio Sun, 26 Jun 2011 13:58:16 -0400 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 debian/rules0000755000000000000000000000111311637177006010252 0ustar #!/usr/bin/make -f %: dh $@ override_dh_auto_install: dh_auto_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 # Delete empty directories find -type d -empty -delete # Make sure svg files aren't executable. find . -type f -executable -iname '*.svg' -exec chmod a-x '{}' ';' override_dh_builddeb: dh_builddeb -- -Zxz