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 <[email protected]> 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 _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

