mirror of
https://github.com/mitb-archive/filebot
synced 2024-12-24 16:58:51 -05:00
18 lines
265 B
Makefile
Executable File
18 lines
265 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
# -*- makefile -*-
|
|
|
|
# Uncomment this to turn on verbose mode.
|
|
export DH_VERBOSE=1
|
|
|
|
|
|
%:
|
|
dh $@
|
|
|
|
|
|
override_dh_shlibdeps:
|
|
dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
|
|
|
|
|
|
override_dh_install:
|
|
dh_install --sourcedir=$(DEB_HOST_ARCH)
|