debian/0000755000000000000000000000000012207253067007172 5ustar debian/changelog0000644000000000000000000000023612207253067011045 0ustar gtk-theme-config (1.0-1) unstable; urgency=low * Initial release (Closes: #717888) -- Micah Gersten Tue, 27 Aug 2013 20:45:11 -0500 debian/copyright0000644000000000000000000000144712207253067011133 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: gtk-theme-config Source: https://github.com/satya164/gtk-theme-config Files: * Copyright: Copyright (C) 2011 Satyajit Sahoo License: GPL-3+ This program 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, either version 3 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 General Public License for more details. . See /usr/share/common-licenses/GPL-3 on your debian system. debian/watch0000644000000000000000000000023112207253067010217 0ustar version=3 opts=filenamemangle=s/.+\/v?(.*)\.tar\.gz/-$1.tar.gz/ \ https://github.com/satya164/gtk-theme-config/tags .*/v?(\d[\d\.]+)\.tar\.gz debian/patches/0000755000000000000000000000000012207256627010626 5ustar debian/patches/include-system-flags.patch0000644000000000000000000000105712207253067015704 0ustar Description: Use VALAFLAGS Pass VALAFLAGS to the compiler. Author: Micah Gersten --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: gtk-theme-config-1.0/Makefile =================================================================== --- gtk-theme-config-1.0.orig/Makefile +++ gtk-theme-config-1.0/Makefile @@ -14,7 +14,7 @@ all: $(BINARY) $(BINARY): $(SOURCE) - $(CC) $(CFLAGS) $(LDFLAGS) $(SOURCE) -o $(BINARY) + $(CC) $(VALAFLAGS) $(CFLAGS) $(LDFLAGS) $(SOURCE) -o $(BINARY) clean: $(CLEAN) $(BINARY) debian/patches/series0000644000000000000000000000003312207253067012032 0ustar include-system-flags.patch debian/compat0000644000000000000000000000000212207253067010370 0ustar 9 debian/control0000644000000000000000000000162512207253067010601 0ustar Source: gtk-theme-config Section: gnome Priority: optional Maintainer: Xubuntu Developers Uploaders: Micah Gersten , Simon Steinbeiß , Lionel Le Folgoc Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.16.1.1~), libglib2.0-dev, libgtk-3-dev (>= 3.4.2), valac (>= 0.16.1) Standards-Version: 3.9.4 Homepage: https://github.com/satya164/gtk-theme-config Vcs-Bzr: lp:~gtk-theme-config-maintainers/gtk-theme-config/debian Vcs-Browser: http://bazaar.launchpad.net/~gtk-theme-config-maintainers/gtk-theme-config/debian/files Package: gtk-theme-config Architecture: any Depends: gconf2, gsettings-desktop-schemas, ${misc:Depends}, ${shlibs:Depends} Recommends: xfconf Description: simple interface to change GTK+ themes Change some basic elements of a GTK+ theme easily (both GTK2 and GTK3) with a simple interface. debian/rules0000755000000000000000000000040712207253067010253 0ustar #!/usr/bin/make -f export DEB_BUILD_MAINT_OPTIONS = hardening=+all export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed VALAFLAGS:=$(foreach w,$(CPPFLAGS) $(CFLAGS) $(LDFLAGS),-X $(w)) %: dh $@ override_dh_auto_build: dh_auto_build -- VALAFLAGS='$(VALAFLAGS)' debian/docs0000644000000000000000000000001212207253067010036 0ustar README.md debian/source/0000755000000000000000000000000012207253067010472 5ustar debian/source/format0000644000000000000000000000001412207253067011700 0ustar 3.0 (quilt)