--- thewidgetfactory-0.2.1.orig/debian/changelog +++ thewidgetfactory-0.2.1/debian/changelog @@ -0,0 +1,47 @@ +thewidgetfactory (0.2.1-2.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix "ftbfs with GCC-5": patch src/themes.c to + #include . + (Closes: #778145) + * Fix "run dh-autoreconf to update for new architectures": + update debian/{rules,control}. + (Closes: #765023) + + -- gregor herrmann Thu, 23 Jul 2015 21:31:29 +0200 + +thewidgetfactory (0.2.1-2) unstable; urgency=low + + * Fix URL in copyright + * Bump standards + * Add watch file + + -- Ross Burton Tue, 1 May 2007 11:17:19 +0100 + +thewidgetfactory (0.2.1-1) unstable; urgency=low + + * New upstream release + - Fixes implicit pointer conversion (closes: #359789) + - Standalone tarball, remove automake1.9 build-dep. + + -- Ross Burton Wed, 29 Mar 2006 10:53:23 +0100 + +thewidgetfactory (0.2-3) unstable; urgency=low + + * Add temporary build-dep on automake 1.9 as install-sh and so on are + symlinks (#358181) + + -- Ross Burton Tue, 28 Mar 2006 09:47:56 +0100 + +thewidgetfactory (0.2-2) unstable; urgency=low + + * Don't build against experimental packages (#357602) + + -- Ross Burton Sun, 19 Mar 2006 12:08:04 +0000 + +thewidgetfactory (0.2-1) unstable; urgency=low + + * Initial packaging. + + -- Ross Burton Thu, 9 Mar 2006 09:33:47 +0000 + --- thewidgetfactory-0.2.1.orig/debian/compat +++ thewidgetfactory-0.2.1/debian/compat @@ -0,0 +1 @@ +4 --- thewidgetfactory-0.2.1.orig/debian/control +++ thewidgetfactory-0.2.1/debian/control @@ -0,0 +1,13 @@ +Source: thewidgetfactory +Section: gnome +Priority: optional +Maintainer: Ross Burton +Build-Depends: debhelper (>= 4.1.0), cdbs, libgtk2.0-dev, dh-autoreconf +Standards-Version: 3.7.2 + +Package: thewidgetfactory +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: a showcase for GTK+ widgets + The Widget Factory is a showcase tool for GTK+ widgets, designed for testing + new themes. --- thewidgetfactory-0.2.1.orig/debian/copyright +++ thewidgetfactory-0.2.1/debian/copyright @@ -0,0 +1,25 @@ +This package was debianized by Ross Burton on Thu, 9 Mar 2006 +09:31:20 +0000 + +It was downloaded from http://www.stellingwerff.com/?page_id=10 + +Upstream Author: Richard Stellingwerff + +Copyright: + + 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 systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. --- thewidgetfactory-0.2.1.orig/debian/rules +++ thewidgetfactory-0.2.1/debian/rules @@ -0,0 +1,5 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/gnome.mk +include /usr/share/cdbs/1/rules/autoreconf.mk --- thewidgetfactory-0.2.1.orig/debian/watch +++ thewidgetfactory-0.2.1/debian/watch @@ -0,0 +1,3 @@ +version=3 + +http://www.stellingwerff.com/?page_id=10 http://www.stellingwerff.com/TheWidgetFactory/thewidgetfactory-(.*).tar.gz --- thewidgetfactory-0.2.1.orig/src/themes.c +++ thewidgetfactory-0.2.1/src/themes.c @@ -7,6 +7,7 @@ #include #include #include +#include #include #include #include