[grass] 09/18: Install tools into -dev package using install file instead of d/rules.

Bas Couwenberg sebastic at xs4all.nl
Sat Jan 24 02:03:52 UTC 2015


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

sebastic-guest pushed a commit to branch experimental
in repository grass.

commit 0188fd1dbbc19525f04da770181394564138b4a3
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Fri Jan 23 20:28:44 2015 +0100

    Install tools into -dev package using install file instead of d/rules.
---
 debian/grass-dev.install    |  1 +
 debian/grass-dev.install.in |  1 +
 debian/rules                | 16 ----------------
 3 files changed, 2 insertions(+), 16 deletions(-)

diff --git a/debian/grass-dev.install b/debian/grass-dev.install
index 865cbe0..bf53a03 100644
--- a/debian/grass-dev.install
+++ b/debian/grass-dev.install
@@ -1 +1,2 @@
 usr/lib/grass70/include
+usr/lib/grass70/tools
diff --git a/debian/grass-dev.install.in b/debian/grass-dev.install.in
index 52298fa..3b9eaf0 100644
--- a/debian/grass-dev.install.in
+++ b/debian/grass-dev.install.in
@@ -1 +1,2 @@
 usr/lib/grass at VERSION@/include
+usr/lib/grass at VERSION@/tools
diff --git a/debian/rules b/debian/rules
index 2a18c71..768e6a8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -192,22 +192,6 @@ install-arch: build-arch
 		-e "s+^\(RUN_GISBASE[ ]*=\) .*+\1 /usr/lib/$(BASE_NAME)+" \
 		debian/tmp/usr/lib/$(BASE_NAME)/include/Make/Platform.make
 
-	# install helper scripts for building addon man pages
-	install -m 755 tools/mkhtml.py \
-		debian/$(PKG_NAME)-dev/usr/lib/$(BASE_NAME)/tools/mkhtml.py
-	install -m 755 tools/mkrest.py \
-		debian/$(PKG_NAME)-dev/usr/lib/$(BASE_NAME)/tools/mkrest.py
-	install -m 755 tools/thumbnails.py \
-		debian/$(PKG_NAME)-dev/usr/lib/$(BASE_NAME)/tools/thumbnails.py
-	install -m 755 tools/g.html2man/g.html2man.py \
-		debian/$(PKG_NAME)-dev/usr/lib/$(BASE_NAME)/tools/g.html2man.py
-	install -m 644 tools/g.html2man/groff.py \
-		debian/$(PKG_NAME)-dev/usr/lib/$(BASE_NAME)/tools/groff.py
-	install -m 644 tools/g.html2man/html.py \
-		debian/$(PKG_NAME)-dev/usr/lib/$(BASE_NAME)/tools/html.py
-	install -m 644 tools/g.html2man/rest.py \
-		debian/$(PKG_NAME)-dev/usr/lib/$(BASE_NAME)/tools/rest.py
-
 	# install pkg-config file
 	install -m 644 grass.pc debian/$(PKG_NAME)-dev/usr/share/pkgconfig/$(BASE_NAME).pc
 

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



More information about the Pkg-grass-devel mailing list