debian/0000755000000000000000000000000012235460465007175 5ustar debian/rules0000755000000000000000000000050711732376400010253 0ustar #!/usr/bin/make -f DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed %: dh $@ --with autoreconf override_dh_autoreconf: rm -f config.guess config.sub dh_autoreconf --as-needed override_dh_auto_configure: dh_auto_configure -- --enable-doxygen-docs debian/control0000644000000000000000000000330212114732320010562 0ustar Source: libfakekey Section: libs Priority: optional Maintainer: Moray Allan Uploaders: Thibaut GIRKA Build-Depends: debhelper (>= 9.0.0), dh-autoreconf (>= 5), pkg-config (>= 0.18), doxygen, libxtst-dev, autotools-dev Standards-Version: 3.9.3 Package: libfakekey-dev Section: libdevel Architecture: any Multi-Arch: same Depends: libfakekey0 (= ${binary:Version}), libxtst-dev, ${misc:Depends} Pre-Depends: ${misc:Pre-Depends} Description: library for converting characters to X key-presses [development] libfakekey is a simple library for converting UTF-8 characters into 'fake' X key-presses. . This package contains the libfakekey development files. Package: libfakekey-doc Section: doc Architecture: all Multi-Arch: foreign Suggests: libfakekey-dev Depends: ${misc:Depends} Pre-Depends: ${misc:Pre-Depends} Description: library for converting characters to X key-presses [documentation] libfakekey is a simple library for converting UTF-8 characters into 'fake' X key-presses. . This package contains the libfakekey documentation. Package: libfakekey0 Section: libs Architecture: any Multi-Arch: same Depends: ${shlibs:Depends}, ${misc:Depends} Pre-Depends: ${misc:Pre-Depends} Description: library for converting characters to X key-presses [runtime] libfakekey is a simple library for converting UTF-8 characters into 'fake' X key-presses. . This package contains the libfakekey runtime library. Package: libfakekey0-udeb Section: debian-installer Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Package-Type: udeb Description: library for converting characters to X key-presses [runtime] This is a udeb, or a microdeb, for the debian-installer. debian/libfakekey-dev.install0000644000000000000000000000014211732376660013450 0ustar debian/tmp/usr/include/fakekey/* debian/tmp/usr/lib/*/pkgconfig/*.pc debian/tmp/usr/lib/*/lib*.so debian/source/0000755000000000000000000000000011732400275010467 5ustar debian/source/format0000644000000000000000000000001411732205273011676 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000351312235460450011043 0ustar libfakekey (0.1-8.1) unstable; urgency=low * Non-maintainer upload. * Fix "FTBFS: ld: fakekey-test.o: undefined reference to symbol 'XOpenDisplay'": take fix from Ubuntu / Daniel T Chen: extend existing patch 10-fix-build: link against missing -lX11. (Closes: #713559) -- gregor herrmann Sun, 03 Nov 2013 15:43:47 +0100 libfakekey (0.1-8) unstable; urgency=low * Fix -doc package short description. Closes: #697051. * Changed XC-Package-Type field name to Package-Type in debian/control. -- Moray Allan Sun, 03 Mar 2013 20:35:45 +0000 libfakekey (0.1-7) unstable; urgency=low * Split documentation to -doc package. Closes: #669995. -- Moray Allan Mon, 14 May 2012 10:53:59 +0100 libfakekey (0.1-6) unstable; urgency=low * Remember to add automatically-generated Pre-Depends. -- Moray Allan Wed, 21 Mar 2012 18:35:00 +0000 libfakekey (0.1-5) unstable; urgency=low * Move to dh 9. * Use dh_autoreconf. * Change to 3.0 (quilt) source format. * Enable multiarch support. -- Moray Allan Wed, 21 Mar 2012 16:33:51 +0000 libfakekey (0.1-4) unstable; urgency=low * Move from cdbs to dh for building package. -- Moray Allan Tue, 31 Jan 2012 19:18:15 +0000 libfakekey (0.1-3) unstable; urgency=low * Merge LDADD patch by Matthias Klose . * Update standards version. -- Moray Allan Sat, 07 May 2011 18:50:18 +0100 libfakekey (0.1-2) unstable; urgency=low * Provide udeb: patch from Thibaut Girka. Closes: #592505. * Add Thibaut as an uploader. -- Moray Allan Wed, 18 Aug 2010 01:10:50 +0200 libfakekey (0.1-1) unstable; urgency=low * Initial release. -- Moray Allan Sat, 15 Apr 2006 17:32:30 +0100 debian/libfakekey-doc.docs0000644000000000000000000000001111712027424012701 0ustar doc/html debian/libfakekey0-udeb.install0000644000000000000000000000003711732400746013665 0ustar debian/tmp/usr/lib/*/lib*.so.* debian/compat0000644000000000000000000000000211732377041010371 0ustar 9 debian/patches/0000755000000000000000000000000012235460100010606 5ustar debian/patches/10-fix-build0000644000000000000000000000065012235460100012633 0ustar --- a/configure.ac +++ b/configure.ac @@ -19,6 +19,7 @@ AC_SUBST(LT_CURRENT) AC_SUBST(LT_REVISION) LT_AGE=0 +AC_SUBST(LT_AGE) LT_VERSION_INFO="$LT_CURRENT:$LT_REVISION:$LT_AGE" AC_SUBST(LT_VERSION_INFO) --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -2,4 +2,4 @@ noinst_PROGRAMS=fakekey-test -fakekey_test_LDADD=../src/libfakekey.la \ No newline at end of file +fakekey_test_LDADD=../src/libfakekey.la -lX11 debian/patches/series0000644000000000000000000000001511732400314012021 0ustar 10-fix-build debian/copyright0000644000000000000000000000162411712027424011124 0ustar This package was debianised by Moray Allan on Sat, 15 Apr 2006 17:32:30 +0100. It was downloaded from http://projects.o-hand.com/matchbox/sources/ Upstream author: Matthew Allum Copyright: Copyright (C) 2004 OpenedHand This library 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 library 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. On Debian GNU/Linux systems, the complete text of the GNU Lesser General Public License can be found in '/usr/share/common-licenses/LGPL-2'. debian/libfakekey0.install0000644000000000000000000000003711732376650012756 0ustar debian/tmp/usr/lib/*/lib*.so.* debian/watch0000644000000000000000000000016011712027424010214 0ustar version=2 http://projects.o-hand.com/matchbox/sources/libfakekey/0.1/libfakekey-(.*)\.tar.gz \ debian uupdate debian/libfakekey0.shlibs0000644000000000000000000000010611712027424012557 0ustar libfakekey 0 libfakekey0 (>= 0.1) udeb: libfakekey 0 libfakekey0-udeb