[metview] 41/97: Fix: /usr/share* moved to metview-data, not metview

Alastair McKinstry mckinstry at moszumanska.debian.org
Tue Sep 1 09:18:44 UTC 2015


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

mckinstry pushed a commit to branch master
in repository metview.

commit fe15a38f0b9b9d9cdbb2d57e7b084a7c80ea80fd
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Fri Jun 20 09:47:07 2014 +0100

    Fix: /usr/share* moved to metview-data, not metview
---
 debian/rules | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/debian/rules b/debian/rules
index 36a4178..c704a57 100755
--- a/debian/rules
+++ b/debian/rules
@@ -50,14 +50,13 @@ override_dh_auto_install:
 	sed -e 's%function findCommonPath()%findCommonpath()%'  \
 		< $(MV_COMP) >  $(MV_COMP).tmp
 	mv $(MV_COMP).tmp  $(MV_COMP)
-	
+
 override_dh_fixperms:
 	dh_fixperms
-	chmod -R -x debian/metview/usr/share/metview/*
+	chmod -R -x debian/metview-data/usr/share/metview/*
 	chmod +x debian/metview/usr/lib/metview/mv_compress
 	chmod -x debian/metview/usr/lib/metview/*.magml
 	chmod -x debian/metview/usr/lib/metview/metview_*.common
 	chmod -x debian/metview/usr/lib/metview/metview_stat
 	chmod -x debian/metview/usr/lib/metview/metview_patches
-
-	find debian/metview/usr/share/metview -type d -exec chmod 755 {} \;
+	find debian/metview-data/usr/share/metview -type d -exec chmod 755 {} \;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/metview.git



More information about the debian-science-commits mailing list