[Python-apps-commits] r5843 - in packages/xdot/trunk (14 files)

stefanor-guest at users.alioth.debian.org stefanor-guest at users.alioth.debian.org
Sun Jul 18 17:34:17 UTC 2010


    Date: Sunday, July 18, 2010 @ 17:34:05
  Author: stefanor-guest
Revision: 5843

Initial release (Closes: #589545)

Added:
  packages/xdot/trunk/debian/
  packages/xdot/trunk/debian/changelog
  packages/xdot/trunk/debian/compat
  packages/xdot/trunk/debian/control
  packages/xdot/trunk/debian/copyright
  packages/xdot/trunk/debian/install
  packages/xdot/trunk/debian/manpages
  packages/xdot/trunk/debian/rules
  packages/xdot/trunk/debian/source/
  packages/xdot/trunk/debian/source/format
  packages/xdot/trunk/debian/watch
  packages/xdot/trunk/debian/xdot.1
  packages/xdot/trunk/debian/xdot.desktop
  packages/xdot/trunk/debian/xdot.menu


Property changes on: packages/xdot/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/xdot/trunk/debian/changelog
===================================================================
--- packages/xdot/trunk/debian/changelog	                        (rev 0)
+++ packages/xdot/trunk/debian/changelog	2010-07-18 17:34:05 UTC (rev 5843)
@@ -0,0 +1,5 @@
+xdot (0.4-1) UNRELEASED; urgency=low
+
+  * Initial release (Closes: #589545)
+
+ -- Stefano Rivera <stefano at rivera.za.net>  Sun, 18 Jul 2010 18:46:34 +0200

Added: packages/xdot/trunk/debian/compat
===================================================================
--- packages/xdot/trunk/debian/compat	                        (rev 0)
+++ packages/xdot/trunk/debian/compat	2010-07-18 17:34:05 UTC (rev 5843)
@@ -0,0 +1 @@
+7

Added: packages/xdot/trunk/debian/control
===================================================================
--- packages/xdot/trunk/debian/control	                        (rev 0)
+++ packages/xdot/trunk/debian/control	2010-07-18 17:34:05 UTC (rev 5843)
@@ -0,0 +1,35 @@
+Source: xdot
+Section: python
+Priority: optional
+Maintainer: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
+Uploaders: Stefano Rivera <stefano at rivera.za.net>
+Build-Depends:
+ debhelper (>= 7.0.50~),
+ python-all (>= 2.6.5),
+ python-setuptools,
+XS-Python-Version: >= 2.4
+Standards-Version: 3.9.0
+Homepage: http://code.google.com/p/jrfonseca/wiki/XDot
+Vcs-Svn: svn://svn.debian.org/python-apps/packages/xdot/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/xdot/trunk/
+
+Package: xdot
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends},
+ python-cairo,
+ python-gtk2,
+Breaks: ${python:Breaks}
+Description: interactive viewer for Graphviz dot files
+ xdot is an interactive viewer for graphs written in Graphviz's dot language.
+ It uses internally the graphviz's xdot output format as an intermediate
+ format, and PyGTK and Cairo for rendering. xdot can be used either as a
+ standalone application from command line, or as a library embedded in your
+ Python application.
+ .
+ Features:
+  * Since it doesn't use bitmaps it is fast and has a small memory footprint.
+  * Arbitrary zoom.
+  * Keyboard/mouse navigation.
+  * Supports events on the nodes with URLs.
+  * Animated jumping between nodes.
+  * Highlights node/edge under mouse.

Added: packages/xdot/trunk/debian/copyright
===================================================================
--- packages/xdot/trunk/debian/copyright	                        (rev 0)
+++ packages/xdot/trunk/debian/copyright	2010-07-18 17:34:05 UTC (rev 5843)
@@ -0,0 +1,36 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=135
+Name: xdot
+Maintainer: Jose Fonseca <jose.r.fonseca at gmail.com>
+Source: http://code.google.com/p/jrfonseca/wiki/XDot
+
+Files: *
+Copyright: 2008 Jose Fonseca <jose.r.fonseca at gmail.com>
+License: LGPL-3+
+ This program is free software: you can redistribute it and/or modify it
+ under the terms of the GNU Lesser 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 Lesser General Public License for more details.
+ .
+ On Debian systems, the complete text of the GNU Lesser General Public License
+ version 3 can be found in the /usr/share/common-licenses/GPL-3 file.
+
+Files: debian/*
+Copyright: 2010, Stefano Rivera <stefano at rivera.za.net>
+Licence: GPL-2+
+ 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.
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ version 2 can be found in the /usr/share/common-licenses/GPL-2 file.

Added: packages/xdot/trunk/debian/install
===================================================================
--- packages/xdot/trunk/debian/install	                        (rev 0)
+++ packages/xdot/trunk/debian/install	2010-07-18 17:34:05 UTC (rev 5843)
@@ -0,0 +1 @@
+debian/xdot.desktop /usr/share/applications

Added: packages/xdot/trunk/debian/manpages
===================================================================
--- packages/xdot/trunk/debian/manpages	                        (rev 0)
+++ packages/xdot/trunk/debian/manpages	2010-07-18 17:34:05 UTC (rev 5843)
@@ -0,0 +1 @@
+debian/xdot.1

Added: packages/xdot/trunk/debian/rules
===================================================================
--- packages/xdot/trunk/debian/rules	                        (rev 0)
+++ packages/xdot/trunk/debian/rules	2010-07-18 17:34:05 UTC (rev 5843)
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@ --with python2


Property changes on: packages/xdot/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/xdot/trunk/debian/source/format
===================================================================
--- packages/xdot/trunk/debian/source/format	                        (rev 0)
+++ packages/xdot/trunk/debian/source/format	2010-07-18 17:34:05 UTC (rev 5843)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/xdot/trunk/debian/watch
===================================================================
--- packages/xdot/trunk/debian/watch	                        (rev 0)
+++ packages/xdot/trunk/debian/watch	2010-07-18 17:34:05 UTC (rev 5843)
@@ -0,0 +1,3 @@
+version=3
+
+http://pypi.python.org/packages/source/x/xdot/xdot-(.*)\.tar\.gz

Added: packages/xdot/trunk/debian/xdot.1
===================================================================
--- packages/xdot/trunk/debian/xdot.1	                        (rev 0)
+++ packages/xdot/trunk/debian/xdot.1	2010-07-18 17:34:05 UTC (rev 5843)
@@ -0,0 +1,31 @@
+.TH XDOT "1" "xdot 0.4" "User Commands"
+.SH NAME
+xdot \- Interactive viewer for Graphviz dot files
+.SH SYNOPSIS
+.B xdot
+.RI [ file ]
+.SH DESCRIPTION
+.P
+XDot is an interactive viewer for graphs written in Graphviz's dot
+language.
+.SH OPTIONS
+.TP
+\fB\-f\fR \fIFILTER\fR, \fB\-\-filter\fR=\fIFILTER\fR
+graphviz filter:
+.BR dot ", " neato ", " twopi ", " circo ", or " fdp
+.RB [default: " dot" ]
+.TP
+\fB\-\-version\fR
+show program's version number and exit
+.TP
+\fB\-h\fR, \fB\-\-help\fR
+show this help message and exit
+.SH "SEE ALSO"
+.BR dot (1),
+.BR neato (1),
+.BR twopi (1),
+.BR circo (1),
+.BR fdp (1)
+.SH AUTHOR
+This manpage was written for the Debian XDot package by Stefano Rivera
+<stefano at rivera.za.net>.

Added: packages/xdot/trunk/debian/xdot.desktop
===================================================================
--- packages/xdot/trunk/debian/xdot.desktop	                        (rev 0)
+++ packages/xdot/trunk/debian/xdot.desktop	2010-07-18 17:34:05 UTC (rev 5843)
@@ -0,0 +1,7 @@
+[Desktop Entry]
+Name=XDot
+Comment=Interactive viewer for Graphviz dot files
+Exec=xdot
+Terminal=false
+Type=Application
+Categories=GTK;DataVisualization;Science;Graphics;

Added: packages/xdot/trunk/debian/xdot.menu
===================================================================
--- packages/xdot/trunk/debian/xdot.menu	                        (rev 0)
+++ packages/xdot/trunk/debian/xdot.menu	2010-07-18 17:34:05 UTC (rev 5843)
@@ -0,0 +1,5 @@
+?package(xdot): \
+	needs="X11" \
+	section="Applications/Science/Data Analysis" \
+	title="XDot" \
+	command="xdot"




More information about the Python-apps-commits mailing list