Autoreconf fixes

This commit is contained in:
eloaders 2014-07-02 13:41:23 +02:00
parent a1a80dcb9f
commit f89634727b
2 changed files with 9 additions and 2 deletions

View File

@ -104,6 +104,13 @@ clean-all:
$(RM_COM) $(RMDIR_OPT) debian/i-nex.postrm.debhelper
$(RM_COM) $(RMDIR_OPT) debian/i-nex.substvars
$(RM_COM) $(RMDIR_OPT) debian/changelog1
$(RM_COM) $(RMDIR_OPT) src/autom4te.cache
$(RM_COM) $(RMDIR_OPT) src/config.log
$(RM_COM) $(RMDIR_OPT) src/config.status
$(RM_COM) $(RMDIR_OPT) src/configure
$(RM_COM) $(RMDIR_OPT) src/install-sh
$(RM_COM) $(RMDIR_OPT) src/missing
link-inex:
ln -s /usr/bin/i-nex.gambas $(DESTDIR)$(bindir)/i-nex

4
debian/rules vendored
View File

@ -7,7 +7,7 @@ else
COMPRESSION = -- -z9 -Zxz
endif
override_dh_autoreconf:
dh_autoreconf -i src
cd src && autoreconf -i
override_dh_auto_configure:
dh_auto_configure --sourcedirectory=src
override_dh_pysupport:
@ -17,4 +17,4 @@ override_dh_builddeb:
override_dh_fixperms:
dh_fixperms
%:
dh $@
dh $@ --with autoreconf