[Python-modules-commits] r30513 - in packages/matplotlib/trunk/debian (changelog control rules)
morph at users.alioth.debian.org
morph at users.alioth.debian.org
Sun Sep 7 13:07:19 UTC 2014
Date: Sunday, September 7, 2014 @ 13:07:18
Author: morph
Revision: 30513
removed TODO installation in -doc package, no longer shipped
Modified:
packages/matplotlib/trunk/debian/changelog
packages/matplotlib/trunk/debian/control
packages/matplotlib/trunk/debian/rules
Modified: packages/matplotlib/trunk/debian/changelog
===================================================================
--- packages/matplotlib/trunk/debian/changelog 2014-09-07 09:18:36 UTC (rev 30512)
+++ packages/matplotlib/trunk/debian/changelog 2014-09-07 13:07:18 UTC (rev 30513)
@@ -9,6 +9,7 @@
- updated b-d to new requirements
* debian/rules
- export XDG_RUNTIME_DIR to prevent build stuck
+ - removed TODO installation in -doc package, no longer shipped
* debian/patches/*
- refreshed, removed patches merged upstream
@@ -16,7 +17,7 @@
* debian/control:
- update python{,3}-pyparsing dependency to the required version >= 1.5.6
- -- Sandro Tosi <morph at debian.org> Sat, 06 Sep 2014 20:49:30 +0100
+ -- Sandro Tosi <morph at debian.org> Sun, 07 Sep 2014 14:07:01 +0100
matplotlib (1.3.1-2) unstable; urgency=low
Modified: packages/matplotlib/trunk/debian/control
===================================================================
--- packages/matplotlib/trunk/debian/control 2014-09-07 09:18:36 UTC (rev 30512)
+++ packages/matplotlib/trunk/debian/control 2014-09-07 13:07:18 UTC (rev 30513)
@@ -4,6 +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),
+ dh-python,
dvipng,
ghostscript,
graphviz,
@@ -45,7 +46,6 @@
python-six,
python3-six,
python-sphinx (>= 1.0.7+dfsg),
- python-support (>= 1.0.0),
python-tk (>= 2.5.2-1.1),
python-tk-dbg (>= 2.5.2-1.1),
python3-tk,
Modified: packages/matplotlib/trunk/debian/rules
===================================================================
--- packages/matplotlib/trunk/debian/rules 2014-09-07 09:18:36 UTC (rev 30512)
+++ packages/matplotlib/trunk/debian/rules 2014-09-07 13:07:18 UTC (rev 30513)
@@ -211,7 +211,7 @@
dh_testdir -a
dh_testroot -a
dh_installchangelogs -a CHANGELOG
- dh_installdocs -p$(p) -a README.rst TODO
+ dh_installdocs -p$(p) -a README.rst
# make python scripts starting with '#!' executable
for i in `find debian -mindepth 2 -type f ! -perm 755`; do \
if head -1 $$i | grep -q '^#!'; then \
@@ -219,7 +219,7 @@
echo "made executable: $$i"; \
fi; \
done
- dh_pysupport -a
+ dh_python2 -a
dh_python3 -a
dh_link -a
dh_lintian -a
More information about the Python-modules-commits
mailing list