[pypy-svn] r71775 - in pypy/build/ubuntu/debian: . manpages scripts

getxsick at codespeak.net getxsick at codespeak.net
Fri Mar 5 05:12:29 CET 2010


Author: getxsick
Date: Fri Mar  5 05:12:27 2010
New Revision: 71775

Added:
   pypy/build/ubuntu/debian/manpages/dotviewer.1
   pypy/build/ubuntu/debian/manpages/graphserver.1
   pypy/build/ubuntu/debian/manpages/sshgraphserver.1
   pypy/build/ubuntu/debian/pypy-dotviewer.install
   pypy/build/ubuntu/debian/pypy-dotviewer.manpages
   pypy/build/ubuntu/debian/scripts/dotviewer
   pypy/build/ubuntu/debian/scripts/graphserver
   pypy/build/ubuntu/debian/scripts/sshgraphserver
Modified:
   pypy/build/ubuntu/debian/changelog
   pypy/build/ubuntu/debian/control
   pypy/build/ubuntu/debian/manpages/pypy.1
Log:
add pypy-dotviewer package


Modified: pypy/build/ubuntu/debian/changelog
==============================================================================
--- pypy/build/ubuntu/debian/changelog	(original)
+++ pypy/build/ubuntu/debian/changelog	Fri Mar  5 05:12:27 2010
@@ -2,10 +2,11 @@
 
   * New upstream release.
   * New maintainer.
-  * Only JIT-oriented upstream (e.g. stackless is dropped)
-  * Rename pypy-translate to rpycompile
-  * Run tests (-A, lib-python, JIT)
-  * Switch to dpkg-source 3.0 (native) format
+  * Only JIT-oriented upstream (e.g. pypy-stackless is dropped).
+  * Rename pypy-translate to rpycompile.
+  * Add pypy-dotviewer package.
+  * Run tests (-A, lib-python, JIT) when binaries are built.
+  * Switch to dpkg-source 3.0 (native) format.
 
  -- Bartosz Skowron <getxsick at gmail.com>  Tue, 02 Mar 2010 18:08:37 +0100
 

Modified: pypy/build/ubuntu/debian/control
==============================================================================
--- pypy/build/ubuntu/debian/control	(original)
+++ pypy/build/ubuntu/debian/control	Fri Mar  5 05:12:27 2010
@@ -53,3 +53,10 @@
  .
  This package provides a version of the standard Python library suitable for
  use with the PyPy interpreter, both interpreted and translated.
+
+Package: pypy-dotviewer
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, python-pygame, graphviz
+Recommends: pypy | pypy-dev
+Description: XXX
+ Description of the package

Added: pypy/build/ubuntu/debian/manpages/dotviewer.1
==============================================================================
--- (empty file)
+++ pypy/build/ubuntu/debian/manpages/dotviewer.1	Fri Mar  5 05:12:27 2010
@@ -0,0 +1,15 @@
+.TH DOTVIEWER 1 "March 5, 2010"
+.SH NAME
+dotviewer \- PyPy visualization tool.
+.SH SYNOPSIS
+.B dotviewer
+.RI filename.(dot|plain)
+.SH OPTIONS
+In the first form, show the graph contained in a .dot file.
+In the second form, the graph was already compiled to a .plain file.
+.SH SEE ALSO
+.BR graphserver(1), sshgraphserver(1), pypy (1),
+.SH AUTHORS
+\fBPyPy\fP was written by the members of the PyPy project <http://pypy.org>.
+.PP
+This manual page was originally written by Bartosz Skowron <getxsick at gmail.com>.

Added: pypy/build/ubuntu/debian/manpages/graphserver.1
==============================================================================
--- (empty file)
+++ pypy/build/ubuntu/debian/manpages/graphserver.1	Fri Mar  5 05:12:27 2010
@@ -0,0 +1,11 @@
+.TH GRAPHSERVER 1 "March 5, 2010"
+.SH NAME
+graphserver \- PyPy visualization graph server.
+.SH DESCRIPTION
+From the command-line it's easier to use graphserver instead of this.
+.SH SEE ALSO
+.BR sshgraphserver (1), dotviewer (1), pypy (1),
+.SH AUTHORS
+\fBPyPy\fP was written by the members of the PyPy project <http://pypy.org>.
+.PP
+This manual page was originally written by Bartosz Skowron <getxsick at gmail.com>.

Modified: pypy/build/ubuntu/debian/manpages/pypy.1
==============================================================================
--- pypy/build/ubuntu/debian/manpages/pypy.1	(original)
+++ pypy/build/ubuntu/debian/manpages/pypy.1	Fri Mar  5 05:12:27 2010
@@ -35,7 +35,7 @@
 .B \-\-info
 Print translation information about this PyPy executable.
 .SH SEE ALSO
-.BR rpycompile (1),
+.BR rpycompile (1), dotviewer (1), graphserver(1), sshgraphserver(1),
 .SH AUTHORS
 \fBPyPy\fP was written by the members of the PyPy project <http://pypy.org>.
 .PP

Added: pypy/build/ubuntu/debian/manpages/sshgraphserver.1
==============================================================================
--- (empty file)
+++ pypy/build/ubuntu/debian/manpages/sshgraphserver.1	Fri Mar  5 05:12:27 2010
@@ -0,0 +1,21 @@
+.TH SSHGRAPHSERVER 1 "March 5, 2010"
+.SH NAME
+sshgraphserver \- PyPy visualization SSH graph server.
+.SH SYNOPSIS
+.B sshgraphserver
+.RI hostname
+.SH OPTIONS
+other arguments for ssh.
+.SH DESCRIPTION
+Display locally the graphs that are built by dotviewer on remote machines.
+
+\fBsshgraphserver\fP logs in to 'hostname' by passing the arguments on the
+command-line to ssh.  No further configuration is required: it works for all
+programs using the dotviewer library as long as they run on 'hostname' under
+the same username as the one sshgraphserver logs as.
+.SH SEE ALSO
+.BR graphserver (1), dotviewer (1), pypy (1),
+.SH AUTHORS
+\fBPyPy\fP was written by the members of the PyPy project <http://pypy.org>.
+.PP
+This manual page was originally written by Bartosz Skowron <getxsick at gmail.com>.

Added: pypy/build/ubuntu/debian/pypy-dotviewer.install
==============================================================================
--- (empty file)
+++ pypy/build/ubuntu/debian/pypy-dotviewer.install	Fri Mar  5 05:12:27 2010
@@ -0,0 +1,4 @@
+dotviewer			usr/share/pypy-1.2
+debian/scripts/dotviewer	usr/bin
+debian/scripts/graphserver	usr/bin
+debian/scripts/sshgraphserver	usr/bin

Added: pypy/build/ubuntu/debian/pypy-dotviewer.manpages
==============================================================================
--- (empty file)
+++ pypy/build/ubuntu/debian/pypy-dotviewer.manpages	Fri Mar  5 05:12:27 2010
@@ -0,0 +1,3 @@
+debian/manpages/dotviewer.1
+debian/manpages/graphserver.1
+debian/manpages/sshgraphserver.1

Added: pypy/build/ubuntu/debian/scripts/dotviewer
==============================================================================
--- (empty file)
+++ pypy/build/ubuntu/debian/scripts/dotviewer	Fri Mar  5 05:12:27 2010
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+/usr/share/pypy-1.2/dotviewer/dotviewer.py "$@"

Added: pypy/build/ubuntu/debian/scripts/graphserver
==============================================================================
--- (empty file)
+++ pypy/build/ubuntu/debian/scripts/graphserver	Fri Mar  5 05:12:27 2010
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+/usr/share/pypy-1.2/dotviewer/graphserver.py "$@"

Added: pypy/build/ubuntu/debian/scripts/sshgraphserver
==============================================================================
--- (empty file)
+++ pypy/build/ubuntu/debian/scripts/sshgraphserver	Fri Mar  5 05:12:27 2010
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+/usr/share/pypy-1.2/dotviewer/sshgraphserver.py "$@"



More information about the Pypy-commit mailing list