mirror of
https://github.com/mitb-archive/filebot
synced 2024-11-02 08:25:02 -04:00
19 lines
270 B
Makefile
Executable File
19 lines
270 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
|
|
export DH_VERBOSE=1
|
|
|
|
%:
|
|
dh $@
|
|
|
|
override_dh_install:
|
|
dh_install --sourcedir=$(DEB_HOST_ARCH)
|
|
|
|
override_dh_shlibdeps:
|
|
@echo "#ignore dh_shlibdeps"
|
|
|
|
override_dh_makeshlibs:
|
|
@echo "#ignore dh_makeshlibs"
|
|
|
|
override_dh_strip:
|
|
@echo "#ignore dh_strip"
|