--- suede-0.2.5.orig/debian/compat +++ suede-0.2.5/debian/compat @@ -0,0 +1 @@ +4 --- suede-0.2.5.orig/debian/docs +++ suede-0.2.5/debian/docs @@ -0,0 +1 @@ +README --- suede-0.2.5.orig/debian/copyright +++ suede-0.2.5/debian/copyright @@ -0,0 +1,28 @@ +This package was debianized by Otavio Salvador on +Mon, 25 Apr 2005 22:10:42 -0300. + +It was downloaded from http://www.gnome-look.org/content/show.php?content=13430 + +Copyright Holders: Ramanan V (krosstok) , + Justin S (defendguin) + +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; either version 2 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., 59 Temple Place - Suite 330, Boston, MA + 02111-1307, USA. + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. + --- suede-0.2.5.orig/debian/control +++ suede-0.2.5/debian/control @@ -0,0 +1,13 @@ +Source: suede +Section: gnome +Priority: optional +Maintainer: Otavio Salvador +Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 4.1.0) +Standards-Version: 3.6.1 + +Package: gnome-icon-theme-suede +Architecture: all +Depends: libgtk2.0-0 +Description: Suede icon theme for GTK+ 2.x + This GTK+ theme provides a scalable group of icons to be used by GTK+ + 2.x applications like GNOME 2. --- suede-0.2.5.orig/debian/control.in +++ suede-0.2.5/debian/control.in @@ -0,0 +1,13 @@ +Source: suede +Section: gnome +Priority: optional +Maintainer: Otavio Salvador +Build-Depends: @cdbs@ +Standards-Version: 3.6.1 + +Package: gnome-icon-theme-suede +Architecture: all +Depends: libgtk2.0-0 +Description: Suede icon theme for GTK+ 2.x + This GTK+ theme provides a scalable group of icons to be used by GTK+ + 2.x applications like GNOME 2. --- suede-0.2.5.orig/debian/dirs +++ suede-0.2.5/debian/dirs @@ -0,0 +1 @@ +usr/share/icons/Suede --- suede-0.2.5.orig/debian/rules +++ suede-0.2.5/debian/rules @@ -0,0 +1,8 @@ +#!/usr/bin/make -f + +DEB_AUTO_UPDATE_DEBIAN_CONTROL := yes + +include /usr/share/cdbs/1/rules/debhelper.mk + +install/gnome-icon-theme-suede:: + cp -r scalable index.theme debian/gnome-icon-theme-suede/usr/share/icons/Suede/ --- suede-0.2.5.orig/debian/changelog +++ suede-0.2.5/debian/changelog @@ -0,0 +1,6 @@ +suede (0.2.5-1) unstable; urgency=low + + * Initial Release. + + -- Otavio Salvador Mon, 25 Apr 2005 22:10:42 -0300 +