Jerry Jacobs
Jerry Jacobs
I mean a github tag should be created, and a release build and added to the releases page.
Raw injection of `control`,`postinst` is currently not supported. But it could be made to just pass a raw file for the control tarball. We just wrapped the whole control file...
Yes, you are right. Creating a parser is possible and then validate the files. Some files in the control tarball need to be generated (e.g conffiles). Currently I have no...
I totaly agree the API is currently not idiomatic (I did came from a C/C++ background, so it feels a bit like it). As we still not have hit a...
Yes I agree. This would also be useful for packages/applications which read debian packages into those structs.
We must think about this very good, I would like to have the debpkg project a complete package which should be able to read and write debian packages. So we...
I don't want to go the way it is a package which can only do some control file and archive I/O. It must be a complete solution and that is...
Exactly, you may feel free to submit a WIP/Draft PR where your propose how you want to see how it integrates with drone-deb to expose some internals. Because I'm not...
Are you aware of package [github.com/paultag/go-debian](https://github.com/paultag/go-debian)?
@thomasf I created a draft in #29 of this issue with improved API. But not finished.