[med-svn] [fis-gtm] 01/01: Fix more lintian warnings
    Andreas Tille 
    tille at debian.org
       
    Sat Oct 19 22:46:34 UTC 2013
    
    
  
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository fis-gtm.
commit 08b0514ef8f88460ffa0d41633eafc57407567e4
Author: Andreas Tille <tille at debian.org>
Date:   Sun Oct 20 00:41:11 2013 +0200
    Fix more lintian warnings
---
 debian/rules |    4 ++++
 1 file changed, 4 insertions(+)
diff --git a/debian/rules b/debian/rules
index c355c05..e706c71 100755
--- a/debian/rules
+++ b/debian/rules
@@ -39,6 +39,10 @@ override_dh_auto_install:
 			--installdir $(LOCAL_GTM_INSTALL_DIR)
 	@echo "I: Removing redundant license file. One is already available."
 	rm    $(LOCAL_GTM_INSTALL_DIR)/COPYING
+	# remove empty directories
+	find $(LOCAL_GTM_INSTALL_DIR) -type d -empty -delete
+	# fix permissions of directories
+	find $(LOCAL_GTM_INSTALL_DIR) -type d -exec chmod u+x \{\} \;
 
 override_dh_fixperms:
 	echo "umask is: "
-- 
Alioth's /git/debian-med/git-commit-notice on /srv/git.debian.org/git/debian-med/fis-gtm.git
    
    
More information about the debian-med-commit
mailing list