rel 0.9.74 testing - temporarily removed lintian call from mkdeb.sh; some other updates

This commit is contained in:
netblue30 2025-03-23 19:52:28 -04:00
parent ada14900d2
commit d36f0da431
3 changed files with 5 additions and 4 deletions

View file

@ -51,7 +51,7 @@ chmod 644 "$DEBIAN_CTRL_DIR/conffiles"
find "$INSTALL_DIR" -type d -exec chmod 755 '{}' +
cd "$CODE_DIR"
fakeroot dpkg-deb --build debian
lintian --no-tag-display-limit debian.deb
# lintian --no-tag-display-limit debian.deb
mv debian.deb "../firejail_${VERSION}${EXTRA_VERSION}_1_$(dpkg-architecture -qDEB_HOST_ARCH).deb"
cd ..
rm -fr "$CODE_DIR"