[ncview] 12/17: Also install colormap files.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Sat Apr 18 18:05:55 UTC 2015


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

sebastic pushed a commit to branch master
in repository ncview.

commit 71b20ec30b4dbd7f9ec54801a54e3e8ecaa81e05
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sat Apr 18 17:12:34 2015 +0200

    Also install colormap files.
---
 debian/rules | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/debian/rules b/debian/rules
index 5d518ec..52e2be4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,6 +16,10 @@ override_dh_auto_install:
 	# Install X11 app-defaults	
 	install -m 644 Ncview-appdefaults $(CURDIR)/debian/ncview/etc/X11/app-defaults/Ncview
 
+	# Install colormap files
+	install -m 755 -d $(CURDIR)/debian/ncview/usr/share/ncview/
+	install -m 644 *.ncmap $(CURDIR)/debian/ncview/usr/share/ncview/
+
 	# removing embedded rpath in binaries
 	-find $(CURDIR)/debian/*/usr/bin -type f -exec chrpath --delete {} \;
 

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



More information about the Pkg-grass-devel mailing list