--- gtk2-engines-mythbuntu-0.3.orig/debian/install +++ gtk2-engines-mythbuntu-0.3/debian/install @@ -0,0 +1 @@ +gtk-2.0 /usr/share/themes/Mythbuntu --- gtk2-engines-mythbuntu-0.3.orig/debian/changelog +++ gtk2-engines-mythbuntu-0.3/debian/changelog @@ -0,0 +1,15 @@ +gtk2-engines-mythbuntu (0.3-0ubuntu1) gutsy; urgency=low + + * Updated AUTHORS + * Updated debian/control for depends + * Version update for new release + * Entire theme rework for new base theme/engine of Clearlooks + * Added correct email info + + -- Nick Fox Tue, 04 Sep 2007 14:38:33 -0500 + +gtk2-engines-mythbuntu (0.2-0ubuntu1) gutsy; urgency=low + + * Initial release. + + -- Mario Limonciello Mon, 25 June 2007 00:41:23 -0500 --- gtk2-engines-mythbuntu-0.3.orig/debian/rules +++ gtk2-engines-mythbuntu-0.3/debian/rules @@ -0,0 +1,16 @@ +#!/usr/bin/make -f +include /usr/share/cdbs/1/rules/debhelper.mk + +DEB_MAKE_INSTALL_TARGET := install DESTDIR="$(DEB_DESTDIR)" + +BZR_REVISION+=14 +BZR_BRANCH+=http://bazaar.launchpad.net/~mythbuntu/mythbuntu/$(DEB_SOURCE_PACKAGE) +TARFILE+=$(DEB_SOURCE_PACKAGE)_$(DEB_UPSTREAM_VERSION).orig.tar.gz + +get-orig-source:: + bzr export -r $(BZR_REVISION) $(DEB_SOURCE_PACKAGE) $(BZR_BRANCH) + tar czf $(CURDIR)/../$(TARFILE) $(DEB_SOURCE_PACKAGE) --exclude debian + rm -rf $(CURDIR)/$(DEB_SOURCE_PACKAGE) + +../$(TARFILE):: get-orig-source + --- gtk2-engines-mythbuntu-0.3.orig/debian/control +++ gtk2-engines-mythbuntu-0.3/debian/control @@ -0,0 +1,16 @@ +Source: gtk2-engines-mythbuntu +Priority: optional +Section: misc +Maintainer: Mario Limonciello +Standards-Version: 3.7.2 +Build-Depends: debhelper (>= 5.0), cdbs + +Package: gtk2-engines-mythbuntu +Architecture: all +Depends: ${shlibs:Depends},gtk2-engines +Description: Mythbuntu GTK+ 2.x Theme + This is the default theme used for a Mythbuntu installation. Most + Mythbuntu installations will only see it during the install process + or when running the control centre. + . + It is based upon the Clearlooks Engine with modified colors schema. --- gtk2-engines-mythbuntu-0.3.orig/debian/docs +++ gtk2-engines-mythbuntu-0.3/debian/docs @@ -0,0 +1 @@ +AUTHORS --- gtk2-engines-mythbuntu-0.3.orig/debian/compat +++ gtk2-engines-mythbuntu-0.3/debian/compat @@ -0,0 +1 @@ +5 --- gtk2-engines-mythbuntu-0.3.orig/debian/copyright +++ gtk2-engines-mythbuntu-0.3/debian/copyright @@ -0,0 +1,32 @@ +This package was debianized by Mario Limonciello on +Thur, 07 June 2007 00:41:23 -0500 + +Author & Copyright: + © 2007 Nick Fox + +Sources: + * This theme was obtained from the bzr branch: + http://bazaar.launchpad.net/~mythbuntu/mythbuntu/gtk2-engines-mythbuntu + + * The GTK 2.0 code is based on the Clearlooks theme with a modified color + schema. All engine code and theme code belongs to Clearlooks. + +License: + The Mythbuntu GTK2 theme, as well as theme its based upon, Clearlooks are both + covered under the GPL. + + This theme 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 theme 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. + +On Debian & Ubuntu systems, a complete copy of the GPL can be found under +/usr/share/common-licenses/GPL-2 + +The Debian packaging is © 2007, Mario Limonciello and is +also licensed under the GPLv2.