--- lxinput-0.1.1.orig/debian/changelog +++ lxinput-0.1.1/debian/changelog @@ -0,0 +1,33 @@ +lxinput (0.1.1-1ubuntu2~ppa1) karmic; urgency=low + + * Backport to karmic. + + -- Julien Lavergne Thu, 19 Nov 2009 08:58:06 -0600 + +lxinput (0.1.1-1ubuntu1) lucid; urgency=low + + * debian/control: Allow installation with lxsession (>= 0.3.9) + + -- Julien Lavergne Wed, 04 Nov 2009 20:40:04 +0100 + +lxinput (0.1.1-1) unstable; urgency=low + + * New upstream release + - Reworked lxinput man page generation + Use Docbook-XML instead of SGML + - Bring along own icons + * debian/copyright + - Update for new Icons + * debian/rules + - Added --enable-man + * debian/control + - Build-depends on docbook-xsl + * Bumped Standard-version to 3.8.2 + + -- Andrew Lee (李健秋) Wed, 29 Jul 2009 19:20:48 +0200 + +lxinput (0.1+svn20090614-1) unstable; urgency=low + + * Initial release (Closes: #530900) + + -- Andrew Lee Sun, 14 Jun 2009 14:58:12 +0800 --- lxinput-0.1.1.orig/debian/control +++ lxinput-0.1.1/debian/control @@ -0,0 +1,19 @@ +Source: lxinput +Section: x11 +Priority: optional +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Andrew Lee (李健秋) +Build-Depends: debhelper (>= 7), autotools-dev, libgtk2.0-dev (>=2.12), intltool, docbook-xsl +Standards-Version: 3.8.2 +Homepage: http://lxde.org + +Package: lxinput +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, lxde-settings-daemon (>= 0.4.1 ) | lxsession (>= 0.3.9) +Description: a program to configure keyboard and mouse settings for LXDE + LXInput is a program to configure keyboard and mouse settings for LXDE. + Features: + * Delay and Interval for character repeat + * Enable/Disable beeps of keyboard input error + * Swap left and right mouse buttons + * Mouse acceleration and sensitivity --- lxinput-0.1.1.orig/debian/docs +++ lxinput-0.1.1/debian/docs @@ -0,0 +1,2 @@ +NEWS +README --- lxinput-0.1.1.orig/debian/copyright +++ lxinput-0.1.1/debian/copyright @@ -0,0 +1,46 @@ +This package was debianized by: + + Andrew Lee on Thu, 28 May 2009 09:20:55 +0800 + +It was downloaded from: + + http://lxde.org + +Upstream Author: + + Hong Jen Yee (PCMan) + +Copyright: + + Copyright (C) 2009 Hong Jen Yee (PCMan) + +License: + + * LXInput main program: + + 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. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + + * Icons (In directory data/ ) + + Icons from http://www.oxygen-icons.org/ + Licensed under the GNU Lesser General Public License (LGPL) + +On Debian systems, the complete text of the GNU General +Public License version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +The Debian packaging is: + + Copyright (C) 2009 Andrew Lee + +and is licensed under the GPL version 3, see above. --- lxinput-0.1.1.orig/debian/menu +++ lxinput-0.1.1/debian/menu @@ -0,0 +1,2 @@ +?package(lxinput):needs="wm" section="Applications/System"\ + title="lxinput" command="/usr/bin/lxinput" --- lxinput-0.1.1.orig/debian/compat +++ lxinput-0.1.1/debian/compat @@ -0,0 +1 @@ +7 --- lxinput-0.1.1.orig/debian/dirs +++ lxinput-0.1.1/debian/dirs @@ -0,0 +1,2 @@ +usr/bin +usr/sbin --- lxinput-0.1.1.orig/debian/rules +++ lxinput-0.1.1/debian/rules @@ -0,0 +1,105 @@ +#!/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 + + +# 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) +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 + + + +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 $(CROSS) --enable-man --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs" + + +build: build-stamp + +build-stamp: config.status + dh_testdir + + # Add here commands to compile the package. + $(MAKE) + #docbook-to-man debian/lxinput.sgml > lxinput.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 + + dh_clean + +install: build + dh_testdir + dh_testroot + dh_prep + dh_installdirs + + # Add here commands to install the package into debian/lxinput. + $(MAKE) DESTDIR=$(CURDIR)/debian/lxinput install + + +# Build architecture-independent files here. +binary-indep: install +# We have nothing to do by default. + +# Build architecture-dependent files here. +binary-arch: 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 --- lxinput-0.1.1.orig/debian/watch +++ lxinput-0.1.1/debian/watch @@ -0,0 +1,11 @@ +# 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 devscripts >= 2.9 +http://sf.net/lxde/lxinput-(.*)\.tar\.gz +