[libepsilon] 06/16: Reorder targets in order of execution.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Fri Mar 11 01:42:55 UTC 2016


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 <sebastic at xs4all.nl>
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



More information about the Pkg-grass-devel mailing list