[Python-modules-commits] r31275 - in packages/python-graph/trunk/debian (changelog rules)
morph at users.alioth.debian.org
morph at users.alioth.debian.org
Sat Oct 25 20:18:58 UTC 2014
Date: Saturday, October 25, 2014 @ 20:18:57
Author: morph
Revision: 31275
* debian/rules
- don't guess dependencies, avoiding a spurious dep on python-graph-core;
thanks to Helmut Grohne for the report; Closes: #764308
Modified:
packages/python-graph/trunk/debian/changelog
packages/python-graph/trunk/debian/rules
Modified: packages/python-graph/trunk/debian/changelog
===================================================================
--- packages/python-graph/trunk/debian/changelog 2014-10-25 20:06:53 UTC (rev 31274)
+++ packages/python-graph/trunk/debian/changelog 2014-10-25 20:18:57 UTC (rev 31275)
@@ -2,8 +2,11 @@
* debian/control
- bump Standards-Version to 3.9.6 (no changes needed)
+ * debian/rules
+ - don't guess dependencies, avoiding a spurious dep on python-graph-core;
+ thanks to Helmut Grohne for the report; Closes: #764308
- -- Sandro Tosi <morph at debian.org> Sat, 25 Oct 2014 21:06:28 +0100
+ -- Sandro Tosi <morph at debian.org> Sat, 25 Oct 2014 21:18:10 +0100
python-graph (1.8.2-5) unstable; urgency=medium
Modified: packages/python-graph/trunk/debian/rules
===================================================================
--- packages/python-graph/trunk/debian/rules 2014-10-25 20:06:53 UTC (rev 31274)
+++ packages/python-graph/trunk/debian/rules 2014-10-25 20:18:57 UTC (rev 31275)
@@ -44,3 +44,6 @@
override_dh_installexamples:
dh_installexamples tests/*.py
+
+override_dh_python2:
+ dh_python2 --no-guessing-deps
More information about the Python-modules-commits
mailing list