bump version and update urls for debian package

This commit is contained in:
Tim Felgentreff 2015-12-02 12:45:20 +01:00
parent 62d1dc4df5
commit 889cecc674
7 changed files with 34 additions and 25 deletions

View file

@ -34,7 +34,7 @@ set(STRATAGUS_MAJOR_VERSION 2)
# Stratagus minor version (maximal 99)
set(STRATAGUS_MINOR_VERSION 3)
# Stratagus patch level (maximal 99)
set(STRATAGUS_PATCH_LEVEL 0)
set(STRATAGUS_PATCH_LEVEL 9)
# Stratagus patch level 2
set(STRATAGUS_PATCH_LEVEL2 0)
#########################

13
debian/changelog vendored
View file

@ -1,3 +1,16 @@
stratagus (2.3.9-1) unstable; urgency=low
* Introduced OpenGL shaders for pixel scaling
* Add support for semi-transparent unit shadows
* Many cleanups ported from Wyrmgus
* Support individual unit upgrades
* Fix multiplayer out-of-sync issue
* Fix multiplayer race selection
* Fix unit sight not being symmetrical
* Fix build restriction on top not being symmetrical
-- Tim Felgentreff <timfelgentreff@gmail.com> Wed, 2 Dec 2015 12:41:01 +0100
stratagus (2.3.0-1) unstable; urgency=low
* Introduced crash dump writing for win32 (from cybermind)

36
debian/control vendored
View file

@ -28,16 +28,15 @@ Description: Strategy Gaming Engine
Warcraft II from Blizzard Entertainment, although it is used now as a
game engine to build other games, sci-fi or fantasy ones.
.
Stratagus is developed together for Windows, Linux and Linux Maemo based
devices (Nokia N900).
Stratagus is developed together for Windows, Linux and Mac OS X.
.
Games which use Stratagus:
* Wargus - Warcraft II - https://launchpad.net/wargus
* Wargus - Warcraft II - https://github.com/Wargus/wargus
* Doom Wars - http://stratagus.com/games/doom-wars
* Wyrmsun - https://github.com/andrettin/wyrmsun
(uses modified engine version : https://github.com/Andrettin/Wyrmgus)
* Stargus - Starcraft I - https://launchpad.net/stargus
* War1gus - Warcraft I - https://launchpad.net/war1gus
* Stargus - Starcraft I - https://github.com/Wargus/stargus
* War1gus - Warcraft I - https://github.com/Wargus/war1gus
.
This package provides no game and no game data set. This is only engine.
To play one of game, install package wargus, war1gus or stargus.
@ -64,16 +63,15 @@ Description: Strategy Gaming Engine (debugging symbols)
Warcraft II from Blizzard Entertainment, although it is used now as a
game engine to build other games, sci-fi or fantasy ones.
.
Stratagus is developed together for Windows, Linux and Linux Maemo based
devices (Nokia N900).
Stratagus is developed together for Windows, Linux and Mac OS X.
.
Games which use Stratagus:
* Wargus - Warcraft II - https://launchpad.net/wargus
* Wargus - Warcraft II - https://github.com/Wargus/wargus
* Doom Wars - http://stratagus.com/games/doom-wars
* Wyrmsun - https://github.com/andrettin/wyrmsun
(uses modified engine version : https://github.com/Andrettin/Wyrmgus)
* Stargus - Starcraft I - https://launchpad.net/stargus
* War1gus - Warcraft I - https://launchpad.net/war1gus
* Stargus - Starcraft I - https://github.com/Wargus/stargus
* War1gus - Warcraft I - https://github.com/Wargus/war1gus
.
This package provides no game and no game data set. This is only engine.
To play one of game, install package wargus, war1gus or stargus.
@ -102,16 +100,15 @@ Description: Strategy Gaming Engine (documentation)
Warcraft II from Blizzard Entertainment, although it is used now as a
game engine to build other games, sci-fi or fantasy ones.
.
Stratagus is developed together for Windows, Linux and Linux Maemo based
devices (Nokia N900).
Stratagus is developed together for Windows, Linux and Mac OS X.
.
Games which use Stratagus:
* Wargus - Warcraft II - https://launchpad.net/wargus
* Wargus - Warcraft II - https://github.com/Wargus/wargus
* Doom Wars - http://stratagus.com/games/doom-wars
* Wyrmsun - https://github.com/andrettin/wyrmsun
(uses modified engine version : https://github.com/Andrettin/Wyrmgus)
* Stargus - Starcraft I - https://launchpad.net/stargus
* War1gus - Warcraft I - https://launchpad.net/war1gus
* Stargus - Starcraft I - https://github.com/Wargus/stargus
* War1gus - Warcraft I - https://github.com/Wargus/war1gus
.
This package provides no game and no game data set. This is only engine.
To play one of game, install package wargus, war1gus or stargus.
@ -138,16 +135,15 @@ Description: Strategy Gaming Engine (development files)
Warcraft II from Blizzard Entertainment, although it is used now as a
game engine to build other games, sci-fi or fantasy ones.
.
Stratagus is developed together for Windows, Linux and Linux Maemo based
devices (Nokia N900).
Stratagus is developed together for Windows, Linux and Mac OS X.
.
Games which use Stratagus:
* Wargus - Warcraft II - https://launchpad.net/wargus
* Wargus - Warcraft II - https://github.com/Wargus/wargus
* Doom Wars - http://stratagus.com/games/doom-wars
* Wyrmsun - https://github.com/andrettin/wyrmsun
(uses modified engine version : https://github.com/Andrettin/Wyrmgus)
* Stargus - Starcraft I - https://launchpad.net/stargus
* War1gus - Warcraft I - https://launchpad.net/war1gus
* Stargus - Starcraft I - https://github.com/Wargus/stargus
* War1gus - Warcraft I - https://github.com/Wargus/war1gus
.
This package provides no game and no game data set. This is only engine.
To play one of game, install package wargus, war1gus or stargus.

View file

@ -143,7 +143,7 @@ int SaveGame(const std::string &filename)
//
file.printf("SavedGameInfo({\n");
file.printf("--- \"comment\", \"Generated by Stratagus Version " VERSION "\",\n");
file.printf("--- \"comment\", \"Visit https://launchpad.net/stratagus for more information\",\n");
file.printf("--- \"comment\", \"Visit https://github.com/Wargus/stratagus for more information\",\n");
file.printf("--- \"type\", \"%s\",\n", "single-player");
file.printf("--- \"date\", \"%s\",\n", dateStr);
file.printf("--- \"map\", \"%s\",\n", Map.Info.Description.c_str());

View file

@ -32,7 +32,7 @@
#define StratagusVersion (StratagusMajorVersion * 10000 + StratagusMinorVersion * 100 + StratagusPatchLevel)
/// Homepage
#define HOMEPAGE "https://launchpad.net/stratagus"
#define HOMEPAGE "https://github.com/Wargus/stratagus"
/// License
#define LICENSE "GPL v2"

View file

@ -44,7 +44,7 @@
**
** @section Informations Informations
**
** Visit the https://launchpad.net/stratagus web page for the latest news and
** Visit the https://github.com/Wargus/stratagus web page for the latest news and
** <A HREF="../index.html">Stratagus Info</A> for other documentations.
**
** @section Modules Modules

View file

@ -45,7 +45,7 @@
!define NAME "Stratagus"
!define DESCRIPTION "Strategy Gaming Engine"
!define HOMEPAGE "https://launchpad.net/stratagus"
!define HOMEPAGE "https://github.com/Wargus/stratagus"
!define LICENSE "GPL v2"
!define COPYRIGHT "Copyright (c) 1998-2012 by The Stratagus Project"