debian/0000755000000000000000000000000012177243550007174 5ustar debian/rules0000755000000000000000000000064312177240675010264 0ustar #!/usr/bin/make -f CFLAGS:=$(shell dpkg-buildflags --get CFLAGS) CPPFLAGS:=$(shell dpkg-buildflags --get CPPFLAGS) CXXFLAGS:=$(shell dpkg-buildflags --get CXXFLAGS) LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS) export CFLAGS export CPPFLAGS export CXXFLAGS export LDFLAGS %: dh $@ --parallel override_dh_auto_build: scons dh_auto_build override_dh_auto_clean: scons -c rm -f .sconsign.dblite dh_auto_clean debian/patches/0000755000000000000000000000000012177243251010621 5ustar debian/patches/series0000644000000000000000000000011712177243251012035 0ustar # exported from git by git-debcherry 0001-SConstruct-s-LDFLAGS-LINKFLAGS.patch debian/patches/0001-SConstruct-s-LDFLAGS-LINKFLAGS.patch0000644000000000000000000000170012177243251017147 0ustar From 70634ccae0103693000e2a265ed6527bc70c71c6 Mon Sep 17 00:00:00 2001 From: David Bremner Date: Sat, 3 Aug 2013 14:34:52 -0300 Subject: [PATCH] SConstruct: s/LDFLAGS/LINKFLAGS/ It turns out that scons uses its own name for this. Because they can, I guess. Propagating LDFLAGS is needed for hardening flags on Debian, and in any case the current code does not make too much sense, since LDFLAGS is ignored. --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SConstruct b/SConstruct index bebc82e..eea78c6 100644 --- a/SConstruct +++ b/SConstruct @@ -44,7 +44,7 @@ env = Environment( env.Append(CPPFLAGS = os.environ.get('CPPFLAGS', ''), CFLAGS = os.environ.get('CFLAGS', ''), CXXFLAGS = os.environ.get('CXXFLAGS', ''), - LDFLAGS = os.environ.get('LDFLAGS', '')) + LINKFLAGS = os.environ.get('LDFLAGS', '')) env.Append(CCFLAGS = '-Wall -Werror') -- 1.8.3.2 debian/changelog0000644000000000000000000000025612177240675011056 0ustar xsettingsd (0.0.20121210+72+g474f18a-1) unstable; urgency=low * Initial release (Closes: #684884) -- David Bremner Sat, 03 Aug 2013 10:05:51 -0300 debian/docs0000644000000000000000000000000712177240675010051 0ustar README debian/compute-version.sh0000644000000000000000000000043012177240675012671 0ustar #!/bin/sh UPSTREAM_BRANCH=upstream FAKE_EPOCH=0.0 DATE=$(git log --date=short -1 --pretty=format:%cd ${UPSTREAM_BRANCH} | tr -d -- -) COUNT=$(git rev-list ${UPSTREAM_BRANCH} | wc -l) HASH=$(git rev-parse --short ${UPSTREAM_BRANCH}) echo ${FAKE_EPOCH}.${DATE}+${COUNT}+g${HASH} debian/xsettingsd.install0000644000000000000000000000017612177240675012771 0ustar dump_xsettings /usr/bin dump_xsettings.1 /usr/share/man/man1 xsettingsd /usr/bin xsettingsd.1 /usr/share/man/man1 debian/xsettingsd.dirs0000644000000000000000000000003512177240675012256 0ustar /usr/bin /usr/share/man/man1 debian/control0000644000000000000000000000163212177240675010606 0ustar Source: xsettingsd Section: x11 Priority: optional Maintainer: David Bremner Build-Depends: debhelper (>= 7.0.50~), libx11-dev, scons, pkg-config Standards-Version: 3.9.4 Homepage: http://code.google.com/p/xsettingsd/ Vcs-Git: git://anonscm.debian.org/git/collab-maint/xsettingsd Vcs-Browser: http://anonscm.debian.org/gitweb/?p=xsettingsd/xsettingsd.git;a=summary Package: xsettingsd Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} Description: Provides settings to X11 applications xsettingsd is a daemon that implements the XSETTINGS specification. It is intended to be small, fast, and minimally dependent on other libraries. It can serve as an alternative to gnome-settings-daemon for users who are not using the GNOME desktop environment but who still run GTK+ applications and want to configure things such as themes, font antialiasing/hinting, and UI sound effects. debian/compat0000644000000000000000000000000212177240675010377 0ustar 7 debian/copyright0000644000000000000000000000343712177240675011143 0ustar This package was debianized by Daniel Erat on Sun, 13 Sep 2009 16:54:19 -0700. It was downloaded from http://code.google.com/p/xsettingsd/ Upstream Author: Daniel Erat This software is copyright (c) 2009-2012 by Daniel Erat. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of Daniel Erat nor the names of this software's other contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Packaging is copyright 2009-2013 Daniel Erat and David Bremner License is the same as upstream source. debian/source/0000755000000000000000000000000012177240675010501 5ustar debian/source/format0000644000000000000000000000001412177240675011707 0ustar 3.0 (quilt)