[mythes] 03/09: use dh_auto_configure instead of manual ./configure (closes: #836549)

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 2806148ab43a322a5a85e80153da31b0080eec2d
Author: Rene Engelhard <rene at rene-engelhard.de>
Date:   Tue Sep 6 08:00:03 2016 +0200

    use dh_auto_configure instead of manual ./configure (closes: #836549)
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index c46e6f6..06c4911 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,7 +24,7 @@ configure: configure-stamp
 configure-stamp:
 	dh_testdir
 	dh_autotools-dev_updateconfig
-	./configure --prefix=/usr --enable-static
+	dh_auto_configure -- --enable-static
 	touch configure-stamp
 
 

-- 
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