diff -Nru xchat-2.8.8/debian/changelog xchat-2.8.8/debian/changelog --- xchat-2.8.8/debian/changelog 2013-12-26 21:53:24.000000000 +0000 +++ xchat-2.8.8/debian/changelog 2013-12-26 22:25:10.000000000 +0000 @@ -1,3 +1,9 @@ +xchat (2.8.8-7.1ubuntu5) trusty; urgency=medium + + * Update config.guess/config.sub with dh_atotools. + + -- Dimitri John Ledkov Thu, 26 Dec 2013 22:25:10 +0000 + xchat (2.8.8-7.1ubuntu4) trusty; urgency=medium * Use dh-autoreconf to update libtool for ppc64el port. diff -Nru xchat-2.8.8/debian/rules xchat-2.8.8/debian/rules --- xchat-2.8.8/debian/rules 2013-12-26 21:59:34.000000000 +0000 +++ xchat-2.8.8/debian/rules 2013-12-26 22:24:45.000000000 +0000 @@ -13,6 +13,7 @@ configure: configure-stamp configure-stamp: + dh_autotools-dev_updateconfig dh_autoreconf ./autogen.sh [ -f xchat.xpm ] || convert -resize 32x32 xchat.png xchat.xpm CFLAGS="$(CFLAGS)" ./configure --prefix=/usr --datadir=/usr/share --sysconfdir=/etc --enable-python --enable-ipv6 \ @@ -35,6 +36,7 @@ dh_testroot [ ! -f Makefile ] || $(MAKE) distclean dh_autoreconf_clean + dh_autotools-dev_restoreconfig rm -f xchat.xpm rm -f config.log rm -f xchat xchat-gnome