[hyphen] 03/05: use dh_auto_configure instead of manual ./configure

Rene Engelhard rene at moszumanska.debian.org
Tue Sep 13 02:51:36 UTC 2016


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

rene pushed a commit to branch master
in repository hyphen.

commit 75d905fc50e25aa8e6ff811b4c3dca25ede7feb4
Author: Rene Engelhard <rene at rene-engelhard.de>
Date:   Tue Sep 6 00:21:02 2016 +0200

    use dh_auto_configure instead of manual ./configure
---
 debian/rules | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/debian/rules b/debian/rules
index 6622935..1681d33 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,13 +9,7 @@ include /usr/share/dpkg/buildflags.mk
 	dh $@ --parallel --with autoreconf
 
 override_dh_auto_configure-arch:
-	./configure \
-		--host=$(DEB_HOST_GNU_TYPE) \
-		--build=$(DEB_BUILD_GNU_TYPE) \
-		--prefix=/usr \
-		--mandir=\$${prefix}/share/man \
-		--infodir=\$${prefix}/share/info \
-		AWK=gawk
+	dh_auto_configure AWK=gawk
 
 
 override_dh_auto_configure-indep:

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



More information about the Pkg-openoffice-commits mailing list