This is an automated email from the git hooks/post-receive script. rene pushed a commit to branch master in repository hunspell.
commit 80d37a4497560f5676f41de44d18beb7f7372487 Author: Rene Engelhard <[email protected]> Date: Tue Jul 8 19:22:00 2014 +0200 Imported Debian patch 1.3.3-2 --- debian/changelog | 6 ++++++ debian/control | 2 +- debian/rules | 9 ++------- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/debian/changelog b/debian/changelog index 5e6dece..1023a89 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +hunspell (1.3.3-2) unstable; urgency=low + + * use dh-autoreconf (closes: #753628) + + -- Rene Engelhard <[email protected]> Tue, 08 Jul 2014 19:22:00 +0200 + hunspell (1.3.3-1) unstable; urgency=low * New upstream release diff --git a/debian/control b/debian/control index fa39f35..f672e68 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Maintainer: Debian LibreOffice Maintainers <[email protected]> Uploaders: Rene Engelhard <[email protected]>, Chris Halls <[email protected]>, Tim Retout <[email protected]> Build-Depends: debhelper (>= 8.1.3), libreadline-dev, libncurses5-dev, - libncursesw5-dev, autotools-dev + libncursesw5-dev, dh-autoreconf Standards-Version: 3.6.2 Section: text Homepage: http://hunspell.sourceforge.net/ diff --git a/debian/rules b/debian/rules index 862095e..b294931 100755 --- a/debian/rules +++ b/debian/rules @@ -37,10 +37,7 @@ major=2 config.status: 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) @@ -66,9 +63,7 @@ clean: rm -f debian/ispellaff2myspell.1 rm -f config.log - -mv config.sub.old config.sub - -mv config.guess.old config.guess - + dh_autoreconf_clean dh_clean install: build -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-openoffice/hunspell.git

