[osmpbf] 15/16: Use /usr prefix instead of /usr/local.

Bas Couwenberg sebastic at xs4all.nl
Tue Mar 11 23:42:14 UTC 2014


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

sebastic-guest pushed a commit to branch debian
in repository osmpbf.

commit 029acd46ef5cca1c94e3d5ff0dcabb53d12b066c
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Wed Mar 12 00:24:09 2014 +0100

    Use /usr prefix instead of /usr/local.
---
 debian/rules | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index 5a8e105..e3c685e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,6 +13,11 @@ override_dh_auto_clean:
 	dh_auto_clean -Dtools
 	mh_clean
 
+override_dh_auto_configure:
+	dh_auto_configure --buildsystem ant
+	dh_auto_configure -Dsrc
+	dh_auto_configure -Dtools
+
 override_dh_auto_build:
 	dh_auto_build --buildsystem ant
 	dh_auto_build -Dsrc
@@ -20,8 +25,8 @@ override_dh_auto_build:
 
 override_dh_auto_install:
 	dh_auto_install --buildsystem ant
-	dh_auto_install -Dsrc
-	dh_auto_install -Dtools
+	dh_auto_install -Dsrc   -- PREFIX=/usr
+	dh_auto_install -Dtools -- PREFIX=/usr
 
 override_dh_installchangelogs:
 	dh_installchangelogs -- ReleaseNotes.txt

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



More information about the Pkg-grass-devel mailing list