[Python-apps-commits] r8287 - in packages/xdot/trunk/debian (4 files)
stefanor at users.alioth.debian.org
stefanor at users.alioth.debian.org
Sat Mar 10 16:05:20 UTC 2012
Date: Saturday, March 10, 2012 @ 16:05:17
Author: stefanor
Revision: 8287
* Drop Breaks: ${python:Breaks}, no longer used.
* Bump standards version to 3.9.3, no changes needed.
* Add MIME type to .desktop file.
Modified:
packages/xdot/trunk/debian/changelog
packages/xdot/trunk/debian/control
packages/xdot/trunk/debian/copyright
packages/xdot/trunk/debian/xdot.desktop
Modified: packages/xdot/trunk/debian/changelog
===================================================================
--- packages/xdot/trunk/debian/changelog 2012-03-10 15:28:05 UTC (rev 8286)
+++ packages/xdot/trunk/debian/changelog 2012-03-10 16:05:17 UTC (rev 8287)
@@ -1,11 +1,14 @@
-xdot (0.4-2) UNRELEASED; urgency=low
+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, 05 Feb 2011 17:51:07 +0200
+ -- Stefano Rivera <stefanor at debian.org> Sat, 10 Mar 2012 18:05:01 +0200
xdot (0.4-1) unstable; urgency=low
Modified: packages/xdot/trunk/debian/control
===================================================================
--- packages/xdot/trunk/debian/control 2012-03-10 15:28:05 UTC (rev 8286)
+++ packages/xdot/trunk/debian/control 2012-03-10 16:05:17 UTC (rev 8287)
@@ -8,7 +8,7 @@
python (>= 2.6.5-13~),
python-setuptools
X-Python-Version: >= 2.4
-Standards-Version: 3.9.1
+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/
@@ -19,7 +19,6 @@
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
Modified: packages/xdot/trunk/debian/copyright
===================================================================
--- packages/xdot/trunk/debian/copyright 2012-03-10 15:28:05 UTC (rev 8286)
+++ packages/xdot/trunk/debian/copyright 2012-03-10 16:05:17 UTC (rev 8287)
@@ -1,4 +1,4 @@
-Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=166
+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
@@ -20,7 +20,7 @@
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>
+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
Modified: packages/xdot/trunk/debian/xdot.desktop
===================================================================
--- packages/xdot/trunk/debian/xdot.desktop 2012-03-10 15:28:05 UTC (rev 8286)
+++ packages/xdot/trunk/debian/xdot.desktop 2012-03-10 16:05:17 UTC (rev 8287)
@@ -5,3 +5,4 @@
Terminal=false
Type=Application
Categories=GTK;DataVisualization;Science;Graphics;
+MimeType=text/vnd.graphviz
More information about the Python-apps-commits
mailing list