debian/0000755000000000000000000000000012202140554007161 5ustar debian/copyright0000644000000000000000000000152712005764323011130 0ustar Format: http://dep.debian.net/deps/dep5/ Upstream-Name: ginn Upstream-Contact: Mohamed Ikbel Boulabiar Source: http://launchpad.net/ginn Files: * Copyright: 2010, Canonical Ltd. License: GPL-3+ This program 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 3 of the License, or (at your option) any later version. . This program 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. . On Debian systems, the full text of the GNU General Public License version 3 can be found in the file `/usr/share/common-licenses/GPL-3'. debian/changelog0000644000000000000000000000371512202140537011042 0ustar ginn (0.2.6-0ubuntu5) saucy; urgency=low * No change rebuild with the new bamf soname -- Sebastien Bacher Mon, 12 Aug 2013 13:05:01 +0200 ginn (0.2.6-0ubuntu4) raring; urgency=low * Added missing glib libs to link, fixing FTBFS. -- Daniel T Chen Mon, 08 Apr 2013 07:26:57 -0400 ginn (0.2.6-0ubuntu3) raring; urgency=low * No-change rebuild for libbamf3-0 -> libbamf3-1 transition -- Michael Terry Mon, 14 Jan 2013 15:03:42 -0500 ginn (0.2.6-0ubuntu2) raring; urgency=low * debian/control, debian/patches/01_build_on_bamf3.patch: - build now with bamf3 -- Didier Roche Wed, 05 Dec 2012 17:58:58 +0100 ginn (0.2.6-0ubuntu1) quantal; urgency=low [ Stephen M. Webb ] * New upstream 0.2.5 release. [ Chase Douglas ] * New upstream 0.2.6 release. - Depends on libgeis now, the upstream library was renamed * Update packaging to depend on libgeis-dev * Update debian/control maintainer field to be "Ubuntu Developers" * Merge diff of src/config.h, it diverged somehow * Bump lintian standards version to 3.9.3 * Remove empty paragraph from package description -- Chase Douglas Tue, 31 Jul 2012 07:31:41 -0700 ginn (0.2.4-0ubuntu1) natty; urgency=low [ Stephen M. Webb ] * Tweaked some packaging for conformance to Ubuntu 11.04 policy. * Fixed some lintian warnings. [ Mohamed Ikbel Boulabiar ] * New upstream release. * Fixed crash bug (LP: #7029892) [ Stephen M. Webb ] * Fixed some license text. * Added /etc/ginn/wishes.xml as a conffile (LP: #699925). * Released to Ubuntu (LP: #684275). -- Stephen M. Webb Mon, 07 Feb 2011 09:21:36 -0500 ginn (0.2.3-0ubuntu1-1) natty; urgency=low [ Mohamed Ikbel Boulabiar ] * Corrected and fixed release [ boulabiar ] * New upstream release. -- Mohamed Ikbel Boulabiar Fri, 10 Dec 2010 18:32:52 +0100 debian/rules0000755000000000000000000000014112057674303010251 0ustar #!/usr/bin/make -f %: dh $@ $(if $(wildcard autogen.sh),--with autoreconf,) --with autoreconf debian/source/0000755000000000000000000000000012005766132010470 5ustar debian/source/format0000644000000000000000000000001412005764323011676 0ustar 3.0 (quilt) debian/control0000644000000000000000000000162212057674524010606 0ustar Source: ginn Priority: extra Maintainer: Ubuntu Developers Build-Depends: debhelper (>= 8.0), pkg-config, autoconf (>= 2.61), automake (>= 1.9), dh-autoreconf, libxml2-dev (>= 2.7.7), libbamf3-dev (>= 0.3.0), libx11-dev (>= 1.3.3), libxtst-dev (>= 1.1.0), libgeis-dev Standards-Version: 3.9.3 Section: misc Homepage: https://launchpad.net/ginn Vcs-Bzr: https://code.launchpad.net/~oif-packaging/ginn/ubuntu Package: ginn Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: Gesture Injector: No-GEIS, No-Toolkits A daemon with jinn-like wish-granting capabilities: it gives applications the ability to support a subset of multi-touch gestures without having to integrate GEIS or multi-touch GTK/Qt libs. debian/compat0000644000000000000000000000000212005764323010366 0ustar 8 debian/watch0000644000000000000000000000011112005764323010212 0ustar version=3 http://launchpad.net/ginn/+download .*/ginn-([0-9.]+)\.tar\.gz debian/patches/0000755000000000000000000000000012130524734010616 5ustar debian/patches/01_build_on_bamf3.patch0000644000000000000000000000103712057674470015016 0ustar Index: ginn-0.2.6/configure.ac =================================================================== --- ginn-0.2.6.orig/configure.ac 2012-07-30 22:29:39.000000000 +0200 +++ ginn-0.2.6/configure.ac 2012-12-05 17:41:10.481034037 +0100 @@ -26,7 +26,7 @@ PKG_CHECK_MODULES([X11], [x11 >= 1.3.3]) PKG_CHECK_MODULES([XML2], [libxml-2.0 >= 2.7.7]) PKG_CHECK_MODULES([XTST], [xtst >= 1.1.0]) -PKG_CHECK_MODULES([BAMF], [libbamf >= 0.2.53]) +PKG_CHECK_MODULES([BAMF], [libbamf3 >= 0.3.0]) AC_CONFIG_FILES([Makefile src/Makefile debian/patches/series0000644000000000000000000000006312130524660012030 0ustar 01_build_on_bamf3.patch 02_glib_underlinkage.patch debian/patches/02_glib_underlinkage.patch0000644000000000000000000000112412130524734015603 0ustar Index: ginn-0.2.6/src/Makefile.am =================================================================== --- ginn-0.2.6.orig/src/Makefile.am 2012-07-30 16:22:36.000000000 -0400 +++ ginn-0.2.6/src/Makefile.am 2013-04-08 07:28:15.845626396 -0400 @@ -5,7 +5,7 @@ ginn_CFLAGS = \ -DGINN_CONFIG_DIR=\"$(sysconfdir)/ginn\" \ $(GEIS_CFLAGS) $(XTST_CFLAGS) $(X11_CFLAGS) $(XML2_CFLAGS) $(BAMF_CFLAGS) -ginn_LDFLAGS = $(GEIS_LIBS) $(XTST_LIBS) $(X11_LIBS) $(XML2_LIBS) $(BAMF_LIBS) +ginn_LDFLAGS = $(GEIS_LIBS) $(XTST_LIBS) $(X11_LIBS) $(XML2_LIBS) $(BAMF_LIBS) -lgobject-2.0 EXTRA_DIST = ginn.pod