adjust Makefile.in for proper Debian package build Tommaso Moroni <moronito@debian.org>: commented module_dir param to disable modules Disable Magic file install. This is job for file(1). . David da Silva Polverari <polverari@debian.org>: made install target honor DESTDIR and restore original Makefile.dep and dact.conf files upon the execution of the clean target, due to the reduction of debian/rules to a minimal DH invocation form.
update Makefile include files to use liblzo2 After converting debian/rules to use a minimal DH invocation, it no longer issued the `sed -i 's/llzo$$/llzo2/' *.lnk` command to update the *.lnk files included by the Makefile to use liblzo2 instead of liblzo. . This patch functionally replaces the removed command on debian/rules by updating the linker flags directly on the include files.