--- bbkeys-0.9.0.orig/Makefile.am +++ bbkeys-0.9.0/Makefile.am @@ -6,7 +6,7 @@ MAINTAINERCLEANFILES = aclocal.m4 config.h.in configure Makefile.in stamp-h.in docdir = $(datadir)/doc/bbkeys -doc_DATA = AUTHORS BUGS ChangeLog LICENSE NEWS README TODO +doc_DATA = AUTHORS BUGS ChangeLog NEWS README TODO EXTRA_DIST = $(doc_DATA) debian dist-hook: --- bbkeys-0.9.0.orig/data/bbkeysrc +++ bbkeys-0.9.0/data/bbkeysrc @@ -3,7 +3,7 @@ [begin] (bbkeys configuration file) [config] - [option] (stylefile) {~/local/blackbox-CVS/share/blackbox/styles/Cthulhain} + [option] (stylefile) {/etc/bbkeys/defaultStyle} [option] (honorModifiers) {false} [option] (raiseWhileCycling) {false} [option] (showCycleMenu) {true} --- bbkeys-0.9.0.orig/Makefile.in +++ bbkeys-0.9.0/Makefile.in @@ -131,7 +131,7 @@ MAINTAINERCLEANFILES = aclocal.m4 config.h.in configure Makefile.in stamp-h.in docdir = $(datadir)/doc/bbkeys -doc_DATA = AUTHORS BUGS ChangeLog LICENSE NEWS README TODO +doc_DATA = AUTHORS BUGS ChangeLog NEWS README TODO EXTRA_DIST = $(doc_DATA) debian subdir = . ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 --- bbkeys-0.9.0.orig/src/Netclient.cpp +++ bbkeys-0.9.0/src/Netclient.cpp @@ -26,6 +26,8 @@ #include "Netclient.h" +#include + Netclient::Netclient (const bt::Display &display) : bt::EWMH(display), _display(display) { --- bbkeys-0.9.0.orig/src/KeyClient.cpp +++ bbkeys-0.9.0/src/KeyClient.cpp @@ -58,6 +58,7 @@ #include #include #include +#include //-------------------------------------------------------- // Constructor/Destructor --- bbkeys-0.9.0.orig/src/main.cpp +++ bbkeys-0.9.0/src/main.cpp @@ -27,6 +27,8 @@ #include "main.h" +#include + //-------------------------------------------------------- // parseOptions //-------------------------------------------------------- --- bbkeys-0.9.0.orig/src/Config.cpp +++ bbkeys-0.9.0/src/Config.cpp @@ -27,6 +27,7 @@ #include #include +#include using std::cout; Config::Config() { --- bbkeys-0.9.0.orig/src/actions.cc +++ bbkeys-0.9.0/src/actions.cc @@ -24,6 +24,7 @@ #include "actions.hh" +#include #include #include #include --- bbkeys-0.9.0.orig/debian/control +++ bbkeys-0.9.0/debian/control @@ -1,16 +1,16 @@ Source: bbkeys Section: x11 Priority: optional -Maintainer: Jason 'vanRijn' Kasper -Build-Depends: xlibs-dev, debhelper (>> 3.0.0) -Standards-Version: 3.5.2 +Maintainer: Bruno Barrera C. +Build-Depends: debhelper (>= 4.0.0), libbt-dev, libxext-dev, pkg-config +Standards-Version: 3.6.2 Package: bbkeys Architecture: any -Depends: ${shlibs:Depends} -Recommends: blackbox, bbconf -Description: A key-grabber for any NETWM/EMWH-compliant window manager. - bbkeys is a configurable key-grabber designed for the blackbox window manager +Depends: ${shlibs:Depends}, gsfonts-x11 +Recommends: blackbox +Description: A key-grabber for any NETWM/EMWH-compliant window manager + bbkeys is a configurable key-grabber designed for the blackbox window manager which is written by Brad Hughes. bbkeys is easily configurable via directly - hand-editting the user's configuration file, or by using the GUI total + hand-editing the user's configuration file, or by using the GUI total blackbox configurator, bbconf. --- bbkeys-0.9.0.orig/debian/copyright +++ bbkeys-0.9.0/debian/copyright @@ -1,13 +1,26 @@ -This package was debianized by Jason 'vanRijn' Kasper on -Tue, 18 Sep 2001 16:47:49 -0500. +This package was debianized by Bruno Barrera C. on +Tue, 20 Jul 2004 15:46:29 -0400. It was downloaded from http://movingparts.net/ -Upstream Author(s): Jason 'vanRijn' Kasper +Upstream Author: Jason 'vanRijn' Kasper Copyright: -This software is copyright (c) 2001-2003 by Jason Kasper +Permission is hereby granted, free of charge, to any person obtaining a +copy of this software and associated documentation files (the "Software"), +to deal in the Software without restriction, including without limitation +the rights to use, copy, modify, merge, publish, distribute, sublicense, +and/or sell copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following conditions: -You are free to distribute this software under the terms of -the revised BSD license. +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER +DEALINGS IN THE SOFTWARE. --- bbkeys-0.9.0.orig/debian/menu +++ bbkeys-0.9.0/debian/menu @@ -1,2 +1,2 @@ -?package(bbkeys):needs=X11 section=Apps/System\ +?package(bbkeys):needs="X11" section="Apps/System"\ title="bbkeys" command="/usr/bin/bbkeys" --- bbkeys-0.9.0.orig/debian/rules +++ bbkeys-0.9.0/debian/rules @@ -2,23 +2,11 @@ # Sample debian/rules that uses debhelper. # GNU copyright 1997 to 1999 by Joey Hess. -# Uncomment this to turn on verbose mode. -#export DH_VERBOSE=1 - -# This is the debhelper compatability version to use. -export DH_COMPAT=3 - -configure: configure-stamp -configure-stamp: - dh_testdir - ./configure --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info - - touch configure-stamp - -build: configure-stamp build-stamp +build: build-stamp build-stamp: dh_testdir + ./configure --prefix=/usr --mandir=\$${prefix}/share/man --datadir=/etc $(MAKE) touch build-stamp @@ -26,7 +14,7 @@ clean: dh_testdir dh_testroot - rm -f build-stamp configure-stamp + rm -f build-stamp config.log -$(MAKE) distclean @@ -38,8 +26,7 @@ dh_clean -k dh_installdirs - $(MAKE) install prefix=$(CURDIR)/debian/bbkeys/usr docdir=\$${prefix}/share/doc/bbkeys - + $(MAKE) DESTDIR=$(CURDIR)/debian/bbkeys prefix=/usr docdir=\$${prefix}/share/doc/bbkeys install # Build architecture-independent files here. binary-indep: build install @@ -49,31 +36,17 @@ binary-arch: build install dh_testdir dh_testroot -# dh_installdebconf - dh_installdocs - dh_installexamples dh_installmenu -# dh_installlogrotate -# dh_installemacsen -# dh_installpam -# dh_installmime -# dh_installinit - dh_installcron - dh_installman - dh_installinfo -# dh_undocumented + dh_installdocs --exclude=LICENSE dh_installchangelogs ChangeLog - dh_link dh_strip dh_compress dh_fixperms -# dh_makeshlibs dh_installdeb -# dh_perl dh_shlibdeps dh_gencontrol dh_md5sums dh_builddeb binary: binary-indep binary-arch -.PHONY: build clean binary-indep binary-arch binary install configure +.PHONY: build clean binary-indep binary-arch binary install --- bbkeys-0.9.0.orig/debian/dirs +++ bbkeys-0.9.0/debian/dirs @@ -0,0 +1,2 @@ +usr/bin +etc/bbkeys --- bbkeys-0.9.0.orig/debian/changelog +++ bbkeys-0.9.0/debian/changelog @@ -1,21 +1,179 @@ -bbkeys (0.9.0-1) unstable; urgency=low +bbkeys (0.9.0-7.1) unstable; urgency=low - * see ChangeLog + * Non-maintainer upload. + * debian/control: Build-depends on libxext-dev (Closes: #455224) + * Fix gcc-4.3 FTBFS, patch by KiBi (Closes: #456039) - -- Jason 'vanRijn' Kasper Sat, 5 Mar 2005 08:47:49 -0500 + -- Marc 'HE' Brockschmidt Sun, 16 Mar 2008 21:58:03 +0100 + +bbkeys (0.9.0-7) unstable; urgency=low + + * Repaired the FTBFS with GCC 4.3. (closes: #417111) + * Fixed the use of the non existent style file by default. + (closes: #401557) + + -- Bruno Barrera C. Sat, 17 Nov 2007 16:21:16 -0300 + +bbkeys (0.9.0-6) unstable; urgency=low + + * Fixed spelling mistake in package description. (closes: #363177) + * Not recommending bbconf anymore. (closes: #376902) + + -- Bruno Barrera C. Sat, 8 Jul 2006 08:18:40 -0400 + +bbkeys (0.9.0-5) unstable; urgency=medium + + * Recompilation against new libraries. (closes: #348742, #348433) + + -- Bruno Barrera C. Sun, 2 Apr 2006 04:38:53 -0400 + +bbkeys (0.9.0-4) unstable; urgency=low + + * Removed xlibs-dev as dependency (closes: #346635) + + -- Bruno Barrera C. Sat, 14 Jan 2006 12:04:22 -0300 + +bbkeys (0.9.0-3) unstable; urgency=low + + * Rebuild in order to fix undefined references (closes: #318528) + * Debian Compat 4 + * Updated Standards-Version to 3.6.2 + + -- Bruno Barrera C. Sat, 3 Sep 2005 10:30:30 -0400 + +bbkeys (0.9.0-2) unstable; urgency=high + + * Missing build-dependency on pkg-config. + (closes: #307504) + + -- Bruno Barrera C. Wed, 4 May 2005 09:42:42 -0400 + +bbkeys (0.9.0-1) unstable; urgency=high + + * New upstream release. + * bbkeysconf.pl is now bbkeys. (closes: #189541) + + -- Bruno Barrera C. Fri, 4 Feb 2005 19:56:59 -0300 + +bbkeys (0.8.6-2) unstable; urgency=low + + * New Maintainer (closes: #259582) + * Fixed blackbox dependency (closes: #180924) + * debian/changelog is now UTF-8 + * Updated Standards-Version to 3.6.1 + * Fixed debian/menu to satisfy menu policy. + + -- Bruno Barrera C. Tue, 20 Jul 2004 15:46:29 -0400 + +bbkeys (0.8.6-1.1) unstable; urgency=low + + * Added gsfonts-x11 as a dependency (Closes: #193006) + * References now the full text of the GPL, correcting lintian warnings + * NMU by Gunnar Wolf + + -- Gunnar Wolf Sat, 19 Jul 2003 12:42:06 +0200 + +bbkeys (0.8.6-1) unstable; urgency=low + + * New upstream release + + -- Sean 'Shaleh' Perry Mon, 04 Nov 2002 00:05:03 -0800 + +bbkeys (0.8.5-1) unstable; urgency=low + + * New upstream release + * bbkeysconf utility obsolete now, no longer will be built, closes: #96419 + + -- Sean 'Shaleh' Perry Tue, 24 Sep 2002 07:52:42 -0700 bbkeys (0.8.4-1) unstable; urgency=low - * see ChangeLog + * new upstream release - -- Jason 'vanRijn' Kasper Tue, 5 Nov 2001 16:47:49 -0500 + -- Sean 'Shaleh' Perry Wed, 28 Nov 2001 16:17:29 -0800 bbkeys (0.8.3-1) unstable; urgency=low - * Bug fixes. + * new upstream release + + -- Sean 'Shaleh' Perry Wed, 28 Nov 2001 16:17:29 -0800 + +bbkeys (0.3.6-1.1) unstable; urgency=low + + * NMU. + * Added xlibs-dev to Build-Depends (closes: #101420). + + -- David Martínez Moreno Sat, 10 Nov 2001 05:58:49 +0100 + +bbkeys (0.3.6-1) unstable; urgency=low + + * New upstream release + * removed qt depends, key binding configuration is now done by the console + application. + + -- Sean 'Shaleh' Perry Thu, 15 Mar 2001 10:04:29 -0800 + +bbkeys (0.3.5-3) unstable; urgency=low + + * yet another build due to hosed qt packages, Closes: #81532 + + -- Sean 'Shaleh' Perry Fri, 12 Jan 2001 10:36:33 -0800 + +bbkeys (0.3.5-2) unstable; urgency=low + + * Rebuild under XF4 + + -- Sean 'Shaleh' Perry Tue, 14 Nov 2000 16:16:08 -0800 + +bbkeys (0.3.5-1) unstable; urgency=low + + * New upstream release + * Closes: 72106 + + -- Sean 'Shaleh' Perry Mon, 2 Oct 2000 14:39:49 -0700 + +bbkeys (0.3.3-3) unstable; urgency=low + + * Recompile against the new qt 2.2 + * menu now has a docked and non-docked version of bbkeys + + -- Sean 'Shaleh' Perry Thu, 7 Sep 2000 12:59:11 -0700 + +bbkeys (0.3.3-2) unstable; urgency=low + + * bug fix + + -- Sean 'Shaleh' Perry Wed, 26 Jul 2000 15:24:10 -0700 + +bbkeys (0.3.3-1) unstable; urgency=low + + * New upstream release + + -- Sean 'Shaleh' Perry Thu, 25 May 2000 13:29:56 -0700 + +bbkeys (0.3.2-2) unstable; urgency=low + + * Recompiled against qt 2.1 + + -- Sean 'Shaleh' Perry Wed, 17 May 2000 13:24:45 -0700 + +bbkeys (0.3.2-1) unstable; urgency=low + + * New upstream release + + -- Sean 'Shaleh' Perry Tue, 2 May 2000 14:46:43 -0700 + +bbkeys (0.2.7-1) unstable; urgency=low + + * New upstream release + * Now uses QT 2 instead of GTK+ for config tool + + -- Sean 'Shaleh' Perry Mon, 21 Feb 2000 16:47:26 -0800 + +bbkeys (0.2.3-1) unstable; urgency=low + + * Initial Release. + + -- Sean E. Perry Tue, 7 Dec 1999 23:18:26 -0800 - -- Jason 'vanRijn' Kasper Tue, 18 Sep 2001 16:47:49 -0500 -Local variables: -mode: debian-changelog -End: --- bbkeys-0.9.0.orig/debian/compat +++ bbkeys-0.9.0/debian/compat @@ -0,0 +1 @@ +4