I created a deb update package using the instructions provided in Deb packages
However, when I attempted to deploy this to my device it failed with the following log:
2025-02-27 14:57:33.211 +0000 UTC info: Running Mender client 4.0.2
2025-02-27 14:57:33.213 +0000 UTC info: Deployment with ID 735e8557-db1c-4283-9b7c-88e894fd1eaa started.
2025-02-27 14:57:33.216 +0000 UTC info: Sending status update to server
2025-02-27 14:57:34.49 +0000 UTC error: Parse error: Failed to parse the header: Failed to parse the type-info artifact_provides JSON: The JSON is not an object
2025-02-27 14:57:34.497 +0000 UTC info: Sending status update to server
What is the correct process for creating a deb update package?