Re: Looking for Sponsor for Space-Attack_2 Game
Kris Occhipinti <[email protected]>
| Newsgroups | gmane.linux.debian.devel.games |
|---|---|
| Message-ID | <[email protected]> |
OK, I've gone through the process a few times to make sure I have it down, and I'm able to follow the directions from here: https://www.debian.org/doc/manuals/maint-guide/ and thanks to Sylvain Beucler example files, I've successfully created a package for my game using "dh_make" and "dpkg-buildpackage -us -uc" I now have these files for my project: space-attack-2_20210210-1_amd64.buildinfo space-attack-2_20210210-1_amd64.deb space-attack-2_20210210-1.dsc space-attack-2-20210210.tar.gz space-attack-2_20210210-1_amd64.changes space-attack-2_20210210-1.debian.tar.xz space-attack-2_20210210.orig.tar.gz I've installed it using dpkg and it seem to work. I went through "Chapter 7. Checking the package for errors" and I think everything checks out. So, where do I go from here? the documents "Chapter 9. Uploading the package" talk about uploading, but I'm assuming I don't do that, and that is what the sponsor is for. I have a current release up here: https://gitlab.com/metalx1000/space-attack-2/-/archive/20210210/space-attack-2-20210210.tar.gz and running dh_make and dpkg-buildpackage should build no problem (with godot3-server installed)