--- g15macro-1.0.3.orig/Makefile.am +++ g15macro-1.0.3/Makefile.am @@ -10,7 +10,7 @@ imagedir = $(prefix)/share/g15macro/splash image_DATA = ${top_builddir}/g15macro.wbmp -LIBS = -lg15daemon_client -lg15render -lX11 -lXtst +LIBS = -Wl,--no-add-needed -lg15daemon_client -lg15render -lX11 -lXtst -lpthread IMCLUDES = -I g15macro_LDFLAGS = -avoid-version g15macro_SOURCES = g15macro.c --- g15macro-1.0.3.orig/Makefile.in +++ g15macro-1.0.3/Makefile.in @@ -130,7 +130,7 @@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ -LIBS = -lg15daemon_client -lg15render -lX11 -lXtst +LIBS = -lg15daemon_client -lg15render -lX11 -lXtst -lpthread LIBTOOL = @LIBTOOL@ LN_S = @LN_S@ LTLIBOBJS = @LTLIBOBJS@ --- g15macro-1.0.3.orig/g15macro.1 +++ g15macro-1.0.3/g15macro.1 @@ -0,0 +1,35 @@ +.TH "g15macro" "1" "3.1" "G15Daemon - g15macro" "G15Daemon User Manual" + +.SH "NAME" +g15macro \- A simple Macro recording/playback application for G15Daemon + +.SH "DESCRIPTION" +This package provides a way to record, playback and display keyboard macro using +the M and G keys found on some Logitech keyboards. + +.SH "OPTIONS" +g15macro understands the following options: +.br +.P +.HP +\-h show usage information. +.P +.HP +\-d dump current configuration to stdout. +.P +.HP +\-g print debugging information. +.P +.HP +\-k configure multimedia and extra keys then exit +.P +.HP +\-v show program version. + +.SH "AUTHOR" +Mike Lampard +.SH "SEE ALSO" +.BR g15daemon (1), +.BR libg15 (3), + + --- g15macro-1.0.3.orig/debian/g15macro.manpages +++ g15macro-1.0.3/debian/g15macro.manpages @@ -0,0 +1 @@ +g15macro.1 --- g15macro-1.0.3.orig/debian/compat +++ g15macro-1.0.3/debian/compat @@ -0,0 +1 @@ +5 --- g15macro-1.0.3.orig/debian/copyright +++ g15macro-1.0.3/debian/copyright @@ -0,0 +1,29 @@ +This package was debianized by Giacomo A. Catenazzi on +Sat, 15 Sep 2007 08:32:51 +0200. + +It was downloaded from http://g15daemon.sourceforge.net/ + +Upstream Author: + Mike Lampard + +Copyright: + + (c) 2006-2007 Mike Lampard + +License: + + g15daemon 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. + + g15daemon 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. + +License can be found in the file `/usr/share/common-licenses/GPL-2'. + +The Debian packaging is (C) 2008, Giacomo A. Catenazzi and +is licensed under the GPL v2 (ot later), see `/usr/share/common-licenses/GPL-2'. + --- g15macro-1.0.3.orig/debian/g15macro.install +++ g15macro-1.0.3/debian/g15macro.install @@ -0,0 +1,2 @@ +debian/tmp/usr/bin/g15macro usr/bin/ +debian/tmp/usr/share/g15macro/splash/g15macro.wbmp usr/share/g15macro/splash/ --- g15macro-1.0.3.orig/debian/control +++ g15macro-1.0.3/debian/control @@ -0,0 +1,18 @@ +Source: g15macro +Section: utils +Priority: extra +Maintainer: Giacomo Catenazzi +Build-Depends: cdbs, debhelper (>= 5), autotools-dev, chrpath, + libxtst-dev, libfreetype6-dev, libusb-dev, + libg15-dev, libg15render-dev (>= 1.2-3), libg15daemon-client-dev +Standards-Version: 3.8.3 +Homepage: http://www.g15tools.com + +Package: g15macro +Section: utils +Architecture: any +Depends: g15daemon, ${shlibs:Depends}, ${misc:Depends} +Description: A simple Macro recording/playback application for G15Daemon + G15macro provides a way to record and playback keyboard macro using + the M and G keys found on some Logitech keyboards. + --- g15macro-1.0.3.orig/debian/changelog +++ g15macro-1.0.3/debian/changelog @@ -0,0 +1,23 @@ +g15macro (1.0.3-3) unstable; urgency=low + + * update policy + * update links, allowing linking with gold (Closes: #554381) + * don't use .la files (Closes: #549834) + * remove rpath + + -- Giacomo Catenazzi Mon, 21 Dec 2009 08:13:41 +0100 + +g15macro (1.0.3-2) unstable; urgency=low + + * Correct debian/watch (upstream suffix is bz2) + * debian/control: add ${misc:Depends}, add Homepage, dump policy version + + -- Giacomo Catenazzi Thu, 06 Aug 2009 13:43:38 +0200 + +g15macro (1.0.3-1) unstable; urgency=low + + * Initial release. (Closes: #439792). + * created g15macro.1 manpage + + -- Giacomo Catenazzi Sat, 02 Feb 2008 09:19:53 +0100 + --- g15macro-1.0.3.orig/debian/watch +++ g15macro-1.0.3/debian/watch @@ -0,0 +1,4 @@ +# See uscan(1) for format +version=3 +http://sf.net/g15daemon g15macro-(.+)\.tar\..* + --- g15macro-1.0.3.orig/debian/docs +++ g15macro-1.0.3/debian/docs @@ -0,0 +1 @@ +README --- g15macro-1.0.3.orig/debian/rules +++ g15macro-1.0.3/debian/rules @@ -0,0 +1,11 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/autotools.mk + +DEB_DESTDIR = $(CURDIR)/debian/tmp/ +DEB_CONFIGURE_EXTRA_FLAGS = --enable-ttf --quiet --disable-rpath + +install/g15macro:: + chrpath --delete $(DEB_DESTDIR)/usr/bin/g15macro +