[Python-modules-commits] r29969 - in packages/mpmath/trunk/debian (changelog control rules)
morph at users.alioth.debian.org
morph at users.alioth.debian.org
Sun Jul 27 21:35:15 UTC 2014
Date: Sunday, July 27, 2014 @ 21:35:14
Author: morph
Revision: 29969
Switch to dh_python2
Modified:
packages/mpmath/trunk/debian/changelog
packages/mpmath/trunk/debian/control
packages/mpmath/trunk/debian/rules
Modified: packages/mpmath/trunk/debian/changelog
===================================================================
--- packages/mpmath/trunk/debian/changelog 2014-07-27 19:15:09 UTC (rev 29968)
+++ packages/mpmath/trunk/debian/changelog 2014-07-27 21:35:14 UTC (rev 29969)
@@ -11,8 +11,9 @@
* debian/copyright
- switch to DEP-5 format
- updated upstream & packaging copyright years
+ * Switch to dh_python2
- -- Sandro Tosi <morph at debian.org> Sun, 27 Jul 2014 19:46:34 +0100
+ -- Sandro Tosi <morph at debian.org> Sun, 27 Jul 2014 22:35:08 +0100
mpmath (0.18-1) unstable; urgency=low
Modified: packages/mpmath/trunk/debian/control
===================================================================
--- packages/mpmath/trunk/debian/control 2014-07-27 19:15:09 UTC (rev 29968)
+++ packages/mpmath/trunk/debian/control 2014-07-27 21:35:14 UTC (rev 29969)
@@ -4,7 +4,7 @@
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Uploaders: Sandro Tosi <morph at debian.org>
Build-Depends: debhelper (>= 7.0.50~), python-all (>= 2.6.6-3~), python3-all (>= 3.1.3-3)
-Build-Depends-Indep: python-support (>= 0.4), python-sphinx (>= 1.0.7+dfsg), python-py, texlive-latex-base, dvipng, texlive-latex-extra, python-pytest, python3-py, python3-pytest
+Build-Depends-Indep: python-sphinx (>= 1.0.7+dfsg), python-py, texlive-latex-base, dvipng, texlive-latex-extra, python-pytest, python3-py, python3-pytest
Standards-Version: 3.9.5
XS-Python-Version: all
Homepage: http://www.mpmath.org/
Modified: packages/mpmath/trunk/debian/rules
===================================================================
--- packages/mpmath/trunk/debian/rules 2014-07-27 19:15:09 UTC (rev 29968)
+++ packages/mpmath/trunk/debian/rules 2014-07-27 21:35:14 UTC (rev 29969)
@@ -8,7 +8,7 @@
PY3VERS := $(shell py3versions -s)
%:
- dh $@ --with sphinxdoc,python3
+ dh $@ --with sphinxdoc,python2,python3
override_dh_auto_test:
ifeq ($(filter nocheck,$(DEB_BUILD_OPTIONS)),)
More information about the Python-modules-commits
mailing list