Makes debian packages from go git repos
Go to file
Jeff Carr c9f149bcb2 remove deprecated code 2024-02-12 21:52:48 -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 compute control file if it doesn't exist 2024-02-11 21:49:39 -06:00
README.md makefile works 2024-02-11 02:27:21 -06:00
addRepo.go add build and tag dates to .deb packages 2024-02-12 15:23:44 -06:00
args.go remove deprecated code 2024-02-12 21:52:48 -06:00
control specify repo on command line works 2024-02-11 06:32:48 -06:00
controlBox.go add build and tag dates to .deb packages 2024-02-12 15:23:44 -06:00
main.go remove deprecated code 2024-02-12 21:52:48 -06:00
md5sums next thing to do is generate the md5sums file 2024-02-11 03:51:37 -06:00
postinst can generate from scratch 2024-02-11 03:53:07 -06:00
readControlFile.go compute control file if it doesn't exist 2024-02-11 21:49:39 -06:00
stateWindow.go add build and tag dates to .deb packages 2024-02-12 15:23:44 -06:00

README.md

go-deb

Makes a debian package from a go git repository

TODO:

  • Make the sources
  • Make it compatible with debuild