--- libxsettings-0.11.orig/debian/changelog
+++ libxsettings-0.11/debian/changelog
@@ -0,0 +1,23 @@
+libxsettings (0.11-3) unstable; urgency=low
+
+ * Migrate homepage into control field
+ * Update standards version (no changes)
+ * Change dbg package to priority extra
+ * Add Debian GPE team to uploaders
+
+ -- Neil Williams <codehelp@debian.org> Thu, 31 Jan 2008 20:31:46 +0000
+
+libxsettings (0.11-2) unstable; urgency=low
+
+ * Add a dbg package
+ * fix watch file
+
+ -- Neil Williams <codehelp@debian.org> Tue, 24 Apr 2007 10:03:40 +0100
+
+libxsettings (0.11-1) unstable; urgency=low
+
+ * Initial release. (Closes: #404306: ITP: libxsettings -- Xsettings
+ protocol library for GPE - Debian Bug report logs)
+
+ -- Neil Williams <codehelp@debian.org> Sat, 23 Dec 2006 18:43:13 +0000
+
--- libxsettings-0.11.orig/debian/compat
+++ libxsettings-0.11/debian/compat
@@ -0,0 +1 @@
+5
--- libxsettings-0.11.orig/debian/watch
+++ libxsettings-0.11/debian/watch
@@ -0,0 +1,4 @@
+# Compulsory line, this is a version 3 file
+version=3
+
+http://gpe.linuxtogo.org/download/source/libxsettings-([^client].*)\.tar\.gz
--- libxsettings-0.11.orig/debian/dirs
+++ libxsettings-0.11/debian/dirs
@@ -0,0 +1,2 @@
+usr/lib
+usr/share
--- libxsettings-0.11.orig/debian/rules
+++ libxsettings-0.11/debian/rules
@@ -0,0 +1,22 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/makefile.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
+
+clean::
+ rm -f libXsettings.so libXsettings.so.0 libXsettings.so.0.0.0
+
+common-install-arch::
+ cd ../
+ rm libXsettings.so
+ mv libXsettings.so.0 libXsettings.so.0.0.0
+ ln -s ./libXsettings.so.0.0.0 ./libXsettings.so.0
+ ln -s ./libXsettings.so.0.0.0 ./libXsettings.so
+ cd debian/
+ install -m 0644 libXsettings.so.0.0.0 debian/libxsettings0/usr/lib/
+ cp -d libXsettings.so.0 debian/libxsettings0/usr/lib/
+ install -d debian/libxsettings-dev/usr/lib/
+ install -d debian/libxsettings-dev/usr/include/
+ cp -d libXsettings.so debian/libxsettings-dev/usr/lib/
+ install -m 0644 xsettings-common.h debian/libxsettings-dev/usr/include/
--- libxsettings-0.11.orig/debian/control
+++ libxsettings-0.11/debian/control
@@ -0,0 +1,52 @@
+Source: libxsettings
+Section: libs
+Priority: optional
+Maintainer: Neil Williams <codehelp@debian.org>
+Uploaders: Debian GPE team <pkg-gpe-maintainers@lists.alioth.debian.org>, Moray Allan <moray@debian.org>,
+ Phil Blundell <pb@debian.org>, Philippe De Swert <philippedeswert@scarlet.be>
+Build-Depends: cdbs, debhelper (>= 5), libx11-dev, dpkg-dev (>= 1.13.19)
+Standards-Version: 3.7.3
+Homepage: http://standards.freedesktop.org/xsettings-spec/0.5/
+
+Package: libxsettings0
+Section: libs
+Priority: optional
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Xsettings protocol library for GPE
+ Provides a mechanism to allow the configuration of settings such as double
+ click timeout, drag-and-drop threshold, and default foreground and
+ background colors for all applications running within a desktop.
+ .
+ Used by the GPE Palmtop Environment.
+
+Package: libxsettings-dev
+Section: libdevel
+Priority: optional
+Architecture: any
+Depends: libxsettings0 (= ${binary:Version})
+Description: Xsettings protocol (development files)
+ Provides a mechanism to allow the configuration of settings such as double
+ click timeout, drag-and-drop threshold, and default foreground and
+ background colors for all applications running within a desktop.
+ .
+ This package contains the development files for building applications
+ using libxsettings.
+ .
+ Used by the GPE Palmtop Environment.
+
+Package: libxsettings0-dbg
+Section: libs
+Priority: extra
+Architecture: any
+Depends: libxsettings0 (= ${binary:Version})
+Description: Xsettings protocol (development files)
+ Provides a mechanism to allow the configuration of settings such as double
+ click timeout, drag-and-drop threshold, and default foreground and
+ background colors for all applications running within a desktop.
+ .
+ This package contains the debug symbols for use with applications
+ using libxsettings.
+ .
+ Used by the GPE Palmtop Environment.
+
--- libxsettings-0.11.orig/debian/copyright
+++ libxsettings-0.11/debian/copyright
@@ -0,0 +1,30 @@
+This package was debianized by Neil Williams <codehelp@debian.org> on
+Thu, 21 Dec 2006 21:27:03 +0000.
+
+It was downloaded from http://gpe.linuxtogo.org/download/source/
+
+Upstream Author: Owen Taylor <otaylor@redhat.com>
+
+Copyright: 2001 Red Hat, Inc.
+
+License:
+
+ Permission to use, copy, modify, distribute, and sell this software and its
+ documentation for any purpose is hereby granted without fee, provided that
+ the above copyright notice appear in all copies and that both that
+ copyright notice and this permission notice appear in supporting
+ documentation, and that the name of Red Hat not be used in advertising or
+ publicity pertaining to distribution of the software without specific,
+ written prior permission. Red Hat makes no representations about the
+ suitability of this software for any purpose. It is provided "as is"
+ without express or implied warranty.
+
+ RED HAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL RED HAT
+ BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
+ OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
+ CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+
+The Debian packaging is (C) 2006, Neil Williams <codehelp@debian.org> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
--- libxsettings-0.11.orig/debian/patches/010-omit-gpe-build.patch
+++ libxsettings-0.11/debian/patches/010-omit-gpe-build.patch
@@ -0,0 +1,12 @@
+diff -Nur libxsettings-0.11/Makefile libxsettings-0.11.new/Makefile
+--- libxsettings-0.11/Makefile 2006-12-23 18:34:20.000000000 +0000
++++ libxsettings-0.11.new/Makefile 2006-12-23 18:36:51.000000000 +0000
+@@ -48,6 +48,6 @@
+ rm -f $(LIBXSETTINGS_SO) libXsettings.so
+ rm -f $(XSETTINGS_OBJS) $(DEPS)
+
+-include $(BUILD)/Makefile.translation
+-include $(BUILD)/Makefile.dpkg_ipkg
++#include $(BUILD)/Makefile.translation
++#include $(BUILD)/Makefile.dpkg_ipkg
+ -include $(DEPS)
--- libxsettings-0.11.orig/debian/libsettings0-dbg.install
+++ libxsettings-0.11/debian/libsettings0-dbg.install
@@ -0,0 +1 @@
+debian/tmp/usr/lib/libxsettings*.so.* ./usr/lib/debug/usr/lib/