The new upstream packages lose the exec bit, so we need to restore it.

---
 build.xml |    1 +
 1 file changed, 1 insertion(+)

Index: b/build.xml
===================================================================
--- a/build.xml
+++ b/build.xml
@@ -207,6 +207,7 @@
 	   <arg value="l10n/engine/fr.po"/>
 	   <redirector output="errors-msgstr.txt" alwayslog="true"/>           
       </exec>
+      <chmod file="./check_pseudoMD.pl" perm="ugo+x" />
       <exec executable="./check_pseudoMD.pl" />
     </target>
     
