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

sebastic pushed a commit to branch master
in repository gmt.

commit 71366aed1cf8e18477e26266c59807b67e08c16a
Author: Bas Couwenberg <sebas...@xs4all.nl>
Date:   Sat Jun 6 12:55:51 2015 +0200

    Fix bash-completion installation.
---
 debian/changelog | 1 +
 debian/rules     | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index f887d92..d175396 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -32,6 +32,7 @@ gmt (5.1.2+dfsg-1) UNRELEASED; urgency=medium
   * Repack upstream source using Files-Excluded in the copyright file.
   * Fix libgmt5 installation.
   * Disable use of non-free triangle source.
+  * Fix bash-completion installation.
 
  -- Bas Couwenberg <sebas...@debian.org>  Fri, 05 Jun 2015 18:12:12 +0200
 
diff --git a/debian/rules b/debian/rules
index 2bcd633..87d6557 100755
--- a/debian/rules
+++ b/debian/rules
@@ -61,6 +61,9 @@ export DH_VERBOSE
 #      # Remove +x 
 #      find  $(CURDIR)/debian/gmt-examples/usr/share/doc/gmt-examples/examples 
-name "*.bat" -exec chmod -x {} \;
 
+       # Fix /etc installation
+       mv debian/tmp/usr/etc debian/tmp/
+
 #      $(MAKE) -C build/src/mex DESTDIR=$(DESTDIR) install
 #      -find $(DESTDIR)/usr/lib/octave -name "*.mex" -exec rename 
's/\.mex/.oct/' {} \;
        

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/gmt.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