--- nxt-python-2.2.2.orig/debian/python-nxt.manpages +++ nxt-python-2.2.2/debian/python-nxt.manpages @@ -0,0 +1,3 @@ +debian/man/nxt_push.1 +debian/man/nxt_server.1 +debian/man/nxt_test.1 --- nxt-python-2.2.2.orig/debian/changelog +++ nxt-python-2.2.2/debian/changelog @@ -0,0 +1,21 @@ +nxt-python (2.2.2-1) unstable; urgency=low + + * New upstream release + - Update copyright year in debian/copyright + * Bump standards version to 3.9.3 without further change + + -- Scott Kitterman Wed, 30 May 2012 22:18:08 -0400 + +nxt-python (2.2.1-2) unstable; urgency=low + + * Add debian/70-lego.rules and install in /lib/udev/rules.d to give plugdev + access to the nxt robot (instead of just root) + - Based on Fedora udev rule for nxt_python 0.7 + + -- Scott Kitterman Tue, 17 Jan 2012 00:02:27 -0500 + +nxt-python (2.2.1-1) unstable; urgency=low + + * Initial Debian release. (Closes: #653949) + + -- Scott Kitterman Sun, 01 Jan 2012 21:20:35 -0500 --- nxt-python-2.2.2.orig/debian/python-nxt-filer.manpages +++ nxt-python-2.2.2/debian/python-nxt-filer.manpages @@ -0,0 +1 @@ +debian/man/nxt_filer.1 --- nxt-python-2.2.2.orig/debian/python-nxt.install +++ nxt-python-2.2.2/debian/python-nxt.install @@ -0,0 +1,5 @@ +/usr/bin/nxt_push +/usr/bin/nxt_server +/usr/bin/nxt_test +/usr/lib/python2.*/dist-packages/nxt* +/../70-lego.rules lib/udev/rules.d --- nxt-python-2.2.2.orig/debian/rules +++ nxt-python-2.2.2/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@ --with quilt, --with python2 --- nxt-python-2.2.2.orig/debian/watch +++ nxt-python-2.2.2/debian/watch @@ -0,0 +1,7 @@ +version=3 + +opts=\ +downloadurlmangle=s|.*[?]name=(.*?)&.*|http://nxt-python.googlecode.com/files/$1|,\ +filenamemangle=s|[^/]+[?]name=(.*?)&.*|$1| \ +http://code.google.com/p/nxt-python/downloads/detail[?]name=nxt-python-([0-9.]+).tar.gz&.* + --- nxt-python-2.2.2.orig/debian/python-nxt-filer.install +++ nxt-python-2.2.2/debian/python-nxt-filer.install @@ -0,0 +1 @@ +/usr/bin/nxt_filer --- nxt-python-2.2.2.orig/debian/python-nxt.docs +++ nxt-python-2.2.2/debian/python-nxt.docs @@ -0,0 +1 @@ +README --- nxt-python-2.2.2.orig/debian/copyright +++ nxt-python-2.2.2/debian/copyright @@ -0,0 +1,80 @@ +This package was debianized by Scott Kitterman on +January 1, 2012. + +The Debian maintainer is Scott Kitterman . + +It was downloaded from: http://code.google.com/p/nxt-python/ + +Upstream Author: Marcus Wanner + +Copyright: + +/nxt +# Copyright (C) 2006-2007 Douglas P Lau +# Copyright (C) 2009-2012 Marcus Wanner +# Copyright (C) 2009-2010 rhn +# Copyright (C) 2010-2011 zonedabone +# Copyright (C) 2011i Tat-Chee Wan +# Copyright (C) 2007 Simon D. Levy +# Copyright (C) 2011 Paul Hollensen +# Copyright (C) 2010 Vladimir Moskva +# Copyright (C) 2009 Paulo Vieira +# Copyright (C) 2010 MindSensors +# Copyright (C) 2010 melducky +# Copyright (C) 2010 Samuel Leeman-Munk +# Copyright (C) 2011 jerradgenson +# +# 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. + +See /usr/share/common-licenses/GPL-3 for the full text of the license + +/motcont +% Author: Linus Atorf +% Copyright: 2007-2010, RWTH Aachen University +% +% +% *********************************************************************************************** +% * This file is part of the RWTH - Mindstorms NXT Toolbox. * +% * * +% * The RWTH - Mindstorms NXT Toolbox 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. * +% * * +% * The RWTH - Mindstorms NXT Toolbox 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 the * +% * RWTH - Mindstorms NXT Toolbox. If not, see . * +% *********************************************************************************************** +*/ + +See /usr/share/common-licenses/GPL-3 for the full text of the license + +/scripts +# Copyright (C) 2006 Douglas P Lau +# Copyright (C) 2010 rhn +# Copyright (C) 2011 zonedabone, Marcus Wanner +# +# 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 2 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. + +See /usr/share/common-licenses/GPL-2 for the full text of the license + +The Debian packaging is © 2012, Scott Kitterman and +is licensed under the same terms as the upstream package, see above. --- nxt-python-2.2.2.orig/debian/70-lego.rules +++ nxt-python-2.2.2/debian/70-lego.rules @@ -0,0 +1 @@ +SUBSYSTEM=="usb", ATTRS{idVendor}=="0694", GROUP="plugdev", MODE="0660" --- nxt-python-2.2.2.orig/debian/python-nxt.examples +++ nxt-python-2.2.2/debian/python-nxt.examples @@ -0,0 +1 @@ +examples/* --- nxt-python-2.2.2.orig/debian/README.source +++ nxt-python-2.2.2/debian/README.source @@ -0,0 +1,5 @@ +This package uses quilt for patches. dpkg-source -x does produce source +ready for building with dpkg-buildpackage. It does not procude source ready +for editing. See /usr/share/doc/quilt/README.source for information on using +quilt. + --- nxt-python-2.2.2.orig/debian/control +++ nxt-python-2.2.2/debian/control @@ -0,0 +1,25 @@ +Source: nxt-python +Section: python +Priority: optional +Maintainer: Scott Kitterman +Uploaders: Debian Python Modules Team +Build-Depends: debhelper (>= 7.3.16), python-all (>= 2.6.5-2~), quilt (>= 0.46-7) +Vcs-Svn: svn://svn.debian.org/python-modules/packages/nxt-python/trunk +Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/nxt-python/trunk/ +Standards-Version: 3.9.3 +Homepage: http://code.google.com/p/nxt-python/ +X-Python-Version: >= 2.6 + +Package: python-nxt +Architecture: all +Depends: ${misc:Depends}, ${python:Depends}, python-usb, python-bluez +Description: python driver/interface/wrapper for the Lego Mindstorms NXT robot + NXT-Python is a package for controlling a LEGO NXT robot using the Python + programming language. It can communicate using either USB or Bluetooth. + +Package: python-nxt-filer +Architecture: all +Depends: ${misc:Depends}, ${python:Depends}, python-nxt, python-gtk2 +Description: simple GUI to manage files on a LEGO Mindstorms NXT + GTK2 based file management GUI for LEGO Mindstorms NXT + --- nxt-python-2.2.2.orig/debian/compat +++ nxt-python-2.2.2/debian/compat @@ -0,0 +1 @@ +7 --- nxt-python-2.2.2.orig/debian/man/nxt_server.1 +++ nxt-python-2.2.2/debian/man/nxt_server.1 @@ -0,0 +1,162 @@ +\" +.\" Standard preamble: +.\" ======================================================================== +.de Sh \" Subsection heading +.br +.if t .Sp +.ne 5 +.PP +\fB\\$1\fR +.PP +.. +.de Sp \" Vertical space (when we can't use .PP) +.if t .sp .5v +.if n .sp +.. +.de Vb \" Begin verbatim text +.ft CW +.nf +.ne \\$1 +.. +.de Ve \" End verbatim text +.ft R +.fi +.. +.\" Set up some character translations and predefined strings. \*(-- will +.\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left +.\" double quote, and \*(R" will give a right double quote. \*(C+ will +.\" give a nicer C++. Capital omega is used to do unbreakable dashes and +.\" therefore won't be available. \*(C` and \*(C' expand to `' in nroff, +.\" nothing in troff, for use with C<>. +.tr \(*W- +.ds C+ C\v'-.1v'\h'-1p'\s-2+\h'-1p'+\s0\v'.1v'\h'-1p' +.ie n \{\ +. ds -- \(*W- +. ds PI pi +. if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch +. if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch +. ds L" "" +. ds R" "" +. ds C` "" +. ds C' "" +'br\} +.el\{\ +. ds -- \|\(em\| +. ds PI \(*p +. ds L" `` +. ds R" '' +'br\} +.\" +.\" If the F register is turned on, we'll generate index entries on stderr for +.\" titles (.TH), headers (.SH), subsections (.Sh), items (.Ip), and index +.\" entries marked with X<> in POD. Of course, you'll have to process the +.\" output yourself in some meaningful fashion. +.if \nF \{\ +. de IX +. tm Index:\\$1\t\\n%\t"\\$2" +.. +. nr % 0 +. rr F +.\} +.\" +.\" For nroff, turn off justification. Always turn off hyphenation; it makes +.\" way too many mistakes in technical documents. +.hy 0 +.if n .na +.\" +.\" Accent mark definitions (@(#)ms.acc 1.5 88/02/08 SMI; from UCB 4.2). +.\" Fear. Run. Save yourself. No user-serviceable parts. +. \" fudge factors for nroff and troff +.if n \{\ +. ds #H 0 +. ds #V .8m +. ds #F .3m +. ds #[ \f1 +. ds #] \fP +.\} +.if t \{\ +. ds #H ((1u-(\\\\n(.fu%2u))*.13m) +. ds #V .6m +. ds #F 0 +. ds #[ \& +. ds #] \& +.\} +. \" simple accents for nroff and troff +.if n \{\ +. ds ' \& +. ds ` \& +. ds ^ \& +. ds , \& +. ds ~ ~ +. ds / +.\} +.if t \{\ +. ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u" +. ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u' +. ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'^\h'|\\n:u' +. ds , \\k:\h'-(\\n(.wu*8/10)',\h'|\\n:u' +. ds ~ \\k:\h'-(\\n(.wu-\*(#H-.1m)'~\h'|\\n:u' +. ds / \\k:\h'-(\\n(.wu*8/10-\*(#H)'\z\(sl\h'|\\n:u' +.\} +. \" troff and (daisy-wheel) nroff accents +.ds : \\k:\h'-(\\n(.wu*8/10-\*(#H+.1m+\*(#F)'\v'-\*(#V'\z.\h'.2m+\*(#F'.\h'|\\n:u'\v'\*(#V' +.ds 8 \h'\*(#H'\(*b\h'-\*(#H' +.ds o \\k:\h'-(\\n(.wu+\w'\(de'u-\*(#H)/2u'\v'-.3n'\*(#[\z\(de\v'.3n'\h'|\\n:u'\*(#] +.ds d- \h'\*(#H'\(pd\h'-\w'~'u'\v'-.25m'\f2\(hy\fP\v'.25m'\h'-\*(#H' +.ds D- D\\k:\h'-\w'D'u'\v'-.11m'\z\(hy\v'.11m'\h'|\\n:u' +.ds th \*(#[\v'.3m'\s+1I\s-1\v'-.3m'\h'-(\w'I'u*2/3)'\s-1o\s+1\*(#] +.ds Th \*(#[\s+2I\s-2\h'-\w'I'u*3/5'\v'-.3m'o\v'.3m'\*(#] +.ds ae a\h'-(\w'a'u*4/10)'e +.ds Ae A\h'-(\w'A'u*4/10)'E +. \" corrections for vroff +.if v .ds ~ \\k:\h'-(\\n(.wu*9/10-\*(#H)'\s-2\u~\d\s+2\h'|\\n:u' +.if v .ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'\v'-.4m'^\v'.4m'\h'|\\n:u' +. \" for low resolution devices (crt and lpr) +.if \n(.H>23 .if \n(.V>19 \ +\{\ +. ds : e +. ds 8 ss +. ds o a +. ds d- d\h'-1'\(ga +. ds D- D\h'-1'\(hy +. ds th \o'bp' +. ds Th \o'LP' +. ds ae ae +. ds Ae AE +.\} +.rm #[ #] #H #V #F C +.\" ======================================================================== +.\" +.IX Title "nxt_server 1" +.TH nxt_server 1 "2012-01-01" +.SH "NAME" +nxt_server \- Command server for Mindstorm NXT +.SH "VERSION" +.IX Header "VERSION" +2\.2\.1 + +.SH "DESCRIPTION" +.IX Header "DESCRIPTION" + +Command server for NXT brick + +.SH "USAGE" +.IX Header "USAGE" + +Usage: nxt_server.py [\-\-host ][\-\-name ] +[\-\-iphost ][\-\-ipport ] + +.SH "OTHER PROGRAMS" +.IX Header "OTHER PROGRAMS" + +This package also provides nxt_push and nxt_test. See their +documentation for a description of their functions. There are also example +files and the python nxt module. The nxt file manager is in the +python-nxt-filer package. + +.SH "AUTHORS" +.IX Header "AUTHORS" +\fBnxt-python\fR was written by Marcus Wanner based on +nxt_python (by Douglas P Lau) +.PP +This man-page was created by Scott Kitterman . --- nxt-python-2.2.2.orig/debian/man/nxt_test.1 +++ nxt-python-2.2.2/debian/man/nxt_test.1 @@ -0,0 +1,161 @@ +\" +.\" Standard preamble: +.\" ======================================================================== +.de Sh \" Subsection heading +.br +.if t .Sp +.ne 5 +.PP +\fB\\$1\fR +.PP +.. +.de Sp \" Vertical space (when we can't use .PP) +.if t .sp .5v +.if n .sp +.. +.de Vb \" Begin verbatim text +.ft CW +.nf +.ne \\$1 +.. +.de Ve \" End verbatim text +.ft R +.fi +.. +.\" Set up some character translations and predefined strings. \*(-- will +.\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left +.\" double quote, and \*(R" will give a right double quote. \*(C+ will +.\" give a nicer C++. Capital omega is used to do unbreakable dashes and +.\" therefore won't be available. \*(C` and \*(C' expand to `' in nroff, +.\" nothing in troff, for use with C<>. +.tr \(*W- +.ds C+ C\v'-.1v'\h'-1p'\s-2+\h'-1p'+\s0\v'.1v'\h'-1p' +.ie n \{\ +. ds -- \(*W- +. ds PI pi +. if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch +. if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch +. ds L" "" +. ds R" "" +. ds C` "" +. ds C' "" +'br\} +.el\{\ +. ds -- \|\(em\| +. ds PI \(*p +. ds L" `` +. ds R" '' +'br\} +.\" +.\" If the F register is turned on, we'll generate index entries on stderr for +.\" titles (.TH), headers (.SH), subsections (.Sh), items (.Ip), and index +.\" entries marked with X<> in POD. Of course, you'll have to process the +.\" output yourself in some meaningful fashion. +.if \nF \{\ +. de IX +. tm Index:\\$1\t\\n%\t"\\$2" +.. +. nr % 0 +. rr F +.\} +.\" +.\" For nroff, turn off justification. Always turn off hyphenation; it makes +.\" way too many mistakes in technical documents. +.hy 0 +.if n .na +.\" +.\" Accent mark definitions (@(#)ms.acc 1.5 88/02/08 SMI; from UCB 4.2). +.\" Fear. Run. Save yourself. No user-serviceable parts. +. \" fudge factors for nroff and troff +.if n \{\ +. ds #H 0 +. ds #V .8m +. ds #F .3m +. ds #[ \f1 +. ds #] \fP +.\} +.if t \{\ +. ds #H ((1u-(\\\\n(.fu%2u))*.13m) +. ds #V .6m +. ds #F 0 +. ds #[ \& +. ds #] \& +.\} +. \" simple accents for nroff and troff +.if n \{\ +. ds ' \& +. ds ` \& +. ds ^ \& +. ds , \& +. ds ~ ~ +. ds / +.\} +.if t \{\ +. ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u" +. ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u' +. ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'^\h'|\\n:u' +. ds , \\k:\h'-(\\n(.wu*8/10)',\h'|\\n:u' +. ds ~ \\k:\h'-(\\n(.wu-\*(#H-.1m)'~\h'|\\n:u' +. ds / \\k:\h'-(\\n(.wu*8/10-\*(#H)'\z\(sl\h'|\\n:u' +.\} +. \" troff and (daisy-wheel) nroff accents +.ds : \\k:\h'-(\\n(.wu*8/10-\*(#H+.1m+\*(#F)'\v'-\*(#V'\z.\h'.2m+\*(#F'.\h'|\\n:u'\v'\*(#V' +.ds 8 \h'\*(#H'\(*b\h'-\*(#H' +.ds o \\k:\h'-(\\n(.wu+\w'\(de'u-\*(#H)/2u'\v'-.3n'\*(#[\z\(de\v'.3n'\h'|\\n:u'\*(#] +.ds d- \h'\*(#H'\(pd\h'-\w'~'u'\v'-.25m'\f2\(hy\fP\v'.25m'\h'-\*(#H' +.ds D- D\\k:\h'-\w'D'u'\v'-.11m'\z\(hy\v'.11m'\h'|\\n:u' +.ds th \*(#[\v'.3m'\s+1I\s-1\v'-.3m'\h'-(\w'I'u*2/3)'\s-1o\s+1\*(#] +.ds Th \*(#[\s+2I\s-2\h'-\w'I'u*3/5'\v'-.3m'o\v'.3m'\*(#] +.ds ae a\h'-(\w'a'u*4/10)'e +.ds Ae A\h'-(\w'A'u*4/10)'E +. \" corrections for vroff +.if v .ds ~ \\k:\h'-(\\n(.wu*9/10-\*(#H)'\s-2\u~\d\s+2\h'|\\n:u' +.if v .ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'\v'-.4m'^\v'.4m'\h'|\\n:u' +. \" for low resolution devices (crt and lpr) +.if \n(.H>23 .if \n(.V>19 \ +\{\ +. ds : e +. ds 8 ss +. ds o a +. ds d- d\h'-1'\(ga +. ds D- D\h'-1'\(hy +. ds th \o'bp' +. ds Th \o'LP' +. ds ae ae +. ds Ae AE +.\} +.rm #[ #] #H #V #F C +.\" ======================================================================== +.\" +.IX Title "nxt_test 1" +.TH nxt_test 1 "2012-01-01" +.SH "NAME" +nxt_test \- NXT test script +.SH "VERSION" +.IX Header "VERSION" +2\.2\.1 + +.SH "DESCRIPTION" +.IX Header "DESCRIPTION" + +Tests the nxt-python setup and brick firmware interaction + +.SH "USAGE" +.IX Header "USAGE" + +Usage: nxt_test (takes no arguments except \-\-help) + +.SH "OTHER PROGRAMS" +.IX Header "OTHER PROGRAMS" + +This package also provides nxt_push and nxt_server. See their +documentation for a description of their functions. There are also example +files and the python nxt module. The nxt file manager is in the +python-nxt-filer package. + +.SH "AUTHORS" +.IX Header "AUTHORS" +\fBnxt-python\fR was written by Marcus Wanner based on +nxt_python (by Douglas P Lau) +.PP +This man-page was created by Scott Kitterman . --- nxt-python-2.2.2.orig/debian/man/nxt_filer.1 +++ nxt-python-2.2.2/debian/man/nxt_filer.1 @@ -0,0 +1,160 @@ +\" +.\" Standard preamble: +.\" ======================================================================== +.de Sh \" Subsection heading +.br +.if t .Sp +.ne 5 +.PP +\fB\\$1\fR +.PP +.. +.de Sp \" Vertical space (when we can't use .PP) +.if t .sp .5v +.if n .sp +.. +.de Vb \" Begin verbatim text +.ft CW +.nf +.ne \\$1 +.. +.de Ve \" End verbatim text +.ft R +.fi +.. +.\" Set up some character translations and predefined strings. \*(-- will +.\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left +.\" double quote, and \*(R" will give a right double quote. \*(C+ will +.\" give a nicer C++. Capital omega is used to do unbreakable dashes and +.\" therefore won't be available. \*(C` and \*(C' expand to `' in nroff, +.\" nothing in troff, for use with C<>. +.tr \(*W- +.ds C+ C\v'-.1v'\h'-1p'\s-2+\h'-1p'+\s0\v'.1v'\h'-1p' +.ie n \{\ +. ds -- \(*W- +. ds PI pi +. if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch +. if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch +. ds L" "" +. ds R" "" +. ds C` "" +. ds C' "" +'br\} +.el\{\ +. ds -- \|\(em\| +. ds PI \(*p +. ds L" `` +. ds R" '' +'br\} +.\" +.\" If the F register is turned on, we'll generate index entries on stderr for +.\" titles (.TH), headers (.SH), subsections (.Sh), items (.Ip), and index +.\" entries marked with X<> in POD. Of course, you'll have to process the +.\" output yourself in some meaningful fashion. +.if \nF \{\ +. de IX +. tm Index:\\$1\t\\n%\t"\\$2" +.. +. nr % 0 +. rr F +.\} +.\" +.\" For nroff, turn off justification. Always turn off hyphenation; it makes +.\" way too many mistakes in technical documents. +.hy 0 +.if n .na +.\" +.\" Accent mark definitions (@(#)ms.acc 1.5 88/02/08 SMI; from UCB 4.2). +.\" Fear. Run. Save yourself. No user-serviceable parts. +. \" fudge factors for nroff and troff +.if n \{\ +. ds #H 0 +. ds #V .8m +. ds #F .3m +. ds #[ \f1 +. ds #] \fP +.\} +.if t \{\ +. ds #H ((1u-(\\\\n(.fu%2u))*.13m) +. ds #V .6m +. ds #F 0 +. ds #[ \& +. ds #] \& +.\} +. \" simple accents for nroff and troff +.if n \{\ +. ds ' \& +. ds ` \& +. ds ^ \& +. ds , \& +. ds ~ ~ +. ds / +.\} +.if t \{\ +. ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u" +. ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u' +. ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'^\h'|\\n:u' +. ds , \\k:\h'-(\\n(.wu*8/10)',\h'|\\n:u' +. ds ~ \\k:\h'-(\\n(.wu-\*(#H-.1m)'~\h'|\\n:u' +. ds / \\k:\h'-(\\n(.wu*8/10-\*(#H)'\z\(sl\h'|\\n:u' +.\} +. \" troff and (daisy-wheel) nroff accents +.ds : \\k:\h'-(\\n(.wu*8/10-\*(#H+.1m+\*(#F)'\v'-\*(#V'\z.\h'.2m+\*(#F'.\h'|\\n:u'\v'\*(#V' +.ds 8 \h'\*(#H'\(*b\h'-\*(#H' +.ds o \\k:\h'-(\\n(.wu+\w'\(de'u-\*(#H)/2u'\v'-.3n'\*(#[\z\(de\v'.3n'\h'|\\n:u'\*(#] +.ds d- \h'\*(#H'\(pd\h'-\w'~'u'\v'-.25m'\f2\(hy\fP\v'.25m'\h'-\*(#H' +.ds D- D\\k:\h'-\w'D'u'\v'-.11m'\z\(hy\v'.11m'\h'|\\n:u' +.ds th \*(#[\v'.3m'\s+1I\s-1\v'-.3m'\h'-(\w'I'u*2/3)'\s-1o\s+1\*(#] +.ds Th \*(#[\s+2I\s-2\h'-\w'I'u*3/5'\v'-.3m'o\v'.3m'\*(#] +.ds ae a\h'-(\w'a'u*4/10)'e +.ds Ae A\h'-(\w'A'u*4/10)'E +. \" corrections for vroff +.if v .ds ~ \\k:\h'-(\\n(.wu*9/10-\*(#H)'\s-2\u~\d\s+2\h'|\\n:u' +.if v .ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'\v'-.4m'^\v'.4m'\h'|\\n:u' +. \" for low resolution devices (crt and lpr) +.if \n(.H>23 .if \n(.V>19 \ +\{\ +. ds : e +. ds 8 ss +. ds o a +. ds d- d\h'-1'\(ga +. ds D- D\h'-1'\(hy +. ds th \o'bp' +. ds Th \o'LP' +. ds ae ae +. ds Ae AE +.\} +.rm #[ #] #H #V #F C +.\" ======================================================================== +.\" +.IX Title "nxt_filer 1" +.TH nxt_filer 1 "2012-01-01" +.SH "NAME" +nxt_filter \- NXT File Management Progream +.SH "VERSION" +.IX Header "VERSION" +2\.2\.1 + +.SH "DESCRIPTION" +.IX Header "DESCRIPTION" + +Simple GUI to manage files on a LEGO Mindstorms NXT + +.SH "USAGE" +.IX Header "USAGE" + +Usage: nxt_filer [\-\-host ] + +.SH "OTHER PROGRAMS" +.IX Header "OTHER PROGRAMS" + +python-nxt provides nxt_push, nxt_server, and nxt test. See their +documentation for a description of their functions. It also provides +example scripts and the python nxt module. + +.SH "AUTHORS" +.IX Header "AUTHORS" +\fBnxt-python\fR was written by Marcus Wanner based on +nxt_python (by Douglas P Lau) +.PP +This man-page was created by Scott Kitterman . --- nxt-python-2.2.2.orig/debian/man/nxt_push.1 +++ nxt-python-2.2.2/debian/man/nxt_push.1 @@ -0,0 +1,161 @@ +\" +.\" Standard preamble: +.\" ======================================================================== +.de Sh \" Subsection heading +.br +.if t .Sp +.ne 5 +.PP +\fB\\$1\fR +.PP +.. +.de Sp \" Vertical space (when we can't use .PP) +.if t .sp .5v +.if n .sp +.. +.de Vb \" Begin verbatim text +.ft CW +.nf +.ne \\$1 +.. +.de Ve \" End verbatim text +.ft R +.fi +.. +.\" Set up some character translations and predefined strings. \*(-- will +.\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left +.\" double quote, and \*(R" will give a right double quote. \*(C+ will +.\" give a nicer C++. Capital omega is used to do unbreakable dashes and +.\" therefore won't be available. \*(C` and \*(C' expand to `' in nroff, +.\" nothing in troff, for use with C<>. +.tr \(*W- +.ds C+ C\v'-.1v'\h'-1p'\s-2+\h'-1p'+\s0\v'.1v'\h'-1p' +.ie n \{\ +. ds -- \(*W- +. ds PI pi +. if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch +. if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch +. ds L" "" +. ds R" "" +. ds C` "" +. ds C' "" +'br\} +.el\{\ +. ds -- \|\(em\| +. ds PI \(*p +. ds L" `` +. ds R" '' +'br\} +.\" +.\" If the F register is turned on, we'll generate index entries on stderr for +.\" titles (.TH), headers (.SH), subsections (.Sh), items (.Ip), and index +.\" entries marked with X<> in POD. Of course, you'll have to process the +.\" output yourself in some meaningful fashion. +.if \nF \{\ +. de IX +. tm Index:\\$1\t\\n%\t"\\$2" +.. +. nr % 0 +. rr F +.\} +.\" +.\" For nroff, turn off justification. Always turn off hyphenation; it makes +.\" way too many mistakes in technical documents. +.hy 0 +.if n .na +.\" +.\" Accent mark definitions (@(#)ms.acc 1.5 88/02/08 SMI; from UCB 4.2). +.\" Fear. Run. Save yourself. No user-serviceable parts. +. \" fudge factors for nroff and troff +.if n \{\ +. ds #H 0 +. ds #V .8m +. ds #F .3m +. ds #[ \f1 +. ds #] \fP +.\} +.if t \{\ +. ds #H ((1u-(\\\\n(.fu%2u))*.13m) +. ds #V .6m +. ds #F 0 +. ds #[ \& +. ds #] \& +.\} +. \" simple accents for nroff and troff +.if n \{\ +. ds ' \& +. ds ` \& +. ds ^ \& +. ds , \& +. ds ~ ~ +. ds / +.\} +.if t \{\ +. ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u" +. ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u' +. ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'^\h'|\\n:u' +. ds , \\k:\h'-(\\n(.wu*8/10)',\h'|\\n:u' +. ds ~ \\k:\h'-(\\n(.wu-\*(#H-.1m)'~\h'|\\n:u' +. ds / \\k:\h'-(\\n(.wu*8/10-\*(#H)'\z\(sl\h'|\\n:u' +.\} +. \" troff and (daisy-wheel) nroff accents +.ds : \\k:\h'-(\\n(.wu*8/10-\*(#H+.1m+\*(#F)'\v'-\*(#V'\z.\h'.2m+\*(#F'.\h'|\\n:u'\v'\*(#V' +.ds 8 \h'\*(#H'\(*b\h'-\*(#H' +.ds o \\k:\h'-(\\n(.wu+\w'\(de'u-\*(#H)/2u'\v'-.3n'\*(#[\z\(de\v'.3n'\h'|\\n:u'\*(#] +.ds d- \h'\*(#H'\(pd\h'-\w'~'u'\v'-.25m'\f2\(hy\fP\v'.25m'\h'-\*(#H' +.ds D- D\\k:\h'-\w'D'u'\v'-.11m'\z\(hy\v'.11m'\h'|\\n:u' +.ds th \*(#[\v'.3m'\s+1I\s-1\v'-.3m'\h'-(\w'I'u*2/3)'\s-1o\s+1\*(#] +.ds Th \*(#[\s+2I\s-2\h'-\w'I'u*3/5'\v'-.3m'o\v'.3m'\*(#] +.ds ae a\h'-(\w'a'u*4/10)'e +.ds Ae A\h'-(\w'A'u*4/10)'E +. \" corrections for vroff +.if v .ds ~ \\k:\h'-(\\n(.wu*9/10-\*(#H)'\s-2\u~\d\s+2\h'|\\n:u' +.if v .ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'\v'-.4m'^\v'.4m'\h'|\\n:u' +. \" for low resolution devices (crt and lpr) +.if \n(.H>23 .if \n(.V>19 \ +\{\ +. ds : e +. ds 8 ss +. ds o a +. ds d- d\h'-1'\(ga +. ds D- D\h'-1'\(hy +. ds th \o'bp' +. ds Th \o'LP' +. ds ae ae +. ds Ae AE +.\} +.rm #[ #] #H #V #F C +.\" ======================================================================== +.\" +.IX Title "nxt_push 1" +.TH nxt_push 1 "2012-01-01" +.SH "NAME" +nxt_push \- Pushes a file to a Mindstorm NXT +.SH "VERSION" +.IX Header "VERSION" +2\.2\.1 + +.SH "DESCRIPTION" +.IX Header "DESCRIPTION" + +Push a file to a LEGO Mindstorms NXT brick + +.SH "USAGE" +.IX Header "USAGE" + +Usage: nxt_push [\-\-host ] + +.SH "OTHER PROGRAMS" +.IX Header "OTHER PROGRAMS" + +This package also provides nxt_server and nxt_test. See their +documentation for a description of their functions. There are also example +files and the python nxt module. The nxt file manager is in the +python-nxt-filer package. + +.SH "AUTHORS" +.IX Header "AUTHORS" +\fBnxt-python\fR was written by Marcus Wanner based on +nxt_python (by Douglas P Lau) +.PP +This man-page was created by Scott Kitterman . --- nxt-python-2.2.2.orig/debian/patches/series +++ nxt-python-2.2.2/debian/patches/series @@ -0,0 +1 @@ +debian-build.diff --- nxt-python-2.2.2.orig/debian/patches/debian-build.diff +++ nxt-python-2.2.2/debian/patches/debian-build.diff @@ -0,0 +1,10 @@ +Index: nxt-python-2.2.1/setup.py +=================================================================== +--- nxt-python-2.2.1.orig/setup.py 2012-01-01 22:02:13.458098987 -0500 ++++ nxt-python-2.2.1/setup.py 2012-01-01 22:02:21.498098749 -0500 +@@ -1,5 +1,3 @@ +-#!/usr/bin/env python +- + from distutils.core import setup + + try: