[Python-apps-commits] r8288 - in packages/xdot/tags (9 files)

stefanor at users.alioth.debian.org stefanor at users.alioth.debian.org
Sat Mar 10 16:07:14 UTC 2012


    Date: Saturday, March 10, 2012 @ 16:07:10
  Author: stefanor
Revision: 8288

[svn-buildpackage] Tagging xdot 0.4-2

Added:
  packages/xdot/tags/0.4-2/
  packages/xdot/tags/0.4-2/debian/changelog
    (from rev 8287, packages/xdot/trunk/debian/changelog)
  packages/xdot/tags/0.4-2/debian/control
    (from rev 8287, packages/xdot/trunk/debian/control)
  packages/xdot/tags/0.4-2/debian/copyright
    (from rev 8287, packages/xdot/trunk/debian/copyright)
  packages/xdot/tags/0.4-2/debian/xdot.desktop
    (from rev 8287, packages/xdot/trunk/debian/xdot.desktop)
Deleted:
  packages/xdot/tags/0.4-2/debian/changelog
  packages/xdot/tags/0.4-2/debian/control
  packages/xdot/tags/0.4-2/debian/copyright
  packages/xdot/tags/0.4-2/debian/xdot.desktop

Deleted: packages/xdot/tags/0.4-2/debian/changelog
===================================================================
--- packages/xdot/trunk/debian/changelog	2012-03-10 15:28:05 UTC (rev 8286)
+++ packages/xdot/tags/0.4-2/debian/changelog	2012-03-10 16:07:10 UTC (rev 8288)
@@ -1,14 +0,0 @@
-xdot (0.4-2) UNRELEASED; urgency=low
-
-  * Updated my e-mail address.
-  * Use X-Python-Version. Bump python BD to 2.6.5-13.
-  * Update copyright format.
-  * Correct DEP3 headers (first line of Description is the subject)
-
- -- Stefano Rivera <stefanor at debian.org>  Sat, 05 Feb 2011 17:51:07 +0200
-
-xdot (0.4-1) unstable; urgency=low
-
-  * Initial release (Closes: #589545)
-
- -- Stefano Rivera <stefano at rivera.za.net>  Wed, 01 Sep 2010 18:50:50 +0200

Copied: packages/xdot/tags/0.4-2/debian/changelog (from rev 8287, packages/xdot/trunk/debian/changelog)
===================================================================
--- packages/xdot/tags/0.4-2/debian/changelog	                        (rev 0)
+++ packages/xdot/tags/0.4-2/debian/changelog	2012-03-10 16:07:10 UTC (rev 8288)
@@ -0,0 +1,17 @@
+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 <stefanor at debian.org>  Sat, 10 Mar 2012 18:05:01 +0200
+
+xdot (0.4-1) unstable; urgency=low
+
+  * Initial release (Closes: #589545)
+
+ -- Stefano Rivera <stefano at rivera.za.net>  Wed, 01 Sep 2010 18:50:50 +0200

Deleted: packages/xdot/tags/0.4-2/debian/control
===================================================================
--- packages/xdot/trunk/debian/control	2012-03-10 15:28:05 UTC (rev 8286)
+++ packages/xdot/tags/0.4-2/debian/control	2012-03-10 16:07:10 UTC (rev 8288)
@@ -1,36 +0,0 @@
-Source: xdot
-Section: python
-Priority: optional
-Maintainer: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
-Uploaders: Stefano Rivera <stefanor at debian.org>
-Build-Depends:
- debhelper (>= 7.0.50~),
- python (>= 2.6.5-13~),
- python-setuptools
-X-Python-Version: >= 2.4
-Standards-Version: 3.9.1
-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},
- graphviz,
- 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.

Copied: packages/xdot/tags/0.4-2/debian/control (from rev 8287, packages/xdot/trunk/debian/control)
===================================================================
--- packages/xdot/tags/0.4-2/debian/control	                        (rev 0)
+++ packages/xdot/tags/0.4-2/debian/control	2012-03-10 16:07:10 UTC (rev 8288)
@@ -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 <stefanor at debian.org>
+Build-Depends:
+ debhelper (>= 7.0.50~),
+ python (>= 2.6.5-13~),
+ python-setuptools
+X-Python-Version: >= 2.4
+Standards-Version: 3.9.3
+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},
+ 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.

Deleted: packages/xdot/tags/0.4-2/debian/copyright
===================================================================
--- packages/xdot/trunk/debian/copyright	2012-03-10 15:28:05 UTC (rev 8286)
+++ packages/xdot/tags/0.4-2/debian/copyright	2012-03-10 16:07:10 UTC (rev 8288)
@@ -1,36 +0,0 @@
-Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=166
-Upstream-Name: xdot
-Upstream-Contact: 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-2011, Stefano Rivera <stefanor at debian.org>
-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.

Copied: packages/xdot/tags/0.4-2/debian/copyright (from rev 8287, packages/xdot/trunk/debian/copyright)
===================================================================
--- packages/xdot/tags/0.4-2/debian/copyright	                        (rev 0)
+++ packages/xdot/tags/0.4-2/debian/copyright	2012-03-10 16:07:10 UTC (rev 8288)
@@ -0,0 +1,36 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: xdot
+Upstream-Contact: 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-2012, Stefano Rivera <stefanor at debian.org>
+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.

Deleted: packages/xdot/tags/0.4-2/debian/xdot.desktop
===================================================================
--- packages/xdot/trunk/debian/xdot.desktop	2012-03-10 15:28:05 UTC (rev 8286)
+++ packages/xdot/tags/0.4-2/debian/xdot.desktop	2012-03-10 16:07:10 UTC (rev 8288)
@@ -1,7 +0,0 @@
-[Desktop Entry]
-Name=XDot
-Comment=Interactive viewer for Graphviz dot files
-Exec=xdot
-Terminal=false
-Type=Application
-Categories=GTK;DataVisualization;Science;Graphics;

Copied: packages/xdot/tags/0.4-2/debian/xdot.desktop (from rev 8287, packages/xdot/trunk/debian/xdot.desktop)
===================================================================
--- packages/xdot/tags/0.4-2/debian/xdot.desktop	                        (rev 0)
+++ packages/xdot/tags/0.4-2/debian/xdot.desktop	2012-03-10 16:07:10 UTC (rev 8288)
@@ -0,0 +1,8 @@
+[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




More information about the Python-apps-commits mailing list