[mipp] 03/04: Remove executable bit from test data.

Bas Couwenberg sebastic at debian.org
Sat Aug 6 19:14:32 UTC 2016


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

sebastic pushed a commit to branch master
in repository mipp.

commit 4630afb812917268e972486db8f8337170defa9d
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sat Aug 6 20:52:55 2016 +0200

    Remove executable bit from test data.
---
 debian/changelog | 1 +
 debian/rules     | 7 +++++++
 2 files changed, 8 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 27ca0a4..ffe0f05 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -21,6 +21,7 @@ mipp (0.10.0-1) unstable; urgency=medium
     - Update copyright years for Lars Orum Rasmussen
     - Drop .0 from GPL license shortname
   * Drop buildsystem option from dh_auto_* commands, set globally already.
+  * Remove executable bit from test data.
 
  -- Antonio Valentino <antonio.valentino at tiscali.it>  Sat, 06 Aug 2016 17:46:41 +0000
 
diff --git a/debian/rules b/debian/rules
index 0990c17..578499d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,3 +22,10 @@ override_dh_auto_clean:
 	dh_auto_clean
 	$(RM) -r mipp.egg-info
 	$(MAKE) -C doc clean
+
+
+override_dh_install:
+	dh_install --list-missing
+	chmod 0644 debian/*/usr/share/python-mipp-test/data/*
+
+

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



More information about the Pkg-grass-devel mailing list