mirror of
https://github.com/mitb-archive/filebot
synced 2024-12-25 09:18:51 -05:00
18 lines
265 B
Plaintext
18 lines
265 B
Plaintext
|
#!/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)
|