/
githubmirror
/
sg3_utils
Обзор
Документация
Войти
/
githubmirror
/
sg3_utils
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
debian_build.sh
16 строк
454 B
Douglas Gilbert
Add NVMe Information VPD page; clean up ATA Information VPD page; add sgj_haj_vs_hex_bytes_nex() sg_json function;rename: build_debian.sh to debian_build.sh
22 май 2026, 06:26
22 май 2026, 06:26
fa27252
Код
Авторство
О чём код?
#!/bin/sh # Used to call "./autogen.sh" here echo "autoreconf -i" autoreconf -i echo "chmod +x debian/rules" chmod +x debian/rules # in some environments the '-rfakeroot' can cause a failure (e.g. when # building as root). If so, remove that argument from the following: echo "dpkg-buildpackage -b -rfakeroot -us -uc" dpkg-buildpackage -b -rfakeroot -us -uc # If the above succeeds then the ".deb" binary package is placed in the # parent directory.