mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 04:50:09 +00:00
15 lines
364 B
Makefile
Executable File
15 lines
364 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
%:
|
|
dh $@
|
|
|
|
override_dh_auto_test:
|
|
dh_auto_test || true
|
|
|
|
# The following override is required when creating a Debian package
|
|
# associated with a version of poppler which has NO debian package (ie when
|
|
# poppler has been compiled and installed from source).
|
|
#
|
|
override_dh_shlibdeps:
|
|
dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
|
|
|