diff -Nru pynfft-1.3.2/debian/changelog pynfft-1.3.2/debian/changelog --- pynfft-1.3.2/debian/changelog 2014-08-07 22:59:13.000000000 +0800 +++ pynfft-1.3.2/debian/changelog 2014-11-03 16:49:22.000000000 +0800 @@ -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 Mon, 03 Nov 2014 15:30:59 +0800 + pynfft (1.3.2-1) unstable; urgency=low * Initial release (Closes: #728282) diff -Nru pynfft-1.3.2/debian/control pynfft-1.3.2/debian/control --- pynfft-1.3.2/debian/control 2014-08-07 22:59:13.000000000 +0800 +++ pynfft-1.3.2/debian/control 2014-11-03 14:13:19.000000000 +0800 @@ -22,8 +22,7 @@ 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 -Nru pynfft-1.3.2/debian/patches/no-malign-double.diff pynfft-1.3.2/debian/patches/no-malign-double.diff --- pynfft-1.3.2/debian/patches/no-malign-double.diff 1970-01-01 08:00:00.000000000 +0800 +++ pynfft-1.3.2/debian/patches/no-malign-double.diff 2014-11-03 16:00:44.000000000 +0800 @@ -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 -Nru pynfft-1.3.2/debian/patches/series pynfft-1.3.2/debian/patches/series --- pynfft-1.3.2/debian/patches/series 1970-01-01 08:00:00.000000000 +0800 +++ pynfft-1.3.2/debian/patches/series 2014-11-03 15:59:46.000000000 +0800 @@ -0,0 +1 @@ +no-malign-double.diff