debpkg icon indicating copy to clipboard operation
debpkg copied to clipboard

Package creation for Debian written in pure Golang

Results 6 debpkg issues
Sort by recently updated
recently updated
newest added

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....

enhancement

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...

enhancement
help wanted

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.

enhancement