13 lines
198 B
Makefile
Executable File
13 lines
198 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
|
|
%:
|
|
dh $@
|
|
|
|
override_dh_auto_configure:
|
|
dh_testdir
|
|
autoreconf -vif
|
|
dh_auto_configure -- --with-mysql --with-pgsql --without-gcc-arch
|
|
|
|
override_dh_compress:
|
|
dh_compress -X.lua
|