thewidgetfactory (0.2.1-2) debian-dir only changes

Summary

 debian/changelog |   35 +++++++++++++++++++++++++++++++++++
 debian/compat    |    1 +
 debian/control   |   13 +++++++++++++
 debian/copyright |   25 +++++++++++++++++++++++++
 debian/rules     |    4 ++++
 debian/watch     |    3 +++
 6 files changed, 81 insertions(+)

    
download this patch

Patch contents

--- 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 <ross@debian.org>
+Build-Depends: debhelper (>= 4.1.0), cdbs, libgtk2.0-dev
+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/compat
+++ thewidgetfactory-0.2.1/debian/compat
@@ -0,0 +1 @@
+4
--- 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/debian/changelog
+++ thewidgetfactory-0.2.1/debian/changelog
@@ -0,0 +1,35 @@
+thewidgetfactory (0.2.1-2) unstable; urgency=low
+
+  * Fix URL in copyright
+  * Bump standards
+  * Add watch file
+
+ -- Ross Burton <ross@debian.org>  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 <ross@debian.org>  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 <ross@debian.org>  Tue, 28 Mar 2006 09:47:56 +0100
+
+thewidgetfactory (0.2-2) unstable; urgency=low
+
+  * Don't build against experimental packages (#357602)
+
+ -- Ross Burton <ross@debian.org>  Sun, 19 Mar 2006 12:08:04 +0000
+
+thewidgetfactory (0.2-1) unstable; urgency=low
+
+  * Initial packaging.
+
+ -- Ross Burton <ross@debian.org>  Thu,  9 Mar 2006 09:33:47 +0000
+
--- thewidgetfactory-0.2.1.orig/debian/copyright
+++ thewidgetfactory-0.2.1/debian/copyright
@@ -0,0 +1,25 @@
+This package was debianized by Ross Burton <ross@debian.org> on Thu, 9 Mar 2006
+09:31:20 +0000
+
+It was downloaded from http://www.stellingwerff.com/?page_id=10
+
+Upstream Author: Richard Stellingwerff <remenic@gmail.com>
+
+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,4 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/gnome.mk