debian/0000775000000000000000000000000012265413374007177 5ustar debian/rules0000775000000000000000000000043312265412612010251 0ustar #!/usr/bin/make -f DEB_CONFIGURE_EXTRA_FLAGS += --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/autotools.mk include /usr/share/cdbs/1/rules/patchsys-quilt.mk include /usr/share/cdbs/1/rules/autoreconf.mk debian/changelog0000664000000000000000000000354012265413374011053 0ustar gtkhotkey (0.2.1-5ubuntu1) trusty; urgency=medium * Use dh-autoreconf instead of autotools-dev to also fix FTBFS on ppc64el by getting new libtool macros (still updates config.{sub,guess}). * Build-depend on gtk-doc-tools to fix FTBFS while autoreconfing. -- Logan Rosen Tue, 14 Jan 2014 23:58:59 -0500 gtkhotkey (0.2.1-5) unstable; urgency=low * Update debian/control. - Add 'Pre-Depends: ${misc:Pre-Depends}' to libgtkhotkey-dev. - Add 'Multi-Arch: same' to libgtkhotkey-dev. -- Nobuhiro Iwamatsu Thu, 13 Sep 2012 11:11:14 +0900 gtkhotkey (0.2.1-4) unstable; urgency=low * Update debian/control. - Add Version for cdbs. - Add 'Pre-Depends: ${misc:Pre-Depends}' to libgtkhotkey1. - Add 'Multi-Arch: same' to libgtkhotkey1. * Update debian/rules. Add DEB_CONFIGURE_EXTRA_FLAGS for multi-arch support. * Update debian/libgtkhotkey1.install. Convert to multi-arch support. * Update debian/libgtkhotkey-dev.install. Convert to multi-arch support. -- Nobuhiro Iwamatsu Mon, 06 Aug 2012 06:47:06 +0900 gtkhotkey (0.2.1-3) unstable; urgency=low * Update debian/control. - Update Standards-Version to 3.9.3. - Update version of debhelper (>= 9). * Change source format to 3.0 (quilt). * Including individual glib headers. (Closes: #665548) Add patches/glib-single-include.patch. -- Nobuhiro Iwamatsu Mon, 26 Mar 2012 13:20:57 +0900 gtkhotkey (0.2.1-2) unstable; urgency=low * Add quilt to Build-Depends. * Disable debug message. debian/patches/0001-Disable-debug-mode.patch -- Nobuhiro Iwamatsu Wed, 20 Jan 2010 04:27:38 +0900 gtkhotkey (0.2.1-1) unstable; urgency=low * Initial release. (Closes: #557026) -- Nobuhiro Iwamatsu Mon, 28 Sep 2009 13:30:03 +0900 debian/libgtkhotkey1.install0000664000000000000000000000003412007565772013351 0ustar usr/lib/*/libgtkhotkey.so.* debian/compat0000664000000000000000000000000212007037336010367 0ustar 9 debian/README.source0000664000000000000000000000052512007037336011352 0ustar README.source The source package uses quilt to manage all modifications to the upstream source. Changes are stored in the source package as diffs in debian/patches and applied during the build. See /usr/share/doc/quilt/README.source for a detailed explanation. -- Nobuhiro Iwamatsu Wed, 20 Jan 2010 04:29:42 +0900 debian/libgtkhotkey-dev.install0000664000000000000000000000016012007565772014044 0ustar usr/include/* usr/lib/*/libgtkhotkey.a usr/lib/*/libgtkhotkey.so usr/lib/*/pkgconfig/* usr/share/gtk-doc/html/* debian/copyright0000664000000000000000000000174412007037336011132 0ustar This work was packaged for Debian by: Nobuhiro Iwamatsu on Mon, 28 Sep 2009 13:30:03 +0900 It was downloaded from https://launchpad.net/gtkhotkey Upstream Author: Mikkel Kamstrup Erlandsen Copyright: Copyright (C) 2008-2009 Mikkel Kamstrup Erlandsen Copyright (C) 2002 Red Hat, Inc. Copyright (C) 1998,2001 Tim Janik License: LGPL-3 The Debian packaging is: Copyright (C) 2009 Nobuhiro Iwamatsu # Please chose a license for your packaging work. If the program you package # uses a mainstream license, using the same license is the safest choice. # Please avoid to pick license terms that are more restrictive than the # packaged work, as it may make Debian's contributions unacceptable upstream. # If you just want it to be GPL version 3, leave the following lines in. and is licensed under the GPL version 3, see `/usr/share/common-licenses/GPL-3'. debian/source/0000775000000000000000000000000012007037336010471 5ustar debian/source/format0000664000000000000000000000001412007037336011677 0ustar 3.0 (quilt) debian/control0000664000000000000000000000212312265413347010600 0ustar Source: gtkhotkey Section: libs Priority: extra Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Nobuhiro Iwamatsu Build-Depends: cdbs (>= 0.4.93~), debhelper (>= 9), quilt, dh-autoreconf, intltool (>= 0.35.0), libglib2.0-dev (>= 2.15.6), libgtk2.0-dev (>= 2.12), gtk-doc-tools Standards-Version: 3.9.3 Homepage: https://launchpad.net/gtkhotkey Package: libgtkhotkey1 Section: libs Architecture: any Multi-Arch: same Depends: ${shlibs:Depends}, ${misc:Depends} Pre-Depends: ${misc:Pre-Depends} Description: Gtk hotkey shared library Cross platform library for using desktop wide hotkeys Platform independent hotkey handling for Gtk+ applications. Package: libgtkhotkey-dev Section: libdevel Architecture: any Multi-Arch: same Depends: libgtkhotkey1 (=${binary:Version}), ${misc:Depends} Pre-Depends: ${misc:Pre-Depends} Description: Gtk hotkey static libraries and headers Cross platform library for using desktop wide hotkeys Platform independent hotkey handling for Gtk+ applications. . This package provides development file. debian/docs0000664000000000000000000000001412007037336010037 0ustar NEWS README debian/patches/0000775000000000000000000000000012007037336010620 5ustar debian/patches/glib-single-include.patch0000664000000000000000000000206312007037336015457 0ustar Description: Fix build failure with glib 2.32 where including invidual glib headers is no longer allowed. Author: Michael Biebl Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=665548 Index: gtkhotkey-0.2.1/src/gtk-hotkey-error.h =================================================================== --- gtkhotkey-0.2.1.orig/src/gtk-hotkey-error.h 2009-09-03 22:52:49.000000000 +0200 +++ gtkhotkey-0.2.1/src/gtk-hotkey-error.h 2012-03-25 19:07:05.822268171 +0200 @@ -23,7 +23,7 @@ #ifndef __GTK_HOTKEY_ERROR_H__ #define __GTK_HOTKEY_ERROR_H__ -#include +#include G_BEGIN_DECLS Index: gtkhotkey-0.2.1/src/x11/tomboykeybinder.h =================================================================== --- gtkhotkey-0.2.1.orig/src/x11/tomboykeybinder.h 2009-09-03 22:52:49.000000000 +0200 +++ gtkhotkey-0.2.1/src/x11/tomboykeybinder.h 2012-03-25 19:07:05.914268168 +0200 @@ -2,7 +2,7 @@ #ifndef __TOMBOY_KEY_BINDER_H__ #define __TOMBOY_KEY_BINDER_H__ -#include +#include G_BEGIN_DECLS debian/patches/series0000664000000000000000000000007012007037336012032 0ustar 0001-Disable-debug-mode.patch glib-single-include.patch debian/patches/0001-Disable-debug-mode.patch0000664000000000000000000000127312007037336015573 0ustar From 6fdad02e8bcf6876c8a5aa3512960311e8ea9fb7 Mon Sep 17 00:00:00 2001 From: Nobuhiro Iwamatsu Date: Tue, 19 Jan 2010 14:14:38 +0900 Subject: [PATCH 1/2] Disable debug mode. Signed-off-by: Nobuhiro Iwamatsu --- src/x11/tomboykeybinder.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/x11/tomboykeybinder.c b/src/x11/tomboykeybinder.c index fe569a7..0edd476 100644 --- a/src/x11/tomboykeybinder.c +++ b/src/x11/tomboykeybinder.c @@ -12,7 +12,7 @@ #include "tomboykeybinder.h" /* Uncomment the next line to print a debug trace. */ -#define DEBUG 1 +/* #define DEBUG 1 */ #ifdef DEBUG # define TRACE(x) x -- 1.6.6