Fix: truncate control file for repeated runs ~~feat: add Provide field in deb~~

Merge pull request  from ZhongYic/master
This commit is contained in:
shenmo 2025-05-18 08:02:06 +00:00 committed by Gitee
commit 9cca9d7e7b
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

@ -176,7 +176,7 @@ DEB_INSTALL_SIZE=(`du -s ./deb-contents/`)
echo
echo "create control file..."
echo "Package: additional-base-lib" >> ./deb-contents/DEBIAN/control
echo "Package: additional-base-lib" > ./deb-contents/DEBIAN/control
echo "Version: $GLIBC_VERSION-$ABL_VERSION" >> ./deb-contents/DEBIAN/control
echo "Section: utils" >> ./deb-contents/DEBIAN/control
echo "Priority: optional" >> ./deb-contents/DEBIAN/control