[ffc] 08/12: Remove python-numpy from Build-Deps
Johannes Ring
johannr-guest at moszumanska.debian.org
Thu Dec 1 20:27:37 UTC 2016
This is an automated email from the git hooks/post-receive script.
johannr-guest pushed a commit to branch master
in repository ffc.
commit b5234c0eb4e66ff575104ece1e63455702d69877
Author: Johannes Ring <johannr at simula.no>
Date: Thu Dec 1 21:01:08 2016 +0100
Remove python-numpy from Build-Deps
---
debian/changelog | 1 +
debian/control | 3 +--
debian/rules | 6 +-----
3 files changed, 3 insertions(+), 7 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index b3fa2cc..5b8a5dc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ ffc (2016.2.0-1) UNRELEASED; urgency=medium
* d/control:
- Remove Christophe Prud'homme from Uploaders (closes: #835006).
- Add python-setuptools and dh-python to Build-Depends.
+ - Remove python-numpy from Build-Depends.
* Remove patch (fixed in new upstream release).
* d/rules:
- Cleanup (CMake and pkgconfig files are no longer shipped
diff --git a/debian/control b/debian/control
index 65029b9..b2c8d34 100644
--- a/debian/control
+++ b/debian/control
@@ -7,8 +7,7 @@ Build-Depends:
debhelper (>= 9),
python-all-dev (>= 2.7),
python-setuptools,
- dh-python,
- python-numpy
+ dh-python
Standards-Version: 3.9.8
X-Python-Version: >= 2.7
Homepage: http://fenicsproject.org
diff --git a/debian/rules b/debian/rules
index 0a35cfb..428d6b2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,14 +5,10 @@ USCAN_DESTDIR := $(CURDIR)
%:
dh $@ --with python2
-override_dh_python2:
- dh_numpy
- dh_python2
-
override_dh_compress:
dh_compress -X.py -X.ufl
-override_dh_auto_clean:
+override_dh_clean:
dh_clean
rm -f ffc/git_commit_hash.py
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/fenics/ffc.git
More information about the debian-science-commits
mailing list