diffstat for xscorch-0.2.1 xscorch-0.2.1 changelog | 6 ++++++ control | 5 +++-- rules | 2 ++ 3 files changed, 11 insertions(+), 2 deletions(-) diff -Nru xscorch-0.2.1/debian/changelog xscorch-0.2.1/debian/changelog --- xscorch-0.2.1/debian/changelog 2011-08-02 16:41:05.000000000 +0000 +++ xscorch-0.2.1/debian/changelog 2014-01-12 19:31:53.000000000 +0000 @@ -1,3 +1,9 @@ +xscorch (0.2.1-1ubuntu1) trusty; urgency=low + + * Use autotools-dev, resolving FTBFS on arm64 and ppc64el. + + -- Daniel T Chen Sun, 12 Jan 2014 14:31:01 -0500 + xscorch (0.2.1-1) unstable; urgency=low * New upstream release (Closes: #406593, #633160) diff -Nru xscorch-0.2.1/debian/control xscorch-0.2.1/debian/control --- xscorch-0.2.1/debian/control 2011-08-02 16:40:14.000000000 +0000 +++ xscorch-0.2.1/debian/control 2014-01-12 19:29:09.000000000 +0000 @@ -2,9 +2,10 @@ Section: games Priority: optional Homepage: http://www.xscorch.org/ -Maintainer: Jacob Luna Lundberg +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Jacob Luna Lundberg Standards-Version: 3.9.2 -Build-Depends: debhelper (>= 7), groff, libglib2.0-dev, libgtk2.0-dev (>= 2.20), libmikmod2-dev, libreadline-gplv2-dev | libreadline5-dev, libx11-dev, libxext-dev, libxi-dev +Build-Depends: debhelper (>= 7), groff, libglib2.0-dev, libgtk2.0-dev (>= 2.20), libmikmod2-dev, libreadline-gplv2-dev | libreadline5-dev, libx11-dev, libxext-dev, libxi-dev, autotools-dev Package: xscorch Architecture: any diff -Nru xscorch-0.2.1/debian/rules xscorch-0.2.1/debian/rules --- xscorch-0.2.1/debian/rules 2011-08-01 02:02:35.000000000 +0000 +++ xscorch-0.2.1/debian/rules 2014-01-12 19:29:48.000000000 +0000 @@ -11,6 +11,7 @@ build-stamp: dh_testdir + dh_autotools-dev_updateconfig ./configure --prefix=/usr --bindir=/usr/games --mandir=/usr/share/man --datadir=/usr/share/games --without-gnome --enable-network $(MAKE) @@ -23,6 +24,7 @@ [ ! -f Makefile ] || $(MAKE) distclean + dh_autotools-dev_restoreconfig dh_clean install: install-stamp