[pynfft] 01/12: Import nmu from YunQiang Su.
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Fri Feb 12 09:39:34 UTC 2016
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a commit to branch master
in repository pynfft.
commit 600e3b06789d7fb5d92fd724bdd1c2ed1f7de17b
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date: Thu Feb 11 11:16:20 2016 +0000
Import nmu from YunQiang Su.
---
debian/changelog | 8 ++++++++
debian/control | 3 +--
debian/patches/no-malign-double.diff | 13 +++++++++++++
debian/patches/series | 1 +
4 files changed, 23 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 9a29b74..7d30e36 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+pynfft (1.3.2-1.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Move python-sphinx to build-dep instead of build-indep (Closes: 762775)
+ * Don't use -malign-double, as it is x86 only.
+
+ -- YunQiang Su <syq at debian.org> Mon, 03 Nov 2014 15:30:59 +0800
+
pynfft (1.3.2-1) unstable; urgency=low
* Initial release (Closes: #728282)
diff --git a/debian/control b/debian/control
index 991816d..37c241f 100644
--- a/debian/control
+++ b/debian/control
@@ -22,8 +22,7 @@ Build-Depends:
python3-numpy,
python3-numpy-dbg,
python3-setuptools,
-Build-Depends-Indep:
- python-sphinx (>= 1.0.7+dfsg-1~)
+ python-sphinx (>= 1.2.2+dfsg-2~)
Standards-Version: 3.9.5
Homepage: https://github.com/ghisvail/pyNFFT.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/pynfft.git
diff --git a/debian/patches/no-malign-double.diff b/debian/patches/no-malign-double.diff
new file mode 100644
index 0000000..be9c814
--- /dev/null
+++ b/debian/patches/no-malign-double.diff
@@ -0,0 +1,13 @@
+Index: pynfft-1.3.2/setup.py
+===================================================================
+--- pynfft-1.3.2.orig/setup.py 2014-07-30 22:24:45.000000000 +0800
++++ pynfft-1.3.2/setup.py 2014-11-03 16:00:39.000000000 +0800
+@@ -34,7 +34,7 @@
+ libraries=['nfft3_threads', 'nfft3', 'fftw3_threads', 'fftw3', 'm'],
+ library_dirs=[],
+ include_dirs=[numpy.get_include()],
+- extra_compile_args='-O3 -fomit-frame-pointer -malign-double '
++ extra_compile_args='-O3 -fomit-frame-pointer '
+ '-fstrict-aliasing -ffast-math'.split(),
+ )
+ return common_extension_args
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..804c6a1
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+no-malign-double.diff
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/pynfft.git
More information about the debian-science-commits
mailing list