[readosm] 05/08: Reorder targets in order of execution.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Sun May 1 01:38:28 UTC 2016


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



More information about the Pkg-grass-devel mailing list