[Python-apps-commits] r9640 - in packages/xdot/trunk/debian (8 files)

stefanor at users.alioth.debian.org stefanor at users.alioth.debian.org
Sun May 12 18:53:55 UTC 2013


    Date: Sunday, May 12, 2013 @ 18:53:53
  Author: stefanor
Revision: 9640

* 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.

Modified:
  packages/xdot/trunk/debian/changelog
  packages/xdot/trunk/debian/compat
  packages/xdot/trunk/debian/control
  packages/xdot/trunk/debian/rules
  packages/xdot/trunk/debian/xdot.1
  packages/xdot/trunk/debian/xdot.desktop
Deleted:
  packages/xdot/trunk/debian/examples
  packages/xdot/trunk/debian/patches/

Modified: packages/xdot/trunk/debian/changelog
===================================================================
--- packages/xdot/trunk/debian/changelog	2013-05-11 17:59:25 UTC (rev 9639)
+++ packages/xdot/trunk/debian/changelog	2013-05-12 18:53:53 UTC (rev 9640)
@@ -1,9 +1,18 @@
-xdot (0.4-3) UNRELEASED; urgency=low
+xdot (0.5-1) unstable; urgency=low
 
+  [ Jakub Wilk ]
   * Use canonical URIs for Vcs-* fields.
 
- -- Jakub Wilk <jwilk at debian.org>  Sun, 05 May 2013 18:10:38 +0200
+  [ 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 <stefanor at debian.org>  Sun, 12 May 2013 20:52:14 +0200
+
 xdot (0.4-2) unstable; urgency=low
 
   * Updated my e-mail address.

Modified: packages/xdot/trunk/debian/compat
===================================================================
--- packages/xdot/trunk/debian/compat	2013-05-11 17:59:25 UTC (rev 9639)
+++ packages/xdot/trunk/debian/compat	2013-05-12 18:53:53 UTC (rev 9640)
@@ -1 +1 @@
-7
+8

Modified: packages/xdot/trunk/debian/control
===================================================================
--- packages/xdot/trunk/debian/control	2013-05-11 17:59:25 UTC (rev 9639)
+++ packages/xdot/trunk/debian/control	2013-05-12 18:53:53 UTC (rev 9640)
@@ -4,11 +4,11 @@
 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~),
+ debhelper (>= 8.1),
  python (>= 2.6.5-13~),
  python-setuptools
 X-Python-Version: >= 2.4
-Standards-Version: 3.9.3
+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/

Deleted: packages/xdot/trunk/debian/examples
===================================================================
--- packages/xdot/trunk/debian/examples	2013-05-11 17:59:25 UTC (rev 9639)
+++ packages/xdot/trunk/debian/examples	2013-05-12 18:53:53 UTC (rev 9640)
@@ -1 +0,0 @@
-sample.py

Modified: packages/xdot/trunk/debian/rules
===================================================================
--- packages/xdot/trunk/debian/rules	2013-05-11 17:59:25 UTC (rev 9639)
+++ packages/xdot/trunk/debian/rules	2013-05-12 18:53:53 UTC (rev 9640)
@@ -9,4 +9,4 @@
 override_dh_install:
 	dh_install
 	mv debian/xdot/usr/bin/xdot.py debian/xdot/usr/bin/xdot
-	rm -rf debian/xdot/usr/share/xdot/xdot-0.4.egg-info/
+	rm -rf $(wildcard debian/xdot/usr/share/xdot/xdot-*.egg-info)

Modified: packages/xdot/trunk/debian/xdot.1
===================================================================
--- packages/xdot/trunk/debian/xdot.1	2013-05-11 17:59:25 UTC (rev 9639)
+++ packages/xdot/trunk/debian/xdot.1	2013-05-12 18:53:53 UTC (rev 9640)
@@ -15,6 +15,10 @@
 .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

Modified: packages/xdot/trunk/debian/xdot.desktop
===================================================================
--- packages/xdot/trunk/debian/xdot.desktop	2013-05-11 17:59:25 UTC (rev 9639)
+++ packages/xdot/trunk/debian/xdot.desktop	2013-05-12 18:53:53 UTC (rev 9640)
@@ -6,3 +6,4 @@
 Type=Application
 Categories=GTK;DataVisualization;Science;Graphics;
 MimeType=text/vnd.graphviz
+Keywords=graphviz;dot;viewer;graph;




More information about the Python-apps-commits mailing list