Thanks for looking into it but unfortunately the --fast
flag did not solve the issue.
luke_1024
@luke_1024
Best posts made by luke_1024
Latest posts made by luke_1024
-
RE: Unable to upload Debian Package.
-
RE: Unable to upload Debian Package.
Sorry for the delayed response. I sent both version to the email supplied above. They are in separate emails due to file size. Let me know if you need anything else.
It looks like the code snippet you posted above is from an older version of cargo deb and is no longer used that way in the version I am using as I am just running the "cargo deb" command to create the package. I will look into what the current compression is for cargo-deb and see if there is a way to change it if needed.
Thanks.
-
Unable to upload Debian Package.
Hello, I am trying to upload a .deb created using the cargo-deb rust crate, but proget seems to think it is missing the control file. I am able to extract the file using dpkg-deb -R and see that the file structure seems to be correct.
If I extract and rebuild the package using the following commands it seems to upload just fine.
dpkg-deb -R myfile.deb tempfolder dpkg-deb -b tempfolder myfile.deb
I can only assume that since the repackage works that the folder structure is fine but some other format is wrong.
I am currently using ProGet Version 5.2.22 (Build 4) so maybe upgrading might help if this is a known issue.
Output % Total % Received % Xferd Average Speed Time Time Time Current 19:53:17 Dload Upload Total Spent Left Speed 19:53:17 19:53:17 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 19:53:18 19:53:18 46 832k 0 0 46 384k 0 611k 0:00:01 --:--:-- 0:00:01 611k 19:53:18 Invalid Debian package. 19:53:18 19:53:18 missing control file 19:53:18 19:53:18 100 832k 100 46 100 832k 34 624k 0:00:01 0:00:01 --:--:-- 624k 19:53:19 Process exited with code 0
Thanks.