Control: tags 718165 patch pending Hi,
I have prepared a simple patch for this issue. The correct target to override is fixperms not install. I'm attaching here the patch, and will upload the NMU to the 7 day delayed queue. -- Regards, Marga
diff -Nru din-5.2.1/debian/changelog din-5.2.1/debian/changelog --- din-5.2.1/debian/changelog 2013-04-20 19:38:12.000000000 +0000 +++ din-5.2.1/debian/changelog 2013-08-09 07:56:47.000000000 +0000 @@ -1,3 +1,10 @@ +din (5.2.1-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Fix debian/rules to make it work correctly. (Closes: #718165) + + -- Margarita Manterola <ma...@debian.org> Fri, 09 Aug 2013 07:56:00 +0000 + din (5.2.1-1) unstable; urgency=low * New upstream release. diff -Nru din-5.2.1/debian/rules din-5.2.1/debian/rules --- din-5.2.1/debian/rules 2013-03-13 13:04:32.000000000 +0000 +++ din-5.2.1/debian/rules 2013-08-09 08:02:15.000000000 +0000 @@ -6,8 +6,8 @@ override_dh_installman: dh_installman debian/din.1 -override_dh_install: - dh_install +override_dh_fix_perms: + dh_fix_perms chmod a+x debian/din/usr/share/din/m00 override_dh_auto_build: