1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469
|
freeorion (0.4.10.2-1) unstable; urgency=medium
* New upstream version 0.4.10.2.
* Declare compliance with Debian Policy 4.6.0.
* Remove override for dh_missing. This is the default now.
-- Markus Koschany <apo@debian.org> Thu, 02 Sep 2021 09:16:37 +0200
freeorion (0.4.10.1-1) unstable; urgency=medium
* New upstream version 0.4.10.1.
-- Markus Koschany <apo@debian.org> Sun, 11 Oct 2020 15:44:38 +0200
freeorion (0.4.10-1) unstable; urgency=medium
* New upstream version 0.4.10.
-- Markus Koschany <apo@debian.org> Fri, 31 Jul 2020 13:33:50 +0200
freeorion (0.4.10~RC1-1) unstable; urgency=medium
* New upstream version 0.4.10~RC1.
- Support Python 3 now. (Closes: #936557)
* Switch to debhelper-compat = 13.
-- Markus Koschany <apo@debian.org> Wed, 22 Jul 2020 22:46:38 +0200
freeorion (0.4.9-1) unstable; urgency=medium
* New upstream version 0.4.9.
* Switch to debhelper-compat = 12.
* Declare compliance with Debian Policy 4.5.0.
* Drop all patches. Fixed upstream.
-- Markus Koschany <apo@debian.org> Sun, 16 Feb 2020 22:27:14 +0100
freeorion (0.4.8-3) unstable; urgency=medium
* Really fix save or load game crash. (Closes: #930417)
-- Markus Koschany <apo@debian.org> Sun, 23 Jun 2019 01:52:26 +0200
freeorion (0.4.8-2) unstable; urgency=medium
* Fix save or load game crash. Thanks to Michal Mauser for the report and
Bernhard Übelacker for the investigation. (Closes: #930417)
-- Markus Koschany <apo@debian.org> Sun, 16 Jun 2019 01:02:41 +0200
freeorion (0.4.8-1) unstable; urgency=medium
* New upstream version 0.4.8.
* Declare compliance with Debian Policy 4.2.1.
* Remove dpkg-dev from Build-Depends.
-- Markus Koschany <apo@debian.org> Fri, 31 Aug 2018 17:09:10 +0200
freeorion (0.4.8~RC2-2) unstable; urgency=medium
* Replace dh_install --fail-missing with dh_missing --fail-missing.
* Declare compliance with Debian Policy 4.2.0.
* Fix memory exhaustion issues on 32bit architectures.
- less debug info (-g1) on all 32bit architectures except i386
- optimizing for size instead of speed with -Os (MinSizeRel)
does not help with this kind of problems, "Release" is
appropriate to make cmake not overwrite the added -gq
- build on linux-any
Thanks to Adrian Bunk for the report and patch. (Closes: #906746)
-- Markus Koschany <apo@debian.org> Tue, 21 Aug 2018 19:48:02 +0200
freeorion (0.4.8~RC2-1) unstable; urgency=medium
* New upstream version 0.4.8~RC2.
* Switch to compat level 11.
* Point CCACHE to a writable directory.
* Declare compliance with Debian Policy 4.1.5.
-- Markus Koschany <apo@debian.org> Thu, 02 Aug 2018 04:20:32 +0200
freeorion (0.4.7.1-1) unstable; urgency=medium
* New upstream release.
* Declare compliance with Debian Policy 4.1.0.
-- Markus Koschany <apo@debian.org> Thu, 14 Sep 2017 08:29:04 +0200
freeorion (0.4.7-2) unstable; urgency=medium
* Upload to unstable.
* Declare compliance with Debian Policy 4.0.0.
* Use https for Format field.
-- Markus Koschany <apo@debian.org> Fri, 23 Jun 2017 23:27:19 +0200
freeorion (0.4.7-1) experimental; urgency=medium
* New upstream release.
* Drop all patches. Fixed upstream.
* Drop deprecated freeorion.menu file.
* Don't convert and install the xpm icon any more.
* Update get-orig-source target for new release.
* Drop build-dependency on imagemagick.
* Update debian/copyright for the latest release.
-- Markus Koschany <apo@debian.org> Sat, 06 May 2017 16:31:25 +0200
freeorion (0.4.6-4) unstable; urgency=medium
* Fix Lintian error and build-depend on dh-python.
* Add mips64el to the list of supported architectures again.
(Closes: #843538)
-- Markus Koschany <apo@debian.org> Thu, 05 Jan 2017 21:35:19 +0100
freeorion (0.4.6-3) unstable; urgency=medium
* Apply boost1.62.patch to fix FTBFS with Boost 1.62.
Thanks to Graham Inggs for the report and patch. (Closes: #843132)
-- Markus Koschany <apo@debian.org> Fri, 04 Nov 2016 17:26:01 +0100
freeorion (0.4.6-2) unstable; urgency=medium
[ Gianfranco Costamagna ]
* d/p/multiarch-fix.patch:
- make the package multiarch ready, by fixing a wrong
cmake inclusion order
* d/{rules,freeorion.install} multiarchify. (Closes: #841824)
-- Markus Koschany <apo@debian.org> Sun, 23 Oct 2016 18:15:01 +0200
freeorion (0.4.6-1) unstable; urgency=medium
* New upstream release.
* Switch to compat level 10.
* Update get-orig-source target.
* Update freeorion.6 man page for latest release.
* Remove source/local-options file.
-- Markus Koschany <apo@debian.org> Tue, 27 Sep 2016 15:04:12 +0200
freeorion (0.4.6~RC1-1) unstable; urgency=medium
* New upstream release candidate.
* Update get-orig-source target.
* d/rules: Limit MaxParallel to 2 to avoid memory exhaustion on buildds.
* Drop all patches. Fixed upstream.
* freeorion-data: Depend on fonts-roboto-unhinted and use Debian's system
fonts.
* d/rules: Remove more extra license files to make Lintian happy.
* d/copyright: Mention Apache-2.0 license of Roboto fonts.
* Install CONTRIBUTING.md with freeorion-data.install file.
-- Markus Koschany <apo@debian.org> Mon, 12 Sep 2016 21:19:38 +0200
freeorion (0.4.5+git20160707-2) unstable; urgency=medium
* Add boost1.61.patch and make-destructors-public.patch to work around a bug
in Boost 1.61. (Closes: #833773)
-- Markus Koschany <apo@debian.org> Mon, 22 Aug 2016 01:39:06 +0200
freeorion (0.4.5+git20160707-1) unstable; urgency=medium
* New upstream snapshot.
- Fixes segfault on entry of dead_macron. (Closes: #825932)
-- Markus Koschany <apo@debian.org> Fri, 08 Jul 2016 23:24:12 +0200
freeorion (0.4.5+git20160501-1) unstable; urgency=medium
* New upstream snapshot.
- Game performance has improved. FreeOrion does not lag anymore.
(Closes: #818524)
* Install Changelog.md as upstream changelog.
* Declare compliance with Debian Policy 3.9.8.
* Vcs-fields: Use https.
* Update my e-mail address.
* debian/watch: Use version=4.
-- Markus Koschany <apo@debian.org> Mon, 02 May 2016 11:35:52 +0200
freeorion (0.4.5-1) unstable; urgency=medium
* New upstream release.
-- Markus Koschany <apo@gambaru.de> Tue, 08 Sep 2015 15:28:33 +0200
freeorion (0.4.5~RC1-1) unstable; urgency=medium
* New upstream release candidate.
* Stop building on architectures which regularly fail to build FreeOrion.
This includes mips and mipsel. Apparently their auto-builders cannot provide
enough memory which causes frequent FTBFS and there is no indication that
the situation will improve in the near future.
* debian/rules: Remove mips, mipsel and sparc from WEAK_HOSTS.
* Update get-orig-source target.
-- Markus Koschany <apo@gambaru.de> Mon, 24 Aug 2015 23:39:16 +0200
freeorion (0.4.5~20150818~a590f7e-1) unstable; urgency=medium
* New upstream pre-release.
* debian/copyright: Add missing DejaVu-License.
-- Markus Koschany <apo@gambaru.de> Wed, 19 Aug 2015 17:11:45 +0200
freeorion (0.4.5~20150803~af01c2f-1) unstable; urgency=medium
* New upstream pre-release. (Closes: #794802)
- Rebuild against GCC-5. (Closes: #793238)
* Update get-orig-source target for tarball releases.
* d/watch: Improve uversionmangle for test releases.
* Drop GG-verbose-makefile.patch. Fixed upstream.
* Update README.source and explain how to retrieve the original sources.
* Update debian/copyright for new release.
- log4cpp is no longer included.
-- Markus Koschany <apo@gambaru.de> Sat, 08 Aug 2015 20:41:36 +0200
freeorion (0.4.4+git20150327-2) unstable; urgency=medium
* Upload to unstable.
* Set Architecture field to linux-any because FreeBSD and the Hurd are
unsupported upstream.
* Add sparc to WEAK_HOSTS.
* debian/rules: Use first eight characters of Git commit as REV value.
-- Markus Koschany <apo@gambaru.de> Thu, 30 Apr 2015 12:38:03 +0200
freeorion (0.4.4+git20150327-1) experimental; urgency=medium
* New upstream git snapshot.
- OIS and Ogre are gone and were replaced by SDL2.
Remove all references to them. OISInput.cfg is no longer required and can
be safely removed. This should also fix keyboard issues with OIS. See
#730405 for reference.
* Update debian/copyright for new release. Change Source field.
The FreeOrion project moved to GitHub.
* debian/rules:
- Update get-orig-source target for Github.
- Remove --sourcedirectory option for dh sequencer. All files are present
in the root directory now.
- Add mips and mipsel back to WEAK_HOSTS.
* debian/control:
- Drop libbullet-dev, libltdl-dev, libois-dev and libogre-dev from
Build-Depends. They are obsolete now.
- Add libsdl2-dev and libglew-dev to Build-Depends.
- Vcs-Browser: Switch to cgit.
- Try architecture:any for this release again.
* Update debian/watch for new github address.
-- Markus Koschany <apo@gambaru.de> Fri, 27 Mar 2015 17:51:18 +0100
freeorion (0.4.4-2) unstable; urgency=medium
* Switch build-dependency from libjpeg8-dev to libjpeg-dev due to the
libjpeg-turbo transition.
Thanks to Ondřej Surý for the report and patch. (Closes: #763471)
* Update debian/watch. Detect RC and normal releases.
* Declare compliance with Debian Policy 3.9.6.
-- Markus Koschany <apo@gambaru.de> Tue, 30 Sep 2014 20:43:21 +0200
freeorion (0.4.4-1) unstable; urgency=medium
* New upstream release 0.4.4 r7640.
* Remove mips and mipsel from Architecture field.
Although FreeOrion should be able to compile on mips and mipsel, it
regularly FTBFS due to the lack of virtual memory on the buildd. Requests
for help remained unanswered on debian-mips. As long as the situation does
not change these architectures won't be supported anymore.
* debian/rules: Delete DEB_HOST_MULTIARCH and DEB_HOST_GNU_TYPE variable.
* Update FreeOrion man page for version 0.4.4.
-- Markus Koschany <apo@gambaru.de> Thu, 04 Sep 2014 19:47:41 +0200
freeorion (0.4.4~svn7616-1) unstable; urgency=medium
* New upstream release candidate 0.4.4 RC3 r7616.
* Update version string when creating the original source tarball and drop
version-string.patch.
* debian/rules: Use Tabs consistently.
* Drop ConditionParser2.patch. Merged with release-0.4.4 branch.
-- Markus Koschany <apo@gambaru.de> Mon, 25 Aug 2014 15:51:58 +0200
freeorion (0.4.4~svn7504-1) unstable; urgency=medium
* New upstream release candidate 0.4.4 RC2.
* Update version-string.patch and REV variable in debian/rules to 7504.
* Add ConditionParser2.patch cherry-picked from upstream trunk r7533:
- Break enqueued condition parser into 4 sub-parsers to hopefully help
compile by reducing memory usage on mips and mipsel.
-- Markus Koschany <apo@gambaru.de> Thu, 21 Aug 2014 12:43:54 +0200
freeorion (0.4.4~svn7431-1) unstable; urgency=medium
* Upload to unstable.
* New upstream release candidate 0.4.4 RC1.
* debian/control: Remove spurious virtual b-d on libsdl-dev.
* Update get-orig-source target for 0.4.4 RC1.
* Update version string patch to version 7431.
-- Markus Koschany <apo@gambaru.de> Mon, 11 Aug 2014 21:59:17 +0200
freeorion (0.4.3+svn7394-1) experimental; urgency=medium
* New upstream snapshot.
* freeorion-data.links: Adjust the path to DejaVu fonts and point to the new
fonts-dejavu package.
* Update get-orig-source target.
- Do not remove FindBullet.cmake anymore since it has been removed upstream.
* Build with MinSizeRel and max-parallel=1 on armel, armhf, mips and mipsel
again. Readd WEAK_HOSTS and -DCMAKE_BUILD_TYPE options. Apparently Debian's
buildd are currently not able to cope with FreeOrion's default compiler
options on a regular basis.
* Update version string patch to version 7394.
* Add Forwarded header to GG-verbose-makefile.patch.
-- Markus Koschany <apo@gambaru.de> Wed, 06 Aug 2014 22:31:55 +0200
freeorion (0.4.3+svn7114-2) unstable; urgency=medium
* Upload to unstable.
* FreeOrion depends on Ogre 1.9 now. (Closes: #732721)
* Fix dpkg-shlibdeps warning.
- Update the LD_LIBRARY_PATH variable again.
* Remove WEAK_HOSTS conditionals.
- Build with default values on all arches again since FreeOrion is now
able to build on armel, armhf and mips. If this proves not to be
successful, compiling with MinSizeRel is still an alternative.
* Install ogre_plugins.cfg with arch-dependent package.
- ogre_plugins.cfg must be installed with the arch-dependent package
otherwise the game won't start for all architectures except the one
that built the -data package.
* Use dh_install --fail-missing to detect uninstalled files.
-- Markus Koschany <apo@gambaru.de> Sun, 11 May 2014 19:27:11 +0200
freeorion (0.4.3+svn7114-1) experimental; urgency=medium
[ Dmitry Smirnov ]
* Removed myself from Uploaders.
[ Markus Koschany ]
* New upstream snapshot.
* Remove powerpc64, sparc64, sh4, x32, powerpcspe, arm64 and hppa from
WEAK_HOSTS.
- These hosts should be able to compile freeorion with RelWithDebInfo.
* Update get-orig-source target for r7114.
* Drop the following patches. They were merged upstream.
- omit-ADOBE_NO_DOCUMENTATION-check.patch
- omit-endianness-and-size-checks.patch
* Update freeorion.install for new release.
* Update freeorion-data.install for new release.
* Remove subversion from Build-Depends to reduce the probability of build
failures.
* Use icons provided by upstream:
- Do not convert FreeOrion.ico anymore.
- Convert only the 32x32 icon to the xpm format due to compatibility reasons
with older window managers.
* wrap-and-sort -sa.
* Switch to Ogre 1.9.
* debian/rules:
- Update LD_LIBRARY_PATH for new release.
- Set CMAKE_VERBOSE_MAKEFILE=ON.
- Use -S option of dpkg-parsechangelog. Build-Depend on dpkg-dev (>= 1.17).
* Update freeorion wrapper script.
- Adjust the path to OISInput.cfg.
- Create ~/.freeorion on first start.
* Update version-string.patch.
* Add GG-verbose-makefile.patch again and increase verbosity when building GG.
* Update freeorion.6 man page for new release.
* Add Forwarded header to remaining patches.
* Update copyright years.
-- Markus Koschany <apo@gambaru.de> Wed, 07 May 2014 23:16:16 +0200
freeorion (0.4.3-3) unstable; urgency=medium
* debian/rules:
- Remove s390 from WEAK hosts. It is obsolete.
- Change optimization for WEAK hosts to MinSizeRel.
This change tries to achieve that the build stops failing on arches such
as armel, armhf, mips and mipsel by using less optimization. (-Os)
* Update Standards-Version to 3.9.5, no changes.
* Add OISInput-config.patch and copy OISInput.cfg from
/usr/share/games/freeorion to $HOME/.freeorion. Provide an easy way to
modify OISInput.cfg for normal users and allow them to adjust the settings
for mouse and keyboard behaviour. (Closes: #719496)
* Use a stricter dependency for the data package.
- Apparently it makes no difference if a >= <= relation or just =
is used for the data package.
* Update copyright years.
* Remove source/options. xz compression is the default now.
-- Markus Koschany <apo@gambaru.de> Wed, 26 Mar 2014 07:41:32 +0100
freeorion (0.4.3-2) unstable; urgency=low
* [9d92bb3] Build icons in dh_auto_build-indep target.
* [6fc6bec] Use conditional for MAX parallel jobs.
- Define WEAK_HOSTS in debian/rules and build only with one process on
weaker architectures. Use max-parallel=4 on all other architectures. This
prevents that buildd run out of virtual memory.
* [0d1ab80] Add omit-ADOBE_NO_DOCUMENTATION-check.patch
- Fix FTBFS on mips, mipsel, armel, armhf, s390, powerpc and sparc.
* debian/control:
- [a7c115f] Move imagemagick to Build-Depends-Indep.
- [82948af] Depend only on libboost-all-dev again.
Boost1.54 is now finally the default version.
-- Markus Koschany <apo@gambaru.de> Thu, 26 Sep 2013 13:59:25 +0200
freeorion (0.4.3-1) unstable; urgency=low
* New upstream release.
* Upload to unstable.
* [0bb9ae2] debian/copyright: comment about artistic content.
Enhance the comment about artistic or creative content and add a missing
paragraph from the COPYING file in FreeOrion/default.
* [81ba198] Clarify copyright of log4cpp. It is GPL-2.
* [e44fbe2] debian/control: Drop build-dep libdevil-dev. Not needed.
* debian/control: Build-depend on libboost1.53-all-dev or libboost-all-dev to
avoid a FTBFS because of conflicting boost versions.
* debian/patches:
- [b86e971] Drop desktop-file.patch. Merged upstream.
- Rename and refresh display-correct-FreeOrion-version.patch to
version-string.patch.
- [1887fd9] Drop GG_verbose_build.patch. Merged upstream.
- [fcfab2a] Drop spelling.patch. Merged upstream.
- [b6e6140] Drop GG_unbundle_libltdl.patch.
The upstream build system can detect system libltdl libraries
automatically now.
- [8893994] Drop build-with-libboost1.49.patch.
- [2772512] Add omit-endianness-and-size-checks.patch. Try to avoid build
failures on big-endian systems.
* [b494fd6] debian/rules: Do not override the plugin path for
ogre_plugins.cfg. The upstream build system detects and inserts the right
path at build time automatically.
* [aafccb3] debian/rules: Simplify clean rules and move them to clean file.
* [eb34bbd] Update dh_auto_configure. It is no longer necessary to build GiGi
separately.
* [d78e04e] Install ogre_plugins.cfg to RootDataDir.
Install ogre_plugins.cfg to /usr/share/games/freeorion instead of
/usr/lib/freeorion hence we can drop the path_to_cfg.patch and reduce
Debian specific modifications.
* [e306777] debian/rules: Update LD_LIBRARY_PATH.
Extend LD_LIBRARY_PATH so that dpkg-shlibdeps is able to find the new shared
libraries, freeorionparse and freeorioncommon.
* [700b3f9] Update get-orig-source target and fix sourceforge URL.
* [4e53b36] Install OISInput.cfg in architecture independent package to
RootDataDir. OISInput.cfg is not intended to be modified. Placing it in
/usr/share/games/freeorion is appropriate.
* [a3e8e58] debian/rules: Remove override for dh_builddeb. xz is the default
compressor now.
* [21d8c41] Update debian/watch.
-- Markus Koschany <apo@gambaru.de> Sat, 10 Aug 2013 12:54:12 +0200
freeorion (0.4.2+svn5771-1) experimental; urgency=low
* Initial release by Dmitry Smirnov and Markus Koschany.(Closes: #593339)
-- Markus Koschany <apo@gambaru.de> Thu, 06 Jun 2013 20:39:43 +0200
|