/
githubmirror
/
libtpms
Обзор
Документация
Войти
/
githubmirror
/
libtpms
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v0.8.10
debian/rules
13 строк
275 B
Neil Roza
make debhelper play nice with autotools
06 апр 2020, 19:22
06 апр 2020, 19:22
3476560
Код
Авторство
О чём код?
#!/usr/bin/make -f # export DH_VERBOSE=1 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) %: dh $@ --parallel --with autotools-dev --with autoreconf override_dh_auto_configure: dh_auto_configure -- --with-openssl --with-tpm2 override_dh_usrlocal: