ff icon indicating copy to clipboard operation
ff copied to clipboard

Pack ff in deb #115

Open willbasky opened this issue 5 years ago • 7 comments

Resolve #115


This change is Reviewable

willbasky avatar Nov 01 '19 16:11 willbasky


.travis.yml, line 52 at r1 (raw file):

lintian мда, линтер выдает ошибки и предупреждения, придется немного по-другому генерить пакет.

willbasky avatar Nov 02 '19 07:11 willbasky


Makefile, line 27 at r1 (raw file):

Previously, cblp (Yuriy Syrovetskiy) wrote…

Это обязательное поле?

нет

willbasky avatar Nov 02 '19 07:11 willbasky


.travis.yml, line 52 at r1 (raw file): lintian жалуется на статически связанную библиотеку libyaml, которая используется внутри yaml пакета. И кидает ошибку. Не понятно, что с этим делать. Объяснение линтиана такое:

The given ELF object appears to have been statically linked to a library. Doing this is strongly discouraged due to the extra work needed by the security team to fix all the extra embedded copies or trigger the package rebuilds, as appropriate. If the package uses a modified version of the given library it is highly recommended to coordinate with the library's maintainer to include the changes on the system version of the library.

Осталось несколько предупреждений, но сначала нужно с ошибкой разобраться, иначе выходит с ошибкой.

willbasky avatar Nov 05 '19 08:11 willbasky


Makefile, line 12 at r1 (raw file):

Previously, cblp (Yuriy Syrovetskiy) wrote…

Ради одного скрипта нет смысла мэйкфайл писать, просто скрипт можно.

С мейкфайлом удобнее дебажить.

willbasky avatar Nov 05 '19 08:11 willbasky


Makefile, line 12 at r1 (raw file):

Previously, cblp (Yuriy Syrovetskiy) wrote…

Если всего одна цель, то менее удобно, по-моему. Или я чего-то не знаю про мэйк?

он показывает, какую команду выполняет в данный момент и вываливается с ошибкой, если команда не сработала. Для этого не нужно условия писать.

willbasky avatar Nov 05 '19 08:11 willbasky

I found how to override lintian errors, but not every suppressed. Check it tomorrow.

willbasky avatar Nov 05 '19 18:11 willbasky


Makefile, line 12 at r1 (raw file):

Previously, cblp (Yuriy Syrovetskiy) wrote…

Баш с классическими настройками

#!/bin/bash
set -eux -o pipefail

тоже делает это

Done.

willbasky avatar May 05 '21 10:05 willbasky