[Python-modules-commits] [matplotlib] 01/02: exclude basemap from b-d if build profile is 'stage1', which breaks a circular dependency loop and will allow to bootstrap a new arch easier; Closes: #849943

Sandro Tosi morph at moszumanska.debian.org
Sat Jan 7 04:57:38 UTC 2017


This is an automated email from the git hooks/post-receive script.

morph pushed a commit to branch master
in repository matplotlib.

commit 594d7abb1eceaa28c416352d78b060cc03eb7630
Author: Sandro Tosi <morph at debian.org>
Date:   Fri Jan 6 23:39:52 2017 -0500

    exclude basemap from b-d if build profile is 'stage1', which breaks a circular dependency loop and will allow to bootstrap a new arch easier; Closes: #849943
---
 debian/changelog | 6 +++++-
 debian/control   | 4 ++--
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d947f48..f70760f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,8 +6,12 @@ matplotlib (2.0.0~rc2-2) UNRELEASED; urgency=medium
       Closes: #843656, #831020
     - make sure to maintain the baseline_images dir in tests/ by using a dummy
       file (else dh_python* will remove an empty dir); Closes: #838301
+  * debian/control
+    - exclude basemap from b-d if build profile is 'stage1', which breaks a
+      circular dependency loop and will allow to bootstrap a new arch easier;
+      Closes: #849943
 
- -- Sandro Tosi <morph at debian.org>  Fri, 06 Jan 2017 21:11:22 -0500
+ -- Sandro Tosi <morph at debian.org>  Fri, 06 Jan 2017 23:38:22 -0500
 
 matplotlib (2.0.0~rc2-1) unstable; urgency=medium
 
diff --git a/debian/control b/debian/control
index 2786189..72ab0d8 100644
--- a/debian/control
+++ b/debian/control
@@ -34,8 +34,8 @@ Build-Depends: debhelper (>= 7),
                python-gtk2-dev,
                python-mock,
                python3-mock,
-               python-mpltoolkits.basemap,
-               python3-mpltoolkits.basemap,
+               python-mpltoolkits.basemap <!stage1>,
+               python3-mpltoolkits.basemap <!stage1>,
                python-nose,
                python3-nose,
                python-numpy,

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/matplotlib.git



More information about the Python-modules-commits mailing list