[Python-modules-commits] [basemap] 01/03: add to build-indep a dependency on build-arch; Closes: #806606
Sandro Tosi
morph at moszumanska.debian.org
Sun Aug 14 17:04:49 UTC 2016
This is an automated email from the git hooks/post-receive script.
morph pushed a commit to branch master
in repository basemap.
commit be2059b359b3f56c7776e367afba2142ffc9f606
Author: Sandro Tosi <morph at debian.org>
Date: Sun Aug 14 17:06:51 2016 +0100
add to build-indep a dependency on build-arch; Closes: #806606
---
debian/changelog | 7 ++++++-
debian/rules | 2 +-
2 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 2f5c2a8..1a2e1d1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,13 @@
basemap (1.0.7+dfsg-4) UNRELEASED; urgency=medium
+ [ Ondřej Nový ]
* Fixed VCS URL (https)
- -- Ondřej Nový <novy at ondrej.org> Tue, 29 Mar 2016 21:23:07 +0200
+ [ Sandro Tosi ]
+ * debian/rules
+ - add to build-indep a dependency on build-arch; Closes: #806606
+
+ -- Sandro Tosi <morph at debian.org> Sun, 14 Aug 2016 17:06:18 +0100
basemap (1.0.7+dfsg-3) unstable; urgency=medium
diff --git a/debian/rules b/debian/rules
index 40b5e50..3e825ff 100755
--- a/debian/rules
+++ b/debian/rules
@@ -35,7 +35,7 @@ build: build-arch build-indep ;
build-arch:
dh build
-build-indep:
+build-indep: build-arch
# HACK: we need to import axes_grid1 but we need to import it from the "local"
# mpl_toolkits namespace
ln -s $$(dirname $$(python -c "import mpl_toolkits.axes_grid1 as p; print p.__file__")) $(CURDIR)/$(LIB)/mpl_toolkits/
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/basemap.git
More information about the Python-modules-commits
mailing list