[python-pyproj] 29/34: Move catch all target to top.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Sun Mar 1 03:37:02 UTC 2015


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

sebastic pushed a commit to branch master
in repository python-pyproj.

commit 901317bccde40433e4f4268baa8275bef749c96e
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sun Mar 1 03:45:25 2015 +0100

    Move catch all target to top.
---
 debian/rules | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/debian/rules b/debian/rules
index c10cc98..3746e9a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,6 +9,12 @@ export PYBUILD_NAME=pyproj
 # Path to system installed Proj.4 data.
 export PROJ_DIR=/usr/
 
+%:
+	dh $@ \
+		--with python2,python3 \
+		--buildsystem=pybuild \
+		--parallel
+
 override_dh_clean:
 	dh_clean lib/pyproj/data/FL lib/pyproj/data/MD \
 	         lib/pyproj/data/TN lib/pyproj/data/WI \
@@ -35,9 +41,3 @@ override_dh_python3:
 	dh_python3
 	dh_numpy3
 
-%:
-	dh $@ \
-		--with python2,python3 \
-		--buildsystem=pybuild \
-		--parallel
-

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



More information about the Pkg-grass-devel mailing list