[Python-modules-commits] r23297 - in packages/python-graph/trunk/debian (changelog rules)
morph at users.alioth.debian.org
morph at users.alioth.debian.org
Mon Jan 14 12:04:19 UTC 2013
Date: Monday, January 14, 2013 @ 12:04:16
Author: morph
Revision: 23297
* debian/rules
- byte-compile py3k module; thanks to Jakub Wilk for the report and fix;
Closes: #697112
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 2013-01-13 16:50:05 UTC (rev 23296)
+++ packages/python-graph/trunk/debian/changelog 2013-01-14 12:04:16 UTC (rev 23297)
@@ -1,3 +1,11 @@
+python-graph (1.8.2-3) UNRELEASED; urgency=low
+
+ * debian/rules
+ - byte-compile py3k module; thanks to Jakub Wilk for the report and fix;
+ Closes: #697112
+
+ -- Sandro Tosi <morph at debian.org> Mon, 14 Jan 2013 12:41:29 +0100
+
python-graph (1.8.2-2) experimental; urgency=low
* debian/control
Modified: packages/python-graph/trunk/debian/rules
===================================================================
--- packages/python-graph/trunk/debian/rules 2013-01-13 16:50:05 UTC (rev 23296)
+++ packages/python-graph/trunk/debian/rules 2013-01-14 12:04:16 UTC (rev 23297)
@@ -5,7 +5,7 @@
PY3VERS := $(shell py3versions -s)
%:
- dh $@
+ dh $@ --with=python3
override_dh_auto_build:
set -e ; \
@@ -45,3 +45,7 @@
override_dh_installexamples:
dh_installexamples tests/*.py
+
+override_dh_python3:
+ # else python3-pydot would have been added, which doesn't exist
+ dh_python3 --no-guessing-deps
More information about the Python-modules-commits
mailing list