Open naksyl opened 1 year ago
Thanks for the report. The issue should be fixed now.
By mistake I build a broken package without Version
control field and got SEGV
dpkg do some control checks as I saw:
$ dpkg -i hello_1.0_all.deb
dpkg: invalid control file in D:/home/examples/hello_1.0_all.deb
dpkg: no package files specified
but it assumes mandatory fields (Package
and Version
in case of busybox dpkg) are correct.
This is probably an upstream issue (not tested)
I am working on simple packaging scripts and run into this.
Sript for creating example package (
mkdeb
):Shell session:
Notes:
dpkg -i ../*.deb
) (dont know how to reproduce)current drive != system drive