I don't have "control.tar.gz" and "debian-binary" in the deb file I packaged #144

Closed
opened 2026-01-29 16:30:34 +00:00 by claunia · 2 comments
Owner

Originally created by @ApaulMyLittleAirport on GitHub (May 2, 2024).

I Use "dotnet msbuild MyApp.csproj /t:CreateDeb /p:SelfContained=true /p:RuntimeIdentifier=linux-x64 /p:Configuration=Release" to create .deb file,but it not have "control.tar.gz" and "debian-binary",only have a "data.tar"
Please guide me on what I can do, thank you very much!

Originally created by @ApaulMyLittleAirport on GitHub (May 2, 2024). I Use "dotnet msbuild MyApp.csproj /t:CreateDeb /p:SelfContained=true /p:RuntimeIdentifier=linux-x64 /p:Configuration=Release" to create .deb file,but it not have "control.tar.gz" and "debian-binary",only have a "data.tar" Please guide me on what I can do, thank you very much!
Author
Owner

@atauenis commented on GitHub (May 2, 2024):

How do you testing the contents? WinRAR & 7-Zip seems to incorrectly displaying contents of .deb packages. And the Dotnet-Packaging generated debs are installing without problems (at least where I've tested, but probably anywhere).

@atauenis commented on GitHub (May 2, 2024): How do you testing the contents? WinRAR & 7-Zip seems to incorrectly displaying contents of .deb packages. And the Dotnet-Packaging generated debs are installing without problems (at least where I've tested, but probably anywhere).
Author
Owner

@ApaulMyLittleAirport commented on GitHub (May 2, 2024):

How do you testing the contents? WinRAR & 7-Zip seems to incorrectly displaying contents of .deb packages. And the Dotnet-Packaging generated debs are installing without problems (at least where I've tested, but probably anywhere).

I have successfully resolved it, thank you!

@ApaulMyLittleAirport commented on GitHub (May 2, 2024): > How do you testing the contents? WinRAR & 7-Zip seems to incorrectly displaying contents of .deb packages. And the Dotnet-Packaging generated debs are installing without problems (at least where I've tested, but probably anywhere). I have successfully resolved it, thank you!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/dotnet-packaging#144