--- lxappearance-0.4.0.orig/debian/docs +++ lxappearance-0.4.0/debian/docs @@ -0,0 +1,2 @@ +NEWS +README --- lxappearance-0.4.0.orig/debian/compat +++ lxappearance-0.4.0/debian/compat @@ -0,0 +1 @@ +5 --- lxappearance-0.4.0.orig/debian/rules +++ lxappearance-0.4.0/debian/rules @@ -0,0 +1,101 @@ +#!/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. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +#include /usr/share/dpatch/dpatch.make + +# These are used for cross-compiling and for saving the configure script +# from having to guess our platform (since we know it already) +DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) +DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) + + +config.status: configure + dh_testdir + # Add here commands to configure the package. +ifneq "$(wildcard /usr/share/misc/config.sub)" "" + cp -f /usr/share/misc/config.sub config.sub +endif +ifneq "$(wildcard /usr/share/misc/config.guess)" "" + cp -f /usr/share/misc/config.guess config.guess +endif + ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --enable-man --infodir=\$${prefix}/share/info CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs -Wl,--as-needed" + + +build: build-stamp + +build-stamp: config.status + dh_testdir + + # Add here commands to compile the package. + $(MAKE) + #docbook-to-man debian/lxappearance.sgml > lxappearance.1 + + touch $@ + +clean: + dh_testdir + dh_testroot + rm -f build-stamp + + # Add here commands to clean up after the build process. + [ ! -f Makefile ] || $(MAKE) distclean + rm -f config.sub config.guess + rm -f po/*.gmo + + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + # Add here commands to install the package into debian/lxappearance. + $(MAKE) DESTDIR=$(CURDIR)/debian/lxappearance install + + +# Build architecture-independent files here. +binary-indep: build install +# We have nothing to do by default. + +# Build architecture-dependent files here. +binary-arch: build install + dh_testdir + dh_testroot + dh_installchangelogs + dh_installdocs + dh_installexamples +# dh_install +# dh_installmenu +# dh_installdebconf +# dh_installlogrotate +# dh_installemacsen +# dh_installpam +# dh_installmime +# dh_python +# dh_installinit +# dh_installcron +# dh_installinfo + dh_installman + dh_link + dh_strip + dh_compress + dh_fixperms +# dh_perl +# 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 --- lxappearance-0.4.0.orig/debian/control +++ lxappearance-0.4.0/debian/control @@ -0,0 +1,29 @@ +Source: lxappearance +Section: utils +Priority: extra +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Andrew Lee (李健秋) +Build-Depends: debhelper (>= 5), autotools-dev, libgtk2.0-dev (>= 2.6), libglib2.0-dev (>= 2.6), docbook-xsl, docbook-xml, xsltproc, intltool +Standards-Version: 3.8.3 +Homepage: http://lxde.org + +Package: lxappearance +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, gtk2-engines +Description: a new feature-rich GTK+ theme switcher + LXAppearance is a new feature-rich GTK+ theme switcher able to change + GTK+ themes, icon themes, and fonts used by applications. + . + GNOME/KDE/XFce user may use build-in theme, this works for GTK+ + based lightweight desktop Environment. + . + Features: + * Choose GTK+ theme + * Choose icon theme + * Install new icon theme + * Choose their favorite font + * Choose toolbar style + * See changes immediately in preview area + . + LXAppearance is developed from LXDE(the Lightweight X11 Desktop + Environment) project. But it works on other GTK+ based system too. --- lxappearance-0.4.0.orig/debian/dirs +++ lxappearance-0.4.0/debian/dirs @@ -0,0 +1 @@ +usr/bin --- lxappearance-0.4.0.orig/debian/copyright +++ lxappearance-0.4.0/debian/copyright @@ -0,0 +1,37 @@ +This package was debianized by Andrew Lee on +Sun, 20 Apr 2008 12:31:15 +0800. + +It was downloaded from http://lxde.sourceforge.net + +Upstream Author: + + Hong Jen Yee (PCMan) + Ying-Chun Liu (PaulLiu) + +Copyright Holder: + + Copyright (C) 2008 Hong Jen Yee (PCMan) + +License: + + 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; 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 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'. + +The Debian packaging is (C) 2008, Andrew Lee and +is licensed under the GPL, see above. + --- lxappearance-0.4.0.orig/debian/changelog +++ lxappearance-0.4.0/debian/changelog @@ -0,0 +1,68 @@ +lxappearance (0.4.0-1ubuntu1~ppa1) karmic; urgency=low + + * Backport with --as-needed + + -- Julien Lavergne Sat, 16 Jan 2010 16:16:30 +0100 + +lxappearance (0.4.0-1) unstable; urgency=low + + * New upstream release (Closes: #562564, #532847) + - Replace all Glade-generated code with GtkBuilder + - Use icon names defined in newer icon naming spec. + - UI adjustment + - Fix memory leaks and compiler warnings. + - Translation update + + -- Andrew Lee (李健秋) Thu, 07 Jan 2010 00:11:40 +0800 + +lxappearance (0.3.0+svn20091218-1) unstable; urgency=low + + * Sync with upstream for bug fix + - fix category in lxappearance.desktop + - Cursor theme modification is disabled by default since it is buggy + - Translation update + + -- Andrew Lee (李健秋) Fri, 18 Dec 2009 15:35:01 +0800 + +lxappearance (0.3+svn20091101-1) unstable; urgency=low + + * New upstream release (Closes:#559463) + - Support the latest lxsession-Xsettings-daemon + - Cursor size support + * Drop dpatch. (patches merged into upstream) + * Update homepage url + + -- Andrew Lee (李健秋) Sat, 05 Dec 2009 12:33:48 +0800 + +lxappearance (0.2.1-2) unstable; urgency=low + + * Applied 01_fix_infinite_loop.dpatch (Closes:#541666) + * debian/control: + - Build-depends on intltool, dpatch + * debian/rules: + - autoreconf -fiv + + -- Andrew Lee (李健秋) Sat, 15 Aug 2009 21:38:26 +0800 + +lxappearance (0.2.1-1) unstable; urgency=low + + * New upstream release + - Use Docbook-XML instead of SGML for manpages + - Enable regeneration of man pages via "configure --enable-man" + - Compilation error fix + - Translation update (Cloese:#532847) + * Correct debian/watch + * debian/rules: + - Added --enable-man + * debian/control: + - Build-depends on docbook-xsl + * Bumped Stardard-version to 3.8.2 + + -- Andrew Lee (李健秋) Sun, 26 Jul 2009 21:32:32 +0200 + +lxappearance (0.2-1) unstable; urgency=low + + * Initial release (Closes: #482165) + + -- Andrew Lee Sun, 25 May 2008 14:49:18 +0800 + --- lxappearance-0.4.0.orig/debian/watch +++ lxappearance-0.4.0/debian/watch @@ -0,0 +1,12 @@ +# Example watch control file for uscan +# Rename this file to "watch" and then you can run the "uscan" command +# to check for upstream updates and more. +# See uscan(1) for format + +# Compulsory line, this is a version 3 file +version=3 + +# Uncomment to find new files on sourceforge, for debscripts >= 2.9 +http://sf.net/lxde/lxappearance-(.*)\.tar\.gz + +