[mythes] 05/09: use autoreconf instead of autotools-dev

Rene Engelhard rene at moszumanska.debian.org
Tue Sep 13 02:55:34 UTC 2016


This is an automated email from the git hooks/post-receive script.

rene pushed a commit to branch master
in repository mythes.

commit ec1ab11a8444c14f957fa085259347dcd73b6bd9
Author: Rene Engelhard <rene at rene-engelhard.de>
Date:   Tue Sep 6 08:01:38 2016 +0200

    use autoreconf instead of autotools-dev
---
 debian/control | 2 +-
 debian/rules   | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index 09b4d5e..4657f0c 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: mythes
 Priority: optional
 Maintainer: Debian LibreOffice Maintainers <debian-openoffice at lists.debian.org>
 Uploaders: Rene Engelhard <rene at debian.org>
-Build-Depends: debhelper (>= 9), pkg-config (>= 0.9.0), libhunspell-dev, autotools-dev
+Build-Depends: debhelper (>= 9), pkg-config (>= 0.9.0), libhunspell-dev, dh-autoreconf
 Standards-Version: 3.6.1
 Section: libs
 
diff --git a/debian/rules b/debian/rules
index 62d555c..ab11c06 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@ include /usr/share/dpkg/buildflags.mk
 configure: configure-stamp
 configure-stamp:
 	dh_testdir
-	dh_autotools-dev_updateconfig
+	dh_autoreconf
 	dh_auto_configure -- --enable-static
 	touch configure-stamp
 
@@ -28,7 +28,7 @@ clean:
 
 	[ ! -f Makefile ] || $(MAKE) distclean
 
-	dh_autotools-dev_restoreconfig
+	dh_autoreconf_clean
 	dh_clean 
 
 install: build

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-openoffice/mythes.git



More information about the Pkg-openoffice-commits mailing list