Makes debian packages from go git repos
Go to file
Jeff Carr 051b470b90 allow passing of -ldflags
Signed-off-by: Jeff Carr <jcarr@wit.com>
2024-11-06 13:46:15 -06:00
deb.extraction-tests .deb file format for non-debian systems 2024-03-01 19:43:01 -06:00
.gitignore initial commit 2024-02-11 01:00:05 -06:00
LICENSE initial commit 2024-02-11 01:00:05 -06:00
Makefile attempt to add postinst 2024-10-12 19:43:47 -05:00
README.md makefile works 2024-02-11 02:27:21 -06:00
addRepo.go allow passing of -ldflags 2024-11-06 13:46:15 -06:00
args.go allow passing of -ldflags 2024-11-06 13:46:15 -06:00
buildPackage.go allow passing of -ldflags 2024-11-06 13:46:15 -06:00
control specify repo on command line works 2024-02-11 06:32:48 -06:00
controlBox.go add --release builds 2024-02-20 23:13:26 -06:00
main.go allow passing of -ldflags 2024-11-06 13:46:15 -06:00
postinst cleanup files/ after packaging 2024-03-02 15:58:56 -06:00
readControlFile.go compute control file if it doesn't exist 2024-02-11 21:49:39 -06:00
stateWindow.go cleanup files/ after packaging 2024-03-02 15:58:56 -06:00

README.md

go-deb

Makes a debian package from a go git repository

TODO:

  • Make the sources
  • Make it compatible with debuild