the-butterfly-effect / tbe

The Butterfly Effect, a realistic physics simulation game
http://the-butterfly-effect.org
GNU General Public License v2.0
96 stars 13 forks source link

Broken .deb? #315

Open jbo5112 opened 7 years ago

jbo5112 commented 7 years ago

It doesn't look like the architecture is set in the .deb file for 0.9.3.1.

jbo5112@lappy11:52:31 ~/Downloads/Games $ sudo dpkg -i the-butterfly-effect.org-0.9.3.1-Linux.deb
dpkg: warning: parsing file '/var/lib/dpkg/tmp.ci/control' near line 10 package 'the-butterfly-effect.org':
 empty value for architecture
dpkg: error processing archive the-butterfly-effect.org-0.9.3.1-Linux.deb (--install):
 package architecture () does not match system (amd64)
Errors were encountered while processing:
 the-butterfly-effect.org-0.9.3.1-Linux.deb
jbo5112@lappy11:52:34 ~/Downloads/Games $ sudo gdebi the-butterfly-effect.org-0.9.3.1-Linux.deb
Reading package lists... Done
Building dependency tree
Reading state information... Done
This package is uninstallable
Wrong architecture ''
kaa-ching commented 7 years ago

I'm afraid I don't have a lot of knowledge on Debian packaging. When closer to the next milestone release, I'll look at this again.

vv221 commented 6 years ago

It took me a couple seconds to fix the package (empty 'Architecture' field in DEBIAN/control), feel free to ping me when you’re ready for the next release and I’ll help you build a working .deb package ;)

kaa-ching commented 6 years ago

TBE is temporarily on hiatus because I'm too busy to work on it...

To prevent the loss of your knowledge: If you have a patch, I'll merge it. If you have an explanation or literature references, please write it here.