misc: rename function 'compile' to 'package' on helpers.

This commit is contained in:
Luis Guzmán 2023-11-15 05:52:04 +00:00
parent ea2fc97cec
commit f50f475cd5
354 changed files with 354 additions and 354 deletions

View file

@ -188,7 +188,7 @@ export FULLVERSION=$(dpkg-parsechangelog --show-field Version)+${REVISION}trisqu
grep -lr 'Maintainer:' debian*/control* | \
xargs sed -i "s_^Maintainer.*_Maintainer: $DEBFULLNAME <$DEBEMAIL>_g"
compile(){
package(){
# Make sure the series file is formated correctly after removals
if [ -f debian/patches/series ]; then