[Python-apps-commits] r12641 - in packages/xdot/trunk/debian (7 files)

stefanor at users.alioth.debian.org stefanor at users.alioth.debian.org
Tue Dec 8 23:39:15 UTC 2015


    Date: Tuesday, December 8, 2015 @ 23:39:13
  Author: stefanor
Revision: 12641

* Update watch file to use pypi.debian.net
* Use dh_python2 from dh-python (which now drops SOURCES.txt, itself)
  (Closes: #803245)
* Use dh-exec to rename the binary
  - Bump compat level to 9, and B-D appropriately.
* Drop trailing comma from Depends.

Modified:
  packages/xdot/trunk/debian/changelog
  packages/xdot/trunk/debian/compat
  packages/xdot/trunk/debian/control
  packages/xdot/trunk/debian/copyright
  packages/xdot/trunk/debian/install	(contents, properties)
  packages/xdot/trunk/debian/rules
  packages/xdot/trunk/debian/watch

Modified: packages/xdot/trunk/debian/changelog
===================================================================
--- packages/xdot/trunk/debian/changelog	2015-12-04 08:18:24 UTC (rev 12640)
+++ packages/xdot/trunk/debian/changelog	2015-12-08 23:39:13 UTC (rev 12641)
@@ -1,3 +1,14 @@
+xdot (0.6-3) UNRELEASED; urgency=medium
+
+  * Update watch file to use pypi.debian.net
+  * Use dh_python2 from dh-python (which now drops SOURCES.txt, itself)
+    (Closes: #803245)
+  * Use dh-exec to rename the binary
+    - Bump compat level to 9, and B-D appropriately.
+  * Drop trailing comma from Depends.
+
+ -- Stefano Rivera <stefanor at debian.org>  Tue, 08 Dec 2015 13:36:54 -0800
+
 xdot (0.6-2) unstable; urgency=medium
 
   * Update Homepage to point at GitHub.

Modified: packages/xdot/trunk/debian/compat
===================================================================
--- packages/xdot/trunk/debian/compat	2015-12-04 08:18:24 UTC (rev 12640)
+++ packages/xdot/trunk/debian/compat	2015-12-08 23:39:13 UTC (rev 12641)
@@ -1 +1 @@
-8
+9

Modified: packages/xdot/trunk/debian/control
===================================================================
--- packages/xdot/trunk/debian/control	2015-12-04 08:18:24 UTC (rev 12640)
+++ packages/xdot/trunk/debian/control	2015-12-08 23:39:13 UTC (rev 12641)
@@ -4,7 +4,9 @@
 Maintainer: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
 Uploaders: Stefano Rivera <stefanor at debian.org>
 Build-Depends:
- debhelper (>= 8.1),
+ debhelper (>= 9),
+ dh-exec,
+ dh-python,
  python (>= 2.6.5-13~),
  python-setuptools
 X-Python-Version: >= 2.4
@@ -18,7 +20,7 @@
 Depends: ${misc:Depends}, ${python:Depends},
  graphviz,
  python-cairo,
- python-gtk2,
+ 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

Modified: packages/xdot/trunk/debian/copyright
===================================================================
--- packages/xdot/trunk/debian/copyright	2015-12-04 08:18:24 UTC (rev 12640)
+++ packages/xdot/trunk/debian/copyright	2015-12-08 23:39:13 UTC (rev 12641)
@@ -20,7 +20,7 @@
  version 3 can be found in the /usr/share/common-licenses/GPL-3 file.
 
 Files: debian/*
-Copyright: 2010-2014, Stefano Rivera <stefanor at debian.org>
+Copyright: 2010-2015, 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/install
===================================================================
--- packages/xdot/trunk/debian/install	2015-12-04 08:18:24 UTC (rev 12640)
+++ packages/xdot/trunk/debian/install	2015-12-08 23:39:13 UTC (rev 12641)
@@ -1,2 +1,3 @@
-debian/xdot.desktop	usr/share/applications
-debian/xdot.py		usr/bin
+#!/usr/bin/dh-exec
+debian/xdot.desktop /usr/share/applications/
+debian/xdot.py => /usr/bin/xdot


Property changes on: packages/xdot/trunk/debian/install
___________________________________________________________________
Added: svn:executable
   + *

Modified: packages/xdot/trunk/debian/rules
===================================================================
--- packages/xdot/trunk/debian/rules	2015-12-04 08:18:24 UTC (rev 12640)
+++ packages/xdot/trunk/debian/rules	2015-12-08 23:39:13 UTC (rev 12641)
@@ -2,8 +2,3 @@
 
 %:
 	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)

Modified: packages/xdot/trunk/debian/watch
===================================================================
--- packages/xdot/trunk/debian/watch	2015-12-04 08:18:24 UTC (rev 12640)
+++ packages/xdot/trunk/debian/watch	2015-12-08 23:39:13 UTC (rev 12641)
@@ -1,3 +1,3 @@
 version=3
-
-https://pypi.python.org/packages/source/x/xdot/xdot-(.*)\.tar\.gz
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+https://pypi.debian.net/xdot/xdot-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))




More information about the Python-apps-commits mailing list