This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository libepsilon.
commit 546aff8dd901f025ab314d82ce6f3c90aa2bb9aa Author: Bas Couwenberg <[email protected]> Date: Fri Mar 11 01:18:56 2016 +0100 Reorder targets in order of execution. --- debian/rules | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/rules b/debian/rules index f013792..8979ea7 100755 --- a/debian/rules +++ b/debian/rules @@ -14,6 +14,9 @@ MANPAGES:=$(wildcard debian/man/*.*.xml) override_dh_clean: dh_clean debian/man/*.1 +override_dh_auto_configure: + dh_auto_configure -- --enable-pthreads --enable-cluster + override_dh_auto_build: # Create man pages from DocBook XML for x in $(MANPAGES) ; do \ @@ -29,6 +32,3 @@ override_dh_install: dh_install --list-missing -override_dh_auto_configure: - dh_auto_configure -- --enable-pthreads --enable-cluster - -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/libepsilon.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

