This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository readosm.
commit 55a469ad23c12b92c5eb96deb232e3c3b9c5b451 Author: Bas Couwenberg <[email protected]> Date: Sun May 1 03:27:22 2016 +0200 Reorder targets in order of execution. --- debian/rules | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/rules b/debian/rules index 2a1c3b4..c0ab6d9 100755 --- a/debian/rules +++ b/debian/rules @@ -7,6 +7,10 @@ %: dh $@ --with autoreconf --parallel +override_dh_clean: + dh_clean + rm -rf html/ latex/ + override_dh_auto_build: dh_auto_build doxygen @@ -23,10 +27,6 @@ override_dh_install: override_dh_strip: dh_strip --dbg-package=libreadosm1-dbg -override_dh_clean: - dh_clean - rm -rf html/ latex/ - get-orig-source: uscan --verbose --force-download -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/readosm.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

