diffstat of debian/ for hunspell_1.3.2-6 hunspell_1.3.2-6ubuntu2 changelog | 25 +++++++++++++++++++++++++ control | 5 +++-- rules | 10 ++++------ 3 files changed, 32 insertions(+), 8 deletions(-) diff -u hunspell-1.3.2/debian/changelog hunspell-1.3.2/debian/changelog --- hunspell-1.3.2/debian/changelog +++ hunspell-1.3.2/debian/changelog @@ -1,3 +1,16 @@ +hunspell (1.3.2-6ubuntu2) trusty; urgency=medium + + * Build using dh-autoreconf. + + -- Matthias Klose Sun, 15 Dec 2013 12:05:20 +0100 + +hunspell (1.3.2-6ubuntu1) trusty; urgency=low + + * Resynchronise with Debian. Remaining changes: + - Honour DEB_BUILD_OPTIONS=nocheck. + + -- Colin Watson Wed, 20 Nov 2013 20:04:48 +0000 + hunspell (1.3.2-6) unstable; urgency=low * apply new upstream version of ispellaff2myspell from Agustin Martin @@ -22,6 +35,18 @@ -- Rene Engelhard Tue, 12 Nov 2013 21:32:11 +0100 +hunspell (1.3.2-4ubuntu1) raring; urgency=low + + * Honour DEB_BUILD_OPTIONS=nocheck. + + -- Colin Watson Tue, 04 Dec 2012 15:57:21 +0000 + +hunspell (1.3.2-4build1) quantal; urgency=low + + * Rebuild for new armel compiler default of ARMv5t. + + -- Colin Watson Wed, 03 Oct 2012 09:25:20 +0100 + hunspell (1.3.2-4) unstable; urgency=low * upload to unstable diff -u hunspell-1.3.2/debian/control hunspell-1.3.2/debian/control --- hunspell-1.3.2/debian/control +++ hunspell-1.3.2/debian/control @@ -1,10 +1,11 @@ Source: hunspell Priority: optional -Maintainer: Debian LibreOffice Maintainers +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Debian LibreOffice Maintainers Uploaders: Rene Engelhard , Chris Halls , Tim Retout Build-Depends: debhelper (>= 8.1.3), libreadline-dev, libncurses5-dev, - libncursesw5-dev, dpatch, autotools-dev, autoconf, libtool, automake1.9 + libncursesw5-dev, dpatch, autotools-dev, autoconf, libtool, automake1.9, dh-autoreconf Standards-Version: 3.6.2 Section: text Homepage: http://hunspell.sourceforge.net/ diff -u hunspell-1.3.2/debian/rules hunspell-1.3.2/debian/rules --- hunspell-1.3.2/debian/rules +++ hunspell-1.3.2/debian/rules @@ -39,10 +39,7 @@ config.status: patch-stamp configure dh_testdir - cp config.sub config.sub.old - cp config.guess config.guess.old - cp /usr/share/misc/config.sub . - cp /usr/share/misc/config.guess . + dh_autoreconf CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info \ --with-ui --with-readline --disable-rpath --libdir=$(libdir) @@ -51,7 +48,9 @@ dh_testdir $(MAKE) +ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) $(MAKE) check +endif pod2man --utf8 debian/ispellaff2myspell \ > debian/ispellaff2myspell.1 @@ -68,9 +67,8 @@ rm -f config.log rm -f libtool - -mv config.sub.old config.sub - -mv config.guess.old config.guess + dh_autoreconf_clean dh_clean install: build