lightyears - single player real-time strategy game with steampunk sci-fi
# sudo apt-get update
# sudo apt-get install lightyears
2014-12-21 - Siegfried-Angel Gevatter Pujals <rainct@ubuntu.com> lightyears (1.4-2) unstable; urgency=medium * debian/patches/snd_disabled_typo.patch: - Move pygame.mixer to a place where pygame has already started up; it was unconditionally disabling sound. Thanks to Allan Wirth for diagnosing this (Closes: #742473).
2011-07-22 - Siegfried-Angel Gevatter Pujals <rainct@ubuntu.com> lightyears (1.4-1) unstable; urgency=low * New upstream version. Some of the changes are: - Added a Peaceful mode. - Added an in-game option to mute audio. * Update packaging to 3.0 (quilt) and dh7 and bump Standards-Version. * Drop python-pysco from Suggests, since upstream no longer recommends it. * Drop most patches since they have been incorporated upstream, update the remaining ones (doc_image_path.patch, remove_startup_checks.patch) and add snd_disabled_typo.patch and hardcode-code-dir.patch. * Update debian/copyright, debian/watch and debian/docs. * debian/lightyears.6: - Document the new --safe option. * debian/lightyears.desktop: - Add "StrategyGame" category.
2010-05-18 - Python Applications Packaging Team <python-apps-team@lists.alioth.debian.org> lightyears (1.3a-6) unstable; urgency=low [ Piotr Ożarowski ] * Suggest python-psyco on all architectures, as dpkg-gencontrol doesn't allow arch-specific dependency in architecture all packages anymore (Closes: 581306). * Bump Standards-Version to 3.8.4 (no changes needed).
2009-06-20 - Siegfried-Angel Gevatter Pujals <rainct@ubuntu.com> lightyears (1.3a-5) unstable; urgency=low [ Sandro Tosi ] * debian/control: - Switch Vcs-Browser field to viewsvn. [ Siegfried-Angel Gevatter Pujals ] * debian/control: - Bump Standards-Version to 3.8.2. * debian/patches/add_fullscreen_flag.patch: - Add a "--fullscreen" flag to start the game in fullscreen mode. * debian/lightyears.6: - Rework the manual page to improve the description of the game. - Document the "--window" and "--fullscreen" options. - Also document the available keyboard controls (Closes: #519077).
2008-07-22 - Siegfried-Angel Gevatter Pujals <rainct@ubuntu.com> lightyears (1.3a-4) unstable; urgency=low [ Siegfried-Angel Gevatter Pujals ] * debian/control: - Update the Homepage field to point to the new location. - Delete the comment from the Maintainer field. - Bump Standards-Version to 3.8.0. - Add python-psyco as a Suggests. * debian/copyright: - Change the download location to the new one. * debian/menu: - Change the formatting. * debian/patches/only_show_valid_resolutions.patch: - Only show resolutions supported by the system in the menu (LP: #219512). * debian/patches/fix_crash_in_sound_py.patch: - Avoid a crash which could happen when no sound channels were available; thanks to James Westby (LP: #194183). [ Sandro Tosi ] * debian/watch: - Fixed the watch file, as the download location changed. [ Piotr Ożarowski ] * debian/README.source file added
2008-02-15 - Siegfried-Angel Gevatter Pujals (RainCT) <rainct@ubuntu.com> lightyears (1.3a-3) unstable; urgency=low * debian/control: - replace ttf-bitstream-vera dependency with ttf-dejavu-core, as the first one is going to be removed (Closes: #461270). - change my e-mail address. * patches/font_usage.patch: - Change from Vera.ttf to DejaVuSans.ttf.
2007-12-30 - Siegfried-Angel Gevatter Pujals (RainCT) <sgevatter@ubuntu.cat> lightyears (1.3a-2) unstable; urgency=low * patches/work_with_no_sound.patch: - make lightyears work on computers with no available audio device (Closes: #458286)