diff -Nru gss-1.0.2/debian/changelog gss-1.0.2/debian/changelog --- gss-1.0.2/debian/changelog 2013-11-10 09:03:42.000000000 +0000 +++ gss-1.0.2/debian/changelog 2014-01-14 19:31:13.000000000 +0000 @@ -1,3 +1,12 @@ +gss (1.0.2-3ubuntu1) trusty; urgency=medium + + * Use dh-autoreconf instead of autotools-dev to also fix FTBFS on ppc64el by + getting new libtool macros (still updates config.{sub,guess}). + * Disable -Werror to fix FTBFS while autoreconfing. + * Build-depend on help2man to fix FTBFS. + + -- Logan Rosen Tue, 14 Jan 2014 14:20:42 -0500 + gss (1.0.2-3) unstable; urgency=low * Moved from experimental to unstable after testing. diff -Nru gss-1.0.2/debian/control gss-1.0.2/debian/control --- gss-1.0.2/debian/control 2013-11-03 21:05:48.000000000 +0000 +++ gss-1.0.2/debian/control 2014-01-14 19:31:03.000000000 +0000 @@ -1,11 +1,12 @@ Source: gss Section: net Priority: extra -Maintainer: Debian GSS Team +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Debian GSS Team Uploaders: Simon Josefsson , Russ Allbery -Build-Depends: debhelper (>= 7), cdbs, autotools-dev, +Build-Depends: debhelper (>= 7), cdbs, dh-autoreconf, libshishi-dev (>= 0.0.42), texinfo, texlive-latex-base, - valgrind [amd64 i386 powerpc], gtk-doc-tools + valgrind [amd64 i386 powerpc], gtk-doc-tools, help2man Standards-Version: 3.9.4 Vcs-Git: git://gitorious.org/gss/gss-dpkg.git Vcs-Browser: https://www.gitorious.org/gss/gss-dpkg/ diff -Nru gss-1.0.2/debian/patches/disable-Werror.patch gss-1.0.2/debian/patches/disable-Werror.patch --- gss-1.0.2/debian/patches/disable-Werror.patch 1970-01-01 00:00:00.000000000 +0000 +++ gss-1.0.2/debian/patches/disable-Werror.patch 2014-01-14 19:25:29.000000000 +0000 @@ -0,0 +1,11 @@ +--- a/configure.ac ++++ b/configure.ac +@@ -24,7 +24,7 @@ + AC_CONFIG_AUX_DIR([build-aux]) + AC_CONFIG_MACRO_DIR([m4]) + AC_CONFIG_HEADERS(config.h) +-AM_INIT_AUTOMAKE([1.10 -Wall -Werror -Wno-override]) ++AM_INIT_AUTOMAKE([1.10 -Wall -Wno-override]) + AM_SILENT_RULES([yes]) + + # Library code modified: REVISION++ diff -Nru gss-1.0.2/debian/patches/series gss-1.0.2/debian/patches/series --- gss-1.0.2/debian/patches/series 1970-01-01 00:00:00.000000000 +0000 +++ gss-1.0.2/debian/patches/series 2014-01-14 19:25:11.000000000 +0000 @@ -0,0 +1 @@ +disable-Werror.patch diff -Nru gss-1.0.2/debian/rules gss-1.0.2/debian/rules --- gss-1.0.2/debian/rules 2013-11-03 21:03:20.000000000 +0000 +++ gss-1.0.2/debian/rules 2014-01-14 19:20:30.000000000 +0000 @@ -4,6 +4,7 @@ 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_CONFIGURE_EXTRA_FLAGS = --with-po-suffix --with-packager=Debian --with-packager-version=$(DEB_VERSION) --with-packager-bug-reports=http://bugs.debian.org/ --enable-gtk-doc