diff -Nru daps-3.0.0/debian/changelog daps-3.0.0/debian/changelog --- daps-3.0.0/debian/changelog 2019-02-08 18:55:51.000000000 +0000 +++ daps-3.0.0/debian/changelog 2019-02-12 07:28:16.000000000 +0000 @@ -1,3 +1,10 @@ +daps (3.0.0-3) unstable; urgency=low + + * Fix in d/rules the .xsl file that is chmod'ed to +x while being installed. + Sent bug report upstream. + + -- Filippo Rusconi Tue, 12 Feb 2019 08:28:16 +0100 + daps (3.0.0-2) unstable; urgency=low * Fix the Vcs fields for salsa location. diff -Nru daps-3.0.0/debian/daps.lintian-overrides daps-3.0.0/debian/daps.lintian-overrides --- daps-3.0.0/debian/daps.lintian-overrides 2019-02-06 12:20:04.000000000 +0000 +++ daps-3.0.0/debian/daps.lintian-overrides 1970-01-01 00:00:00.000000000 +0000 @@ -1,2 +0,0 @@ -executable-not-elf-or-script usr/share/daps/libexec/daps-xmlwellformed-xinclude.xsl - diff -Nru daps-3.0.0/debian/rules daps-3.0.0/debian/rules --- daps-3.0.0/debian/rules 2019-02-06 16:04:58.000000000 +0000 +++ daps-3.0.0/debian/rules 2019-02-12 07:26:41.000000000 +0000 @@ -41,3 +41,5 @@ dh_python3 + # FIXME check later if this still required, I have sent a bug report. + chmod a-x debian/daps/usr/share/daps/libexec/daps-xmlwellformed-xinclude.xsl