diff -Nru xdot-0.4/debian/changelog xdot-0.4/debian/changelog --- xdot-0.4/debian/changelog 2010-09-01 16:50:51.000000000 +0000 +++ xdot-0.4/debian/changelog 2012-03-10 15:58:11.000000000 +0000 @@ -1,3 +1,15 @@ +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 17:57:08 +0200 + xdot (0.4-1) unstable; urgency=low * Initial release (Closes: #589545) diff -Nru xdot-0.4/debian/control xdot-0.4/debian/control --- xdot-0.4/debian/control 2010-09-01 16:41:48.000000000 +0000 +++ xdot-0.4/debian/control 2012-03-10 15:58:42.000000000 +0000 @@ -2,13 +2,13 @@ Section: python Priority: optional Maintainer: Python Applications Packaging Team -Uploaders: Stefano Rivera +Uploaders: Stefano Rivera Build-Depends: debhelper (>= 7.0.50~), - python (>= 2.6.5), - python-setuptools, -XS-Python-Version: >= 2.4 -Standards-Version: 3.9.1 + 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/ @@ -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 diff -Nru xdot-0.4/debian/copyright xdot-0.4/debian/copyright --- xdot-0.4/debian/copyright 2010-07-18 17:34:05.000000000 +0000 +++ xdot-0.4/debian/copyright 2012-03-10 15:52:59.000000000 +0000 @@ -1,6 +1,6 @@ -Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=135 -Name: xdot -Maintainer: Jose Fonseca +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: * @@ -20,8 +20,8 @@ version 3 can be found in the /usr/share/common-licenses/GPL-3 file. Files: debian/* -Copyright: 2010, Stefano Rivera -Licence: GPL-2+ +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 diff -Nru xdot-0.4/debian/patches/private-modules xdot-0.4/debian/patches/private-modules --- xdot-0.4/debian/patches/private-modules 2010-08-30 21:18:36.000000000 +0000 +++ xdot-0.4/debian/patches/private-modules 2011-03-02 13:26:33.000000000 +0000 @@ -1,6 +1,6 @@ -Description: We install into a private namespace, modify the example to mangle - sys.path. -Author: Stefano Rivera +Description: Private modules + We install into a private namespace, modify the example to mangle sys.path. +Author: Stefano Rivera Forwarded: not-needed Last-Update: 2010-08-30 --- a/sample.py diff -Nru xdot-0.4/debian/xdot.1 xdot-0.4/debian/xdot.1 --- xdot-0.4/debian/xdot.1 2010-07-18 17:34:05.000000000 +0000 +++ xdot-0.4/debian/xdot.1 2011-02-05 15:51:28.000000000 +0000 @@ -28,4 +28,4 @@ .BR fdp (1) .SH AUTHOR This manpage was written for the Debian XDot package by Stefano Rivera -. +. diff -Nru xdot-0.4/debian/xdot.desktop xdot-0.4/debian/xdot.desktop --- xdot-0.4/debian/xdot.desktop 2010-07-18 17:34:05.000000000 +0000 +++ xdot-0.4/debian/xdot.desktop 2012-03-10 15:51:15.000000000 +0000 @@ -5,3 +5,4 @@ Terminal=false Type=Application Categories=GTK;DataVisualization;Science;Graphics; +MimeType=text/vnd.graphviz