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 <sebas...@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

_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to