debian/0000775000000000000000000000000012262455756007206 5ustar debian/rules0000775000000000000000000000533112262455713010261 0ustar #!/usr/bin/make -f # -*- makefile -*- # Sample debian/rules that uses debhelper. # This file was originally written by Joey Hess and Craig Small. # As a special exception, when this file is copied by dh-make into a # dh-make output file, you may use that output file without restriction. # This special exception was added by Craig Small in version 0.37 of dh-make. DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) ifneq ($(DEB_HOST_GNU_TYPE),$(DEB_BUILD_GNU_TYPE)) CROSS= --build $(DEB_BUILD_GNU_TYPE) --host $(DEB_HOST_GNU_TYPE) else CROSS= --build $(DEB_BUILD_GNU_TYPE) endif CFLAGS = -Wall -g ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) CFLAGS += -O0 else CFLAGS += -O2 endif # shared library versions, option 1 version=1.0.0 major=1 configure: configure-stamp configure-stamp: dh_testdir dh_autoreconf CFLAGS="$(CFLAGS)" ./configure $(CROSS) --prefix=/usr \ --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --enable-gtk-doc touch configure-stamp build: build-arch build-indep build-arch: build-stamp build-indep: build-stamp build-stamp: configure-stamp dh_testdir $(MAKE) LIBS=-lX11 touch build-stamp clean: dh_testdir dh_testroot rm -f build-stamp [ ! -f Makefile ] || $(MAKE) distclean $(RM) doc/html/* doc/libXsettings-client-decl-list.txt $(RM) doc/libXsettings-client-decl.txt doc/libXsettings-client-undocumented.txt $(RM) doc/tmpl/xsettings-common.sgml doc/xml/* doc/libXsettings-client-undeclared.txt $(RM) doc/tmpl/xsettings-client.sgml doc/tmpl/config.sgml dh_autoreconf_clean dh_clean # clean upstream debian/ files $(RM) debian/libxsettings-client0.postrm debian/libxsettings-client-dev.files $(RM) debian/substvars debian/libxsettings-client0.files debian/libxsettings-client0.postinst install: build dh_testdir dh_testroot dh_prep dh_installdirs $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp install -d debian/tmp/usr/share/doc/libxsettings-client-doc/ ln -s -T /usr/share/gtk-doc/html/libXsettings-client/ debian/tmp/usr/share/doc/libxsettings-client-doc/html # Build architecture-independent files here. binary-indep: build install dh_testdir dh_testroot dh_install dh_installdocs dh_installchangelogs ChangeLog dh_link dh_compress dh_fixperms dh_installdeb # Build architecture-dependent files here. binary-arch: build install dh_testdir dh_testroot dh_install dh_installdocs dh_installman dh_installchangelogs ChangeLog dh_link dh_strip --dbg-package=libxsettings-client0-dbg dh_compress dh_fixperms dh_makeshlibs dh_installdeb dh_shlibdeps dh_gencontrol dh_md5sums dh_builddeb binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install debian/watch0000664000000000000000000000037311546412701010225 0ustar #format version=3 opts=uversionmangle=s/\.(tar.*|tgz|zip|gz|bz2)$//i,dversionmangle=s/[-.+~]?(cvs|svn|git|snapshot|pre|hg)(.*)$//i,pasv \ http://gpe.linuxtogo.org/download/source/ (?:.*/)?libxsettings-client-?_?([\d+\.]+|\d+)\.(tar.*|tgz|zip|gz|bz2|) debian/changelog0000664000000000000000000000377212262455752011065 0ustar libxsettings-client (0.17-6ubuntu1) trusty; urgency=medium * Use dh-autoreconf instead of autotools-dev to also fix FTBFS on ppc64el by getting new libtool macros (still updates config.{sub,guess}). -- Logan Rosen Mon, 06 Jan 2014 02:31:33 -0500 libxsettings-client (0.17-6) unstable; urgency=low * Migrate to source format 3.0 (quilt) for .tar.bz2 support. * Add vcs metadata for pkg-gpe. * reinstate build-twice support. * Fix build-indep for potential release goal. (lintian) -- Neil Williams Sun, 06 Nov 2011 12:06:37 +0000 libxsettings-client (0.17-5) unstable; urgency=low * Migrate to new doc-base sections * Add the copyright year (lintian warning) -- Neil Williams Thu, 13 Mar 2008 10:35:02 +0000 libxsettings-client (0.17-4) unstable; urgency=low * Change dbg package to Priority extra * Update the standards version (no changes) * Enforce linkage against -lX11 * Expand watch file for better accuracy -- Neil Williams Wed, 16 Jan 2008 18:39:24 +0000 libxsettings-client (0.17-3) unstable; urgency=low * fix make distclean operation * fix cross build support * Add Debian GPE team to uploaders * migrate homepage to control field -- Neil Williams Mon, 26 Nov 2007 19:27:08 +0000 libxsettings-client (0.17-2) unstable; urgency=low * Add a dbg package * make the docs available via dwww -- Neil Williams Tue, 24 Apr 2007 11:25:00 +0100 libxsettings-client (0.17-1) unstable; urgency=low * Initial release. (Closes: #404307: ITP: libxsettings-client -- utility functions for the Xsettings protocol (GPE) - Debian Bug report logs) * Include the gtk-doc documentation. (LGPL licence). -- Neil Williams Sat, 23 Dec 2006 19:16:12 +0000 libxsettings-client (0.15-1) unstable; urgency=low * Initial packaging. Unreleased. -- Florian Boor Fri, 21 Oct 2005 16:38:00 +0200 debian/compat0000664000000000000000000000000211655473072010400 0ustar 7 debian/libxsettings-client-doc.install0000664000000000000000000000015611655467064015336 0ustar debian/tmp/usr/share/gtk-doc/html/libXsettings-client/* debian/tmp/usr/share/doc/libxsettings-client-doc/html debian/copyright0000664000000000000000000000474011546412701011131 0ustar This package was debianized by Philippe De Swert on Fri, 14 Apr 2006 17:54:03 +0300. It was downloaded from http://gpe.linuxtogo.org/download/source/ Copyright Holders: Philip Blundell Matthew Allum Florian Boor Owen Taylor Copyright: (c) 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 Documentation is released under the Lesser General Public Licence: This package is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser 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 Lesser General Public License for more details. You should have received a copy of the GNU Lesser 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 The Debian packaging is (C) 2006, Philippe De Swert and is licensed under the GPL. On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL'. debian/source/0000775000000000000000000000000011655501274010476 5ustar debian/source/format0000664000000000000000000000001411546412701011677 0ustar 3.0 (quilt) debian/libxsettings-client-doc.doc-base0000664000000000000000000000122111546412701015322 0ustar Document: libxsettings-client Title: libxsettings-client Reference Manual Author: Florian Boor Abstract: libxsettings-client Reference Manual Documents functions for applications using xsettings for configuration settings storage. . This library is used by several applications in the GPE Palmtop Environment to store configuration settings (gpe-calendar, gpe-conf) and by other systems like matchbox-desktop and GTK+. Current versions include the functions of (the now obsolete) libxsettings too. Section: Programming/C Format: HTML Index: /usr/share/doc/libxsettings-client-doc/html/index.html Files: /usr/share/doc/libxsettings-client-doc/html/* debian/libxsettings-client-dev.install0000664000000000000000000000017311655467052015343 0ustar debian/tmp/usr/lib/*.so debian/tmp/usr/lib/*.a debian/tmp/usr/include/xsettings-client.h debian/tmp/usr/lib/pkgconfig/*.pc debian/libxsettings-client0.install0000664000000000000000000000004711655467566014661 0ustar debian/tmp/usr/lib/lib*.so.* usr/lib/ debian/control0000664000000000000000000000545612262455754010621 0ustar Source: libxsettings-client Section: libs Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Neil Williams Uploaders: Debian GPE team , Moray Allan , Phil Blundell , Philippe De Swert Build-Depends: dh-autoreconf, debhelper (>= 7), libgtk2.0-dev, libx11-dev, gtk-doc-tools Standards-Version: 3.9.2 Homepage: http://standards.freedesktop.org/xsettings-spec/0.5/ Vcs-SVN: svn://svn.debian.org/pkg-gpe/trunk/libxsettings-client/trunk/ Vcs-Browser: http://svn.debian.org/viewsvn/pkg-gpe/trunk/libxsettings-client/trunk/ Package: libxsettings-client0 Section: libs Priority: optional Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: utility functions for the Xsettings protocol (GPE) This library is used for applications making use of the Xsettings configuration setting propagation protocol. Controls setting of 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-client-dev Section: libdevel Priority: optional Architecture: any Depends: libxsettings-client0 (= ${binary:Version}), libx11-dev, ${misc:Depends} Description: utility functions for the Xsettings protocol (Development files) This package contains headers and other files required to compile software using the GPE scheduling library to use the Xsettings configuration setting propagation protocol. Controls setting of 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-client0-dbg Section: debug Priority: extra Architecture: any Depends: libxsettings-client0 (= ${binary:Version}), ${misc:Depends} Description: utility functions for the Xsettings protocol (Debug symbols) This package contains debug symbols useful when debugging applications using the GPE scheduling library to use the Xsettings configuration setting propagation protocol. Controls setting of 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-client-doc Section: doc Priority: optional Architecture: all Depends: ${misc:Depends} Recommends: dwww, devhelp Description: utility functions for the Xsettings protocol (Documentation) Documentation for the Xsettings protocol that controls setting of double click timeout, drag-and-drop threshold, and default foreground and background colors for all applications running within a desktop.