[osmium] 01/01: Reorder targets in rules.

Bas Couwenberg sebastic at debian.org
Wed Aug 31 11:16:20 UTC 2016


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

sebastic pushed a commit to branch master
in repository osmium.

commit ee54c554f4d9dce7fc99ee1f9694e822ecc07b7b
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Wed Aug 31 10:55:10 2016 +0200

    Reorder targets in rules.
---
 debian/rules | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/debian/rules b/debian/rules
index 7927c83..ac0fac3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,14 +14,14 @@ DEB_BUILD_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH)
 %:
 	dh $@ --parallel
 
-override_dh_auto_build:
-	dh_auto_build
-	dh_auto_build -Dosmjs
-
 override_dh_auto_clean:
 	dh_auto_clean
 	dh_auto_clean -Dosmjs
 
+override_dh_auto_build:
+	dh_auto_build
+	dh_auto_build -Dosmjs
+
 override_dh_auto_install:
 	dh_auto_install
 	dh_auto_install -Dosmjs

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



More information about the Pkg-grass-devel mailing list