Sweet, thanks so much!
On Mon, Jan 13, 2014 at 4:55 PM, Christoph Schmidt-Hieber <chris...@gmx.de>wrote: > Thanks, applied in > > https://code.google.com/p/stimfit/source/detail?r=249a0fbd > > Will prepare new release soon. > > Christoph > > On Mon, Jan 13, 2014 at 04:33:35PM -0500, Logan Rosen wrote: > > Package: stimfit > > Version: 0.13.6-1 > > Severity: normal > > Tags: patch > > User: ubuntu-de...@lists.ubuntu.com > > Usertags: origin-ubuntu trusty ubuntu-patch > > > > Dear Maintainer, > > > > For the ppc64el architecture in Ubuntu, since this package uses libtool, > a full > > autoreconf is necessary. This is because we need new libtool macros for > > ppc64el. > > > > In Ubuntu, the attached patch was applied to achieve the following: > > > > * Use dh-autoreconf to fix FTBFS on ppc64el. > > > > Thanks for considering the patch. > > > > Logan Rosen > > > > > > > > -- System Information: > > Debian Release: jessie/sid > > APT prefers trusty-updates > > APT policy: (500, 'trusty-updates'), (500, 'trusty-security'), (500, > 'trusty'), (100, 'trusty-backports') > > Architecture: amd64 (x86_64) > > Foreign Architectures: i386 > > > > Kernel: Linux 3.13.0-2-generic (SMP w/1 CPU core) > > Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) > > Shell: /bin/sh linked to /bin/dash > > > diff -Nru stimfit-0.13.6/debian/control stimfit-0.13.6/debian/control > > --- stimfit-0.13.6/debian/control 2013-12-11 16:54:49.000000000 -0500 > > +++ stimfit-0.13.6/debian/control 2014-01-13 16:32:59.000000000 -0500 > > @@ -3,7 +3,7 @@ > > Priority: optional > > Maintainer: Christoph Schmidt-Hieber <chris...@gmx.de> > > Uploaders: Yaroslav Halchenko <deb...@onerussian.com> > > -Build-Depends: debhelper (>= 7), libboost-dev (>= 1.40.0), python-dev > (>= 2.6.6-3), python-numpy, libhdf5-serial-dev, swig, python-wxgtk2.8 (>= > 2.8.9), libwxgtk2.8-dev (>= 2.8.9), libfftw3-dev, liblapack-dev, chrpath, > help2man, dh-python, libbiosig-dev, libsuitesparse-dev > > +Build-Depends: debhelper (>= 7), libboost-dev (>= 1.40.0), python-dev > (>= 2.6.6-3), python-numpy, libhdf5-serial-dev, swig, python-wxgtk2.8 (>= > 2.8.9), libwxgtk2.8-dev (>= 2.8.9), libfftw3-dev, liblapack-dev, chrpath, > help2man, dh-python, libbiosig-dev, libsuitesparse-dev, dh-autoreconf > > Standards-Version: 3.9.4 > > Homepage: http://www.stimfit.org > > > > diff -Nru stimfit-0.13.6/debian/rules stimfit-0.13.6/debian/rules > > --- stimfit-0.13.6/debian/rules 2013-12-11 16:54:49.000000000 -0500 > > +++ stimfit-0.13.6/debian/rules 2014-01-13 02:26:12.000000000 -0500 > > @@ -35,9 +35,11 @@ > > find -name '*.la' | xargs -r rm -f > > find -name '*.so' | xargs -r rm -f > > rm -f $(CURDIR)/test.h5 > > + dh_autoreconf_clean > > dh_clean > > > > install: build > > + dh_autoreconf > > ./configure --enable-python --enable-debian --with-biosig > --prefix=$(DEBPREFIX) > > $(MAKE) > > ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) >