Add .buildinfo file cleanup to clean.sh

- Added removal of wsssh-tools*.buildinfo files from both dist/ and root directories
- .buildinfo files are generated by dpkg-buildpackage for reproducible build information
- Ensures complete cleanup of all Debian packaging artifacts including build metadata
parent 2a597626
...@@ -19,10 +19,12 @@ rm -f dist/wsssh-tools*.deb ...@@ -19,10 +19,12 @@ rm -f dist/wsssh-tools*.deb
rm -f dist/wsssh-tools*.dsc rm -f dist/wsssh-tools*.dsc
rm -f dist/wsssh-tools*.tar.gz rm -f dist/wsssh-tools*.tar.gz
rm -f dist/wsssh-tools*.changes rm -f dist/wsssh-tools*.changes
rm -f dist/wsssh-tools*.buildinfo
rm -f wsssh-tools*.deb rm -f wsssh-tools*.deb
rm -f wsssh-tools*.dsc rm -f wsssh-tools*.dsc
rm -f wsssh-tools*.tar.gz rm -f wsssh-tools*.tar.gz
rm -f wsssh-tools*.changes rm -f wsssh-tools*.changes
rm -f wsssh-tools*.buildinfo
# Remove Debian build directory and artifacts # Remove Debian build directory and artifacts
if [ -d "wssshtools" ]; then if [ -d "wssshtools" ]; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment