Merge branch 'ecne' of git.cmxsl.org:CMXSL.org/package-helpers-cmxsl into ecne-cmxsl

This commit is contained in:
Ark74 2026-02-08 18:01:21 -06:00
commit df3edf94be
478 changed files with 23443 additions and 336 deletions

View file

@ -87,7 +87,6 @@ changelog_multiline() {
local version="${2:-$FULLVERSION}"
local dist="${3:-$REPO}"
# Iniciar changelog si la versión aún no está
if ! grep -q "$version" debian/changelog 2>/dev/null; then
dch -v "$version" -D "$dist" ""
fi