Control: tag -1 pending Le Tue, Nov 24, 2015 at 03:24:47PM +0000, Santiago Vila a écrit : > chmod -x /<<PKGBUILDDIR>>/debian/bedtools/usr/share/bedtools/genomes/*.genome > chmod: cannot access > '/<<PKGBUILDDIR>>/debian/bedtools/usr/share/bedtools/genomes/*.genome': No > such file or directory > debian/rules:29: recipe for target 'override_dh_fixperms' failed > make[1]: *** [override_dh_fixperms] Error 1 > make[1]: Leaving directory '/<<PKGBUILDDIR>>' > debian/rules:11: recipe for target 'binary-indep' failed > make: *** [binary-indep] Error 2 > dpkg-buildpackage: error: fakeroot debian/rules binary-indep gave error exit > status 2 > --------------------------------------------------------------------------------
> * Also, if you are using dh, the (independently) optional targets > override_dh_foo-arch and override_dh_foo-indep (for several values > of "foo") may be useful to write a debian/rules which behaves exactly > as desired. Hi Santiago and everybody, indeed replacing override_dh_fixperms by override_dh_fixperms-arch solves the problem. I will upload later. Have a nice day, -- Charles

