TASEmulators / pcem

PCem (short for PC Emulator) is an IBM PC emulator. This version of PCem has multi-threading disabled in order to ensure determinism when running though libTAS.
http://tasvideos.org/EmulatorResources/PCem.html
GNU General Public License v2.0
5 stars 1 forks source link

Add .deb package setup #7

Closed vadosnaprimer closed 3 years ago

vadosnaprimer commented 3 years ago

This is a must for when we make releases (which is actually soon, since the 3 DOS machine configs have been verified), but I don't know how to do it.

vadosnaprimer commented 3 years ago

@clementgallet when running sudo dpkg-buildpackage -us -uc -b on 20.04, I get

dpkg-checkbuilddeps: error: Unmet build dependencies: debhelper-compat (= 13)

I changed it to 12 in pcem/debian/control, but I don't feel like it's the right approach. >= 12 maybe?