[gmt] 15/29: Fix bash-completion installation.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Sun Jun 7 18:33:40 UTC 2015


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 <sebastic at 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 <sebastic at 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



More information about the Pkg-grass-devel mailing list