in some cases ./configure file needs to be chmoded (dpkg-source -b mfoc).

This commit is contained in:
Romuald Conty 2011-05-19 10:42:13 +00:00
parent 367f0d050e
commit 5e3f177ee6

4
debian/rules vendored
View file

@ -12,5 +12,9 @@
override_dh_installchangelogs:
dh_installchangelogs ChangeLog
override_dh_auto_configure:
chmod ugo+x ./configure
dh_auto_configure
%:
dh $@