[SCM] flowblade/master: Fix executable bits and avoid backup files from install.

js at users.alioth.debian.org js at users.alioth.debian.org
Thu Oct 16 21:33:50 UTC 2014


The following commit has been merged in the master branch:
commit 35d1940f782727e8d01b688dddd5cec94c4b3a8b
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Thu Oct 16 23:27:50 2014 +0200

    Fix executable bits and avoid backup files from install.

diff --git a/debian/rules b/debian/rules
index af15433..dbf41f5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -48,6 +48,13 @@ install/flowblade::
 clean::
 	rm -f $(patsubst %,debian/flowblade.%,mime sharedmimeinfo desktop)
 
+binary-post-install/$(pkg)::
+	find $(cdbs_curdestdir) -name '*~'
+
+binary-fixup/$(pkg)::
+	chmod +x $(cdbs_curdestdir)usr/share/flowblade/Flowblade/launch/flowbladebatch
+	chmod -x $(cdbs_curdestdir)usr/share/pixmaps/flowblade.png
+
 DEB_CLEAN_EXCLUDE = \
  Flowblade/locale/cs/LC_MESSAGES/Flowblade.po~ \
  Flowblade/locale/fi/LC_MESSAGES/Flowblade.po~

-- 
flowblade packaging



More information about the pkg-multimedia-commits mailing list