[proj] 12/15: Reorder targets in rules file.

Bas Couwenberg sebastic at debian.org
Tue Aug 16 10:04:40 UTC 2016


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

sebastic pushed a commit to branch master
in repository proj.

commit 7fcc14b0dea9facc2ae118bee3089fb074c3f9c4
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Tue Aug 16 11:31:47 2016 +0200

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

diff --git a/debian/rules b/debian/rules
index c7507f1..c153de5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -39,23 +39,23 @@ datumgrids-stamp:
 		dh $@ --with autoreconf --parallel ; \
 	fi
 
+override_dh_clean:
+	dh_clean src/org_proj4_PJ_Type.h
+
+override_dh_auto_clean:
+	( cd $(CURDIR)/nad && cat $(CURDIR)/debian/datumgrids.list $(CURDIR)/debian/datumgrids-ch.list | xargs rm -f )
+	dh_auto_clean -Sant -Djniwrap
+	dh_auto_clean
+
 override_dh_auto_configure: datumgrids
 	dh_auto_configure -- --with-jni=$(JAVA_HOME)/include
 
-override_dh_auto_test:
-	dh_auto_test || echo "Ignoring test failures"
-
 override_dh_auto_build:
 	dh_auto_build -Sant -Djniwrap -- do_javah jar_it do_make_help
 	dh_auto_build
 
-override_dh_auto_clean:
-	( cd $(CURDIR)/nad && cat $(CURDIR)/debian/datumgrids.list $(CURDIR)/debian/datumgrids-ch.list | xargs rm -f )
-	dh_auto_clean -Sant -Djniwrap
-	dh_auto_clean
-
-override_dh_clean:
-	dh_clean src/org_proj4_PJ_Type.h
+override_dh_auto_test:
+	dh_auto_test || echo "Ignoring test failures"
 
 override_dh_auto_install:
 	dh_auto_install
@@ -85,12 +85,12 @@ override_dh_auto_install:
 override_dh_install:
 	dh_install --list-missing
 
-override_dh_installdocs:
-	dh_installdocs AUTHORS README
-
 override_dh_installchangelogs:
 	dh_installchangelogs ChangeLog upstream
 
+override_dh_installdocs:
+	dh_installdocs AUTHORS README
+
 override_dh_makeshlibs:
 	dh_makeshlibs -- -v$(PROJ_VERSION)
 

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



More information about the Pkg-grass-devel mailing list