debian/0000755000000000000000000000000012144113343007162 5ustar debian/changelog0000644000000000000000000000227312144113276011045 0ustar xdot (0.5-2) unstable; urgency=low * Install as a public module, thanks Olivier Tétard. (Closes: #679532) -- Stefano Rivera Mon, 13 May 2013 09:27:54 +0200 xdot (0.5-1) unstable; urgency=low [ Jakub Wilk ] * Use canonical URIs for Vcs-* fields. [ Stefano Rivera ] * New upstream release. * sample.py is no longer provided - drop the patch to it. * Bump Standards-Version to 3.9.4. - Bump debhelper version to 8.1 for build-{arch,indep} support. * Add keywords to desktop file. * Update manpage. -- Stefano Rivera Sun, 12 May 2013 20:52:14 +0200 xdot (0.4-2) unstable; urgency=low * Updated my e-mail address. * Use X-Python-Version. Bump python BD to 2.6.5-13. * Drop Breaks: ${python:Breaks}, no longer used. * Update copyright format. * Correct DEP3 headers (first line of Description is the subject) * Bump standards version to 3.9.3, no changes needed. * Add MIME type to .desktop file. -- Stefano Rivera Sat, 10 Mar 2012 18:05:01 +0200 xdot (0.4-1) unstable; urgency=low * Initial release (Closes: #589545) -- Stefano Rivera Wed, 01 Sep 2010 18:50:50 +0200 debian/clean0000644000000000000000000000002711420636566010203 0ustar setup.cfg *.egg-info/* debian/rules0000755000000000000000000000034012144113200010227 0ustar #!/usr/bin/make -f %: dh $@ --with python2 override_dh_install: dh_install mv debian/xdot/usr/bin/xdot.py debian/xdot/usr/bin/xdot rm $(wildcard debian/xdot/usr/lib/python2.*/dist-packages/xdot-*.egg-info/SOURCES.txt) debian/watch0000644000000000000000000000011411420635415010214 0ustar version=3 http://pypi.python.org/packages/source/x/xdot/xdot-(.*)\.tar\.gz debian/xdot.py0000644000000000000000000000005312144113064010510 0ustar #!/usr/bin/python import xdot xdot.main() debian/install0000644000000000000000000000010311437023643010554 0ustar debian/xdot.desktop usr/share/applications debian/xdot.py usr/bin debian/compat0000644000000000000000000000000212143762501010365 0ustar 8 debian/source/0000755000000000000000000000000012144113343010462 5ustar debian/source/format0000644000000000000000000000001411420635415011675 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000000317411726675675011154 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: xdot Upstream-Contact: Jose Fonseca Source: http://code.google.com/p/jrfonseca/wiki/XDot Files: * Copyright: 2008 Jose Fonseca 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-2012, Stefano Rivera License: 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. debian/control0000644000000000000000000000236712143762501010602 0ustar Source: xdot Section: python Priority: optional Maintainer: Python Applications Packaging Team Uploaders: Stefano Rivera Build-Depends: debhelper (>= 8.1), python (>= 2.6.5-13~), python-setuptools X-Python-Version: >= 2.4 Standards-Version: 3.9.4 Homepage: http://code.google.com/p/jrfonseca/wiki/XDot Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/xdot/trunk/ Vcs-Browser: http://anonscm.debian.org/viewvc/python-apps/packages/xdot/trunk/ Package: xdot Architecture: all Depends: ${misc:Depends}, ${python:Depends}, graphviz, python-cairo, python-gtk2, 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. debian/manpages0000644000000000000000000000001611420635415010702 0ustar debian/xdot.1 debian/xdot.menu0000644000000000000000000000016111420635415011031 0ustar ?package(xdot): \ needs="X11" \ section="Applications/Science/Data Analysis" \ title="XDot" \ command="xdot" debian/xdot.10000644000000000000000000000147312143762501010234 0ustar .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\-n\fR, \fB\-\-no\-filter\fR assume input is already filtered into \fBxdot\fR format (use e.g. .BR "dot \-Txdot" ) .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 . debian/xdot.desktop0000644000000000000000000000035012143762501011536 0ustar [Desktop Entry] Name=XDot Comment=Interactive viewer for Graphviz dot files Exec=xdot Terminal=false Type=Application Categories=GTK;DataVisualization;Science;Graphics; MimeType=text/vnd.graphviz Keywords=graphviz;dot;viewer;graph;