[pkg-otr-team] [irssi-plugin-otr] 13/21: Don't manually pass basic flags to ./configure, dh_auto_configure does it already.

Holger Levsen holger at moszumanska.debian.org
Mon Mar 3 21:55:20 UTC 2014


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

holger pushed a commit to annotated tag debian/4.0.0-2
in repository irssi-plugin-otr.

commit 5b7ba195ba1321eb7653ae59c7ac9cea29c12c46
Author: intrigeri <intrigeri at boum.org>
Date:   Tue Feb 18 15:46:02 2014 +0000

    Don't manually pass basic flags to ./configure, dh_auto_configure does it already.
---
 debian/rules | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/debian/rules b/debian/rules
index dbcb4c4..f033781 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,15 +7,8 @@
 %:
 	dh $@ --with autoreconf
 
-# XXX: what options are really needed?
 override_dh_auto_configure:
-	dh_auto_configure -- \
-		--host=$(DEB_HOST_GNU_TYPE) \
-		--build=$(DEB_BUILD_GNU_TYPE) \
-		--prefix=/usr \
-		--mandir=\$${prefix}/share/man \
-		--infodir=\$${prefix}/share/info \
-		$(shell dpkg-buildflags --export=configure)
+	dh_auto_configure -- $(shell dpkg-buildflags --export=configure)
 
 override_dh_auto_build:
 	dh_auto_build

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-otr/packages/irssi-plugin-otr.git



More information about the Pkg-otr-team mailing list