[SCM] mediagoblin/master: Fix permissions of fake images part of testsuite.

js at users.alioth.debian.org js at users.alioth.debian.org
Mon Aug 21 18:02:34 UTC 2017


The following commit has been merged in the master branch:
commit b10c741d2221378bcf487f4ab33eee71e0746591
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Mon Aug 21 11:27:52 2017 +0200

    Fix permissions of fake images part of testsuite.

diff --git a/debian/rules b/debian/rules
index 7ffccda..53d002b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -47,6 +47,10 @@ override_dh_auto_test:
 override_dh_installchangelogs:
 	dh_installchangelogs docs/source/siteadmin/relnotes.rst
 
+override_dh_fixperms:
+	dh_fixperms
+	chmod +x debian/python3-mediagoblin/usr/lib/python3/dist-packages/mediagoblin/tests/test_submission/evil.*
+
 # Preserve upstream cruft to not upset git-buildpackage
 override_dh_clean:
 	dh_clean -Xmediagoblin/plugins/metadata_display/templates/mediagoblin/plugins/metadata_display/metadata_table.html.orig

-- 
mediagoblin packaging



More information about the pkg-multimedia-commits mailing list