I receive this error:
/var/lib/dpkg/info/tecnoballz.postinst: /var/lib/dpkg/info/tecnoballz.postinst: 61: dpkg-statoverride: not found
The error isn't critical (on my system) -- program tecnoballz should now be installed and executeable in /usr/games.
-----------------
(edit) I think i fixed the library installer problem - it requires one change the debian/control file, line "Section: libs" to "Section: user/libs"
I also want to reduce install size - currently game data takes up 5MB but it uses .bmp! You can see how much .png saves in comparison
du -s ./hires/*
2700 bmp
628 png
du -s ./textures/*
1840 textures/bmp
424 textures/png
This has to come after fixing packaging issues, because the game does some strange things with the loaded bitmaps.
-----------------
(edit) I think i fixed the library installer problem - it requires one change the debian/control file, line "Section: libs" to "Section: user/libs"
I also want to reduce install size - currently game data takes up 5MB but it uses .bmp! You can see how much .png saves in comparison
du -s ./hires/*
2700 bmp
628 png
du -s ./textures/*
1840 textures/bmp
424 textures/png
This has to come after fixing packaging issues, because the game does some strange things with the loaded bitmaps.
Last edited by ArnimS; 2007-05-12 at 11:20.