debpkg
debpkg copied to clipboard
Package creation for Debian written in pure Golang
I got a private email with the following question: > I try to use debpkg project to automactly build .deb packages but i did't find the way to add postinst...
There are use-cases where people would like to write raw control tarball files and bypassing pieces of the API. But we should implement a parser for those files and validators....
Many of the structs and their methods should progbly be exported directly and have exported members.. The way the package is constructed makes it nearly impossible to use in many...
To save disk space and download traffic we could compress de data archive with tar.xz instead of tar.gz. We need to sort this out.