Package: aspell Version: 0.60.7~20110707-1 Severity: wishlist Dear Maintainer,
Please use the autoreconf procedure for aspell according to the following documentation[1]. The initial necessity for this change is to enable this package to be built on ppc64el plataform. [1] - https://wiki.debian.org/qa.debian.org/FTBFS#A2014-01-21_using_dh-autoreconf_during_the_build Thank you, Breno -- System Information: Debian Release: jessie/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: ppc64el (ppc64le) Kernel: Linux 3.13-1-powerpc64le (SMP w/4 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages aspell depends on: ii dictionaries-common 1.20.5 ii libaspell15 0.60.7~20110707-1 ii libc6 2.18-0experimental1+ppc64el.2 ii libgcc1 1:4.8.2-16+ppc64el.r208123 ii libncursesw5 5.9+20140118-1 ii libstdc++6 4.8.2-16+ppc64el.r208123 ii libtinfo5 5.9+20140118-1 Versions of packages aspell recommends: ii aspell-en [aspell-dictionary] 7.1-0-1 Versions of packages aspell suggests: pn aspell-doc <none> pn spellutils <none> -- no debconf information
diff -uNp aspell-0.60.7~20110707.orig/debian/changelog aspell-0.60.7~20110707/debian/changelog --- aspell-0.60.7~20110707.orig/debian/changelog 2011-07-29 03:27:36.000000000 +0000 +++ aspell-0.60.7~20110707/debian/changelog 2014-04-17 18:49:07.000000000 +0000 @@ -1,3 +1,9 @@ +aspell (0.60.7~20110707-1.1) unstable; urgency=medium + + * Replace autotools with autoreconf, fixes FTBFS on ppc64el + + -- Breno Leitao <[email protected]> Thu, 17 Apr 2014 18:47:48 +0000 + aspell (0.60.7~20110707-1) unstable; urgency=low * New upstream snapshot 0.60.7-20110707 diff -uNp aspell-0.60.7~20110707.orig/debian/control aspell-0.60.7~20110707/debian/control --- aspell-0.60.7~20110707.orig/debian/control 2011-07-29 03:27:36.000000000 +0000 +++ aspell-0.60.7~20110707/debian/control 2014-04-17 18:46:10.000000000 +0000 @@ -2,7 +2,7 @@ Source: aspell Section: text Priority: optional Maintainer: Brian Nelson <[email protected]> -Build-Depends: debhelper (>= 7), libncursesw5-dev | libncurses-dev, cdbs (>= 0.4.0), texinfo +Build-Depends: dh-autoreconf, debhelper (>= 7), libncursesw5-dev | libncurses-dev, cdbs (>= 0.4.0), texinfo Standards-Version: 3.9.2 Vcs-Git: git://git.debian.org/git/collab-maint/aspell Vcs-Browser: http://git.debian.org/?p=collab-maint/aspell.git Common subdirectories: aspell-0.60.7~20110707.orig/debian/patches and aspell-0.60.7~20110707/debian/patches diff -uNp aspell-0.60.7~20110707.orig/debian/rules aspell-0.60.7~20110707/debian/rules --- aspell-0.60.7~20110707.orig/debian/rules 2011-07-29 03:27:36.000000000 +0000 +++ aspell-0.60.7~20110707/debian/rules 2014-04-17 18:47:04.000000000 +0000 @@ -1,7 +1,7 @@ #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk -include /usr/share/cdbs/1/class/autotools.mk +include /usr/share/cdbs/1/rules/autoreconf.mk DEB_DH_MAKESHLIBS_ARGS_ALL := -V'libaspell15 (>= 0.60.7~20110707)' -Xusr/lib/aspell Common subdirectories: aspell-0.60.7~20110707.orig/debian/source and aspell-0.60.7~20110707/debian/source

