debian/0000775000000000000000000000000012014642055007167 5ustar debian/source/0000775000000000000000000000000012000076542010464 5ustar debian/source/format0000664000000000000000000000001412000076542011672 0ustar 3.0 (quilt) debian/control0000664000000000000000000000133212014642056010572 0ustar Source: screenkey Section: python Priority: extra Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Georges Khaznadar Build-Depends: debhelper (>= 8.0.0), python-all X-Python-Version: >= 2.5 Standards-Version: 3.9.3 Homepage: http://pabloseminario.com/projects/screenkey/ Package: screenkey Architecture: all Depends: ${misc:Depends}, ${python:Depends}, python-xlib, python-gtk2, x11-xserver-utils Description: screencast tool to display your keystrokes Screenkey is a screencast tool to display your keys inspired by Screenflick for Mac OS and based initially on key-mon project. . It’s useful to create screencasts and is also a powerful teaching tool. debian/copyright0000664000000000000000000000320012000101101011066 0ustar Format: http://dep.debian.net/deps/dep5 Upstream-Name: screenkey Source: https://launchpad.net/screenkey/+download Files: * Copyright: 2010 Pablo Seminario License: GPL-3 This program 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 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 complete text of the GNU General Public License version 3 can be found in "/usr/share/common-licenses/GPL-3". Files: debian/* Copyright: 2012 Georges Khaznadar License: GPL-2+ This package 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. . This package 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. . You should have received a copy of the GNU General Public License along with this program. If not, see . On Debian systems, the complete text of the GNU General Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". debian/rules0000775000000000000000000000071012000077661010245 0ustar #!/usr/bin/make -f # -*- makefile -*- # Sample debian/rules that uses debhelper. # This file was originally written by Joey Hess and Craig Small. # As a special exception, when this file is copied by dh-make into a # dh-make output file, you may use that output file without restriction. # This special exception was added by Craig Small in version 0.37 of dh-make. # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ --with python2 debian/manpages0000664000000000000000000000002312000100755010667 0ustar debian/screenkey.1 debian/screenkey.10000664000000000000000000000425012000100730011222 0ustar '\" t .\" Title: SCREENKEY .\" Author: Georges Khaznadar .\" Generator: DocBook XSL Stylesheets v1.76.1 .\" Date: 07/13/2012 .\" Manual: screenkey User Manual .\" Source: screenkey .\" Language: English .\" .TH "SCREENKEY" "1" "07/13/2012" "screenkey" "screenkey User Manual" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" screenkey \- screencast tool to display your keystrokes .SH "SYNOPSIS" .HP \w'\fBscreenkey\fR\ 'u \fBscreenkey\fR .SH "DESCRIPTION" .PP \fBscreenkey\fR is a screencast tool to display your keys inspired by Screenflick for Mac OS and based initially on key\-mon project\&. .PP It\(cqs useful to create screencasts and is also a powerful teaching tool\&. .SH "AUTHOR" .PP \fBGeorges Khaznadar\fR <\&georgesk@ofset\&.org\&> .RS 4 Wrote this manpage for the Debian system\&. .RE .SH "COPYRIGHT" .br Copyright \(co 2012 Georges Khaznadar .br .PP This manual page was written for the Debian system (and may be used by others)\&. .PP Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 or (at your option) any later version published by the Free Software Foundation\&. .PP On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common\-licenses/GPL\&. .sp debian/compat0000664000000000000000000000000212000076542010362 0ustar 8 debian/changelog0000664000000000000000000000101312014642055011034 0ustar screenkey (0.2-2fakesync1) quantal; urgency=low * Fake sync due to mismatching orig tarball. -- Felix Geyer Tue, 21 Aug 2012 10:17:49 +0200 screenkey (0.2-2) unstable; urgency=low * added dependencies for python-gtk2 and x11-xserver-utils. Closes: #684651 -- Georges Khaznadar Fri, 17 Aug 2012 18:19:29 +0200 screenkey (0.2-1) unstable; urgency=low * Initial release (Closes: #681514) -- Georges Khaznadar Fri, 13 Jul 2012 21:56:16 +0200 debian/manpage.xml0000664000000000000000000001044712000100722011310 0ustar .
will be generated. You may view the manual page with: nroff -man .
| less'. A typical entry in a Makefile or Makefile.am is: DB2MAN = /usr/share/sgml/docbook/stylesheet/xsl/docbook-xsl/manpages/docbook.xsl XP = xsltproc -''-nonet -''-param man.charmap.use.subset "0" manpage.1: manpage.xml $(XP) $(DB2MAN) $< The xsltproc binary is found in the xsltproc package. The XSL files are in docbook-xsl. A description of the parameters you can use can be found in the docbook-xsl-doc-* packages. Please remember that if you create the nroff version in one of the debian/rules file targets (such as build), you will need to include xsltproc and docbook-xsl in your Build-Depends control field. Alternatively use the xmlto command/package. That will also automatically pull in xsltproc and docbook-xsl. Notes for using docbook2x: docbook2x-man does not automatically create the AUTHOR(S) and COPYRIGHT sections. In this case, please add them manually as ... . To disable the automatic creation of the AUTHOR(S) and COPYRIGHT sections read /usr/share/doc/docbook-xsl/doc/manpages/authors.html. This file can be found in the docbook-xsl-doc-html package. Validation can be done using: `xmllint -''-noout -''-valid manpage.xml` General documentation about man-pages and man-page-formatting: man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/ --> ]> &dhtitle; &dhpackage; &dhfirstname; &dhsurname; Wrote this manpage for the Debian system.
&dhemail;
2012 &dhusername; This manual page was written for the Debian system (and may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 or (at your option) any later version published by the Free Software Foundation. On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL.
&dhucpackage; &dhsection; &dhpackage; screencast tool to display your keystrokes &dhpackage; DESCRIPTION &dhpackage; is a screencast tool to display your keys inspired by Screenflick for Mac OS and based initially on key-mon project. It’s useful to create screencasts and is also a powerful teaching tool.