[Python-modules-commits] r19826 - in packages/nxt-python/trunk (22 files)

kitterman at users.alioth.debian.org kitterman at users.alioth.debian.org
Mon Jan 2 04:21:31 UTC 2012


    Date: Monday, January 2, 2012 @ 04:21:28
  Author: kitterman
Revision: 19826

[svn-inject] Applying Debian modifications (2.2.1-1) to trunk

Added:
  packages/nxt-python/trunk/debian/
  packages/nxt-python/trunk/debian/README.source
  packages/nxt-python/trunk/debian/changelog
  packages/nxt-python/trunk/debian/compat
  packages/nxt-python/trunk/debian/control
  packages/nxt-python/trunk/debian/copyright
  packages/nxt-python/trunk/debian/man/
  packages/nxt-python/trunk/debian/man/nxt_filer.1
  packages/nxt-python/trunk/debian/man/nxt_push.1
  packages/nxt-python/trunk/debian/man/nxt_server.1
  packages/nxt-python/trunk/debian/man/nxt_test.1
  packages/nxt-python/trunk/debian/patches/
  packages/nxt-python/trunk/debian/patches/debian-build.diff
  packages/nxt-python/trunk/debian/patches/series
  packages/nxt-python/trunk/debian/python-nxt-filer.install
  packages/nxt-python/trunk/debian/python-nxt-filer.manpages
  packages/nxt-python/trunk/debian/python-nxt.docs
  packages/nxt-python/trunk/debian/python-nxt.examples
  packages/nxt-python/trunk/debian/python-nxt.install
  packages/nxt-python/trunk/debian/python-nxt.manpages
  packages/nxt-python/trunk/debian/rules
  packages/nxt-python/trunk/debian/watch


Property changes on: packages/nxt-python/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/nxt-python/trunk/debian/README.source
===================================================================
--- packages/nxt-python/trunk/debian/README.source	                        (rev 0)
+++ packages/nxt-python/trunk/debian/README.source	2012-01-02 04:21:28 UTC (rev 19826)
@@ -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.
+

Added: packages/nxt-python/trunk/debian/changelog
===================================================================
--- packages/nxt-python/trunk/debian/changelog	                        (rev 0)
+++ packages/nxt-python/trunk/debian/changelog	2012-01-02 04:21:28 UTC (rev 19826)
@@ -0,0 +1,5 @@
+nxt-python (2.2.1-1) unstable; urgency=low
+
+  * Initial Debian release. (Closes: #653949)
+
+ -- Scott Kitterman <scott at kitterman.com>  Sun, 01 Jan 2012 21:20:35 -0500

Added: packages/nxt-python/trunk/debian/compat
===================================================================
--- packages/nxt-python/trunk/debian/compat	                        (rev 0)
+++ packages/nxt-python/trunk/debian/compat	2012-01-02 04:21:28 UTC (rev 19826)
@@ -0,0 +1 @@
+7

Added: packages/nxt-python/trunk/debian/control
===================================================================
--- packages/nxt-python/trunk/debian/control	                        (rev 0)
+++ packages/nxt-python/trunk/debian/control	2012-01-02 04:21:28 UTC (rev 19826)
@@ -0,0 +1,25 @@
+Source: nxt-python
+Section: python
+Priority: optional
+Maintainer: Scott Kitterman <scott at kitterman.com>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+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.2
+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
+

Added: packages/nxt-python/trunk/debian/copyright
===================================================================
--- packages/nxt-python/trunk/debian/copyright	                        (rev 0)
+++ packages/nxt-python/trunk/debian/copyright	2012-01-02 04:21:28 UTC (rev 19826)
@@ -0,0 +1,80 @@
+This package was debianized by Scott Kitterman <scott at kitterman.com> on
+January 1, 2012.
+
+The Debian maintainer is Scott Kitterman <scott at kitterman.com>.
+
+It was downloaded from: http://code.google.com/p/nxt-python/
+
+Upstream Author: Marcus Wanner <marcus at wanners.net>
+
+Copyright:
+
+/nxt
+# Copyright (C) 2006-2007  Douglas P Lau
+# Copyright (C) 2009-2011  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 <http://www.gnu.org/licenses/>.                 *
+% ***********************************************************************************************
+*/
+
+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 <scott at kitterman.com> and
+is licensed under the same terms as the upstream package, see above.

Added: packages/nxt-python/trunk/debian/man/nxt_filer.1
===================================================================
--- packages/nxt-python/trunk/debian/man/nxt_filer.1	                        (rev 0)
+++ packages/nxt-python/trunk/debian/man/nxt_filer.1	2012-01-02 04:21:28 UTC (rev 19826)
@@ -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 <macaddress>]
+
+.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 <marcus at wanners.net> based on
+nxt_python (by Douglas P Lau)
+.PP
+This man-page was created by Scott Kitterman <scott at kitterman.com>.

Added: packages/nxt-python/trunk/debian/man/nxt_push.1
===================================================================
--- packages/nxt-python/trunk/debian/man/nxt_push.1	                        (rev 0)
+++ packages/nxt-python/trunk/debian/man/nxt_push.1	2012-01-02 04:21:28 UTC (rev 19826)
@@ -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 <macaddress>] <file>
+
+.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 <marcus at wanners.net> based on
+nxt_python (by Douglas P Lau)
+.PP
+This man-page was created by Scott Kitterman <scott at kitterman.com>.

Added: packages/nxt-python/trunk/debian/man/nxt_server.1
===================================================================
--- packages/nxt-python/trunk/debian/man/nxt_server.1	                        (rev 0)
+++ packages/nxt-python/trunk/debian/man/nxt_server.1	2012-01-02 04:21:28 UTC (rev 19826)
@@ -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 <macaddress>][\-\-name <name>]
+[\-\-iphost <server ip>][\-\-ipport <server port>]
+
+.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 <marcus at wanners.net> based on
+nxt_python (by Douglas P Lau)
+.PP
+This man-page was created by Scott Kitterman <scott at kitterman.com>.

Added: packages/nxt-python/trunk/debian/man/nxt_test.1
===================================================================
--- packages/nxt-python/trunk/debian/man/nxt_test.1	                        (rev 0)
+++ packages/nxt-python/trunk/debian/man/nxt_test.1	2012-01-02 04:21:28 UTC (rev 19826)
@@ -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 <marcus at wanners.net> based on
+nxt_python (by Douglas P Lau)
+.PP
+This man-page was created by Scott Kitterman <scott at kitterman.com>.

Added: packages/nxt-python/trunk/debian/patches/debian-build.diff
===================================================================
--- packages/nxt-python/trunk/debian/patches/debian-build.diff	                        (rev 0)
+++ packages/nxt-python/trunk/debian/patches/debian-build.diff	2012-01-02 04:21:28 UTC (rev 19826)
@@ -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:

Added: packages/nxt-python/trunk/debian/patches/series
===================================================================
--- packages/nxt-python/trunk/debian/patches/series	                        (rev 0)
+++ packages/nxt-python/trunk/debian/patches/series	2012-01-02 04:21:28 UTC (rev 19826)
@@ -0,0 +1 @@
+debian-build.diff

Added: packages/nxt-python/trunk/debian/python-nxt-filer.install
===================================================================
--- packages/nxt-python/trunk/debian/python-nxt-filer.install	                        (rev 0)
+++ packages/nxt-python/trunk/debian/python-nxt-filer.install	2012-01-02 04:21:28 UTC (rev 19826)
@@ -0,0 +1 @@
+/usr/bin/nxt_filer

Added: packages/nxt-python/trunk/debian/python-nxt-filer.manpages
===================================================================
--- packages/nxt-python/trunk/debian/python-nxt-filer.manpages	                        (rev 0)
+++ packages/nxt-python/trunk/debian/python-nxt-filer.manpages	2012-01-02 04:21:28 UTC (rev 19826)
@@ -0,0 +1 @@
+debian/man/nxt_filer.1

Added: packages/nxt-python/trunk/debian/python-nxt.docs
===================================================================
--- packages/nxt-python/trunk/debian/python-nxt.docs	                        (rev 0)
+++ packages/nxt-python/trunk/debian/python-nxt.docs	2012-01-02 04:21:28 UTC (rev 19826)
@@ -0,0 +1 @@
+README

Added: packages/nxt-python/trunk/debian/python-nxt.examples
===================================================================
--- packages/nxt-python/trunk/debian/python-nxt.examples	                        (rev 0)
+++ packages/nxt-python/trunk/debian/python-nxt.examples	2012-01-02 04:21:28 UTC (rev 19826)
@@ -0,0 +1 @@
+examples/*

Added: packages/nxt-python/trunk/debian/python-nxt.install
===================================================================
--- packages/nxt-python/trunk/debian/python-nxt.install	                        (rev 0)
+++ packages/nxt-python/trunk/debian/python-nxt.install	2012-01-02 04:21:28 UTC (rev 19826)
@@ -0,0 +1,4 @@
+/usr/bin/nxt_push
+/usr/bin/nxt_server
+/usr/bin/nxt_test
+/usr/lib/python2.*/dist-packages/nxt*

Added: packages/nxt-python/trunk/debian/python-nxt.manpages
===================================================================
--- packages/nxt-python/trunk/debian/python-nxt.manpages	                        (rev 0)
+++ packages/nxt-python/trunk/debian/python-nxt.manpages	2012-01-02 04:21:28 UTC (rev 19826)
@@ -0,0 +1,3 @@
+debian/man/nxt_push.1
+debian/man/nxt_server.1
+debian/man/nxt_test.1

Added: packages/nxt-python/trunk/debian/rules
===================================================================
--- packages/nxt-python/trunk/debian/rules	                        (rev 0)
+++ packages/nxt-python/trunk/debian/rules	2012-01-02 04:21:28 UTC (rev 19826)
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@ --with quilt, --with python2


Property changes on: packages/nxt-python/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/nxt-python/trunk/debian/watch
===================================================================
--- packages/nxt-python/trunk/debian/watch	                        (rev 0)
+++ packages/nxt-python/trunk/debian/watch	2012-01-02 04:21:28 UTC (rev 19826)
@@ -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&.*
+




More information about the Python-modules-commits mailing list