File: changelog

package info (click to toggle)
widelands 2%3A1.2.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 656,396 kB
  • sloc: cpp: 182,219; ansic: 18,869; python: 8,002; sh: 1,577; xml: 477; makefile: 46
file content (899 lines) | stat: -rw-r--r-- 34,676 bytes parent folder | download
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
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
widelands (2:1.2.1-3) unstable; urgency=medium

  * Team upload.
  * Disable checking the local copy of the GPL versus the slightly edited
    one in base-files for the Trixie release (Closes: #1106308)

 -- Alexandre Detiste <tchet@debian.org>  Fri, 30 May 2025 12:26:03 +0200

widelands (2:1.2.1-2) unstable; urgency=medium

  * Depends on fonts-culmus-fancy instead of the transition package
    culmus-fancy (Closes: #1069584).
  * Allow to build several times in a row by ignoring in d/s/options
    the files we remove during the initial cleaning to ensure that
    embeded libraries are not used (Closes: #1047250).

 -- Martin Quinson <mquinson@debian.org>  Mon, 23 Dec 2024 16:36:44 +0100

widelands (2:1.2.1-1) unstable; urgency=medium

  * New upstream release.
    From the announcement email: This point release fixes several bugs
    and crashes found in Widelands 1.2, and offers full compatibility
    between these two releases for multiplayer games and replays.
  * d/p/RelWithDebInfo: dropped (applied upstream).

 -- Martin Quinson <mquinson@debian.org>  Mon, 23 Dec 2024 00:13:10 +0100

widelands (2:1.2-2) unstable; urgency=medium

  * d/p/md5-endianess: New patch from upstream to fix FTBFS on big
    endian architectures.

 -- Martin Quinson <mquinson@debian.org>  Sat, 08 Jun 2024 16:14:04 +0200

widelands (2:1.2-1) unstable; urgency=medium

  * New upstream version. From the upstream webpage:
    - UI Plugins are add-ons that can add more functionality to the
      user interface
    - Naval Warfare preview: Invade foreign coasts using warships!
      This is included as a preview feature and needs to be explicitly
      enabled in the game setup screen.
    - Soldier garrisons for ports and headquarters
    - Balancing changes to the Amazon economy
    - Fifth scenario for the Frisian campaign
    - More settings in the game setup screen, such as configurable
      durations for timed win conditions.
    - Diplomacy handling for the computer players
    - Stick pinned notes onto map fields to mark important points
    - Hyperlinks let you navigate within the encyclopedia and to the
      online help
    - Easy maps publishing inside the editor
    - High-resolution images for many more units
    - Accessibility enhancements for many user interface components
    - Expose more functionality to the add-ons and scenario scripting
      interface
    - Fixed many crashes and hangs and enhanced error handling
  * Drop d/p/dbg_symbols and pick RelWithDebInfo build type in CMake
    now that upstream #5943 is merged.
  * Drop d/p/gcc-13.patch that was cherry-picked from upstream.
  * d/p/RelWithDebInfo-no-error: new patch to remove -Werror and
    activate LTO with RelWithDebInfo.
  - Bump Standards-Version to 4.7.0 -- no changes needed.

 -- Martin Quinson <mquinson@debian.org>  Sun, 02 Jun 2024 01:10:09 +0200

widelands (2:1.1-4) unstable; urgency=medium

  * d/p/gcc-13.patch: pick an upstream patch to fix FTBFS with gcc 13,
    and complete it (Closes: #1037896).

 -- Martin Quinson <mquinson@debian.org>  Sat, 15 Jul 2023 12:54:33 +0200

widelands (2:1.1-3) unstable; urgency=medium

  * Team upload.
  * Fix version constraint in dir_to_symlink. (Closes: #1033879)

 -- Tobias Frost <tobi@debian.org>  Tue, 04 Apr 2023 16:15:53 +0200

widelands (2:1.1-2) unstable; urgency=medium

  * Team upload.
  * No-change, Source-only upload to allow testing migration.

 -- Tobias Frost <tobi@debian.org>  Tue, 27 Dec 2022 23:29:29 +0100

widelands (2:1.1-1) unstable; urgency=medium

  * New upstream release. From the upstream webpage:
    - Three new scenarios: One each for the Atlantean and Frisian
      campaigns, and a new standalone singleplayer mission
    - An add-ons webserver allows efficient down- and uploading of
      add-ons as well as interactions such as voting and commenting on
      add-ons
    - High-resolution images for many units
    - Multithreading provides smoother performance
    - Multiple enhancements to the in-game encyclopedia
    - Diplomacy: Manage your alliances during the game
    - Fastplace: Assign custom shortcuts to buildings to place them
      with one keystroke
    - In-game loading and restarting of games and scenarios
    - Save and load in-game windows
    - Editor tool history dialog
    - Various AI enhancements
  * Update the debian patches:
    - Merged upstream or cherry-picked from upstream: spelling, gcc12
    - Now useless because upstream only use embedded minizip if not
      installed (#5360, #5392): system-wide_minizip
    - Refresh the other ones so that they apply.
  * d/control: add libasio-dev to the build-deps

 -- Martin Quinson <mquinson@debian.org>  Wed, 26 Oct 2022 12:02:47 +0200

widelands (2:1.0-4) unstable; urgency=medium

  * Team upload.
  * Source only upload.

 -- Tobias Frost <tobi@debian.org>  Tue, 13 Sep 2022 14:41:25 +0200

widelands (2:1.0-3) unstable; urgency=medium

  * Team upload.
  * Properly transit previously shipped font to symlink of packaged font.
    (Closes: #1018966)

 -- Tobias Frost <tobi@debian.org>  Wed, 07 Sep 2022 16:08:33 +0200

widelands (2:1.0-2) unstable; urgency=medium

  * Team upload.
  * Source-only no-change upload to enable migration to testing.

 -- Tobias Frost <tobi@debian.org>  Sat, 27 Aug 2022 13:13:29 +0200

widelands (2:1.0-1) unstable; urgency=medium

  * New upstream release: The 1.0 Release!!
    - Some highlights from the hundreds of changes:
      - A new tribe: the Amazons
      - An add-on system
      - A third frisians scenario
      - Dynamic tribe loading to speed up game loading
      - Targeting individual map objects for removal
      - Mute/unmute messages by buildings
      - Fully redesigned main menu
      - Configurable keyboard shortcuts
      - Enhanced keyboard and mousewheel support in the UI
      - Long-term stable Lua API for game content designers
    - Closes: #992626
  * Update the packaging for this new version
    - Bump the epoch to 2. Version 1:21 was corresponding to build21
      upstream, but now upstream version is 1.0, so bumping the
      epoch is unavoidable.
    - Update d/watch for this new numbering schema (Closes: #1005370)
    - Add a build-dep on libcurl4-gnutls-dev.
    - Refresh patches.
  * Fix lintian overrides
  * Add a patch to fix some spelling issues reported by Lintian

 -- Martin Quinson <mquinson@debian.org>  Tue, 23 Aug 2022 13:19:26 +0200

widelands (1:21-2) unstable; urgency=medium

  [ Stephen Kitt ]
  * Remove Enrico Tassi from uploaders. Closes: #995561.

  [ Martin Quinson ]
  * d/p/gcc-12: Fix FTBFS with gcc-12. Closes: #1013066.
  * Don't depend on fonts-lklug-sinhala as this font is not used anymore.
  * Depend on culmus-fancy to get TaameyFrankCLM fonts.
  - Bump Standards-Version to 4.6.1 -- no changes needed.

 -- Martin Quinson <mquinson@debian.org>  Sun, 14 Aug 2022 23:31:24 +0200

widelands (1:21-1) unstable; urgency=medium

  * New upstream release. Many new features and bugfixes, including:
    - A much stronger AI
    - New “Peaceful Mode” and several new starting conditions
    - Better UI for game speed, map scrolling, and building windows properties
    - New hotkeys
    - Re-added quick navigation with ‘,’ and ‘.’
    - Partly redesigned and modernized user interface
    - Allow the player to choose the soldiers to send in the attack box
    - New planning-ahead ship scheduling algorithm
    - Ferries carry wares over waterways
    - Improved display of work areas
    - Changing settings for buildings in the constructionsite
    - Spritesheets and mipmaps provide high-quality graphics when zooming in
    - Numerous fixes and improvements to the tutorials and scenarios
    - New editor tool to resize the map
    - Lots and lots of balancing tweaks to all tribes
    - Extensive behind-the-scenes source code cleanup and refactoring
    - Support for Big Endian architectures
    - Fully translated to Catalan, Danish, Dutch, Finnish, French,
      Scottish Gaelic, German, Low German, and Spanish, and the translations
      for 9 other languages are more than 2/3 complete.
  * Disable the patches relative to cmake+SDL: upstream fixed the issue.
  * Use the upstream manpage, .desktop and appdata.xml now that they exist.
  * Bump dh-compat to 13.

 -- Martin Quinson <mquinson@debian.org>  Sun, 26 Jul 2020 01:06:38 +0200

widelands (1:20-2) unstable; urgency=medium

  [ Juhani Numminen ]
  * Team upload.
  * Use SDL2 CMake integration. Fixes FTBFS caused by FindSDL2.cmake being out
    of sync with SDL2. (Closes: #951281)

  [ Markus Koschany ]
  * Declare compliance with Debian Policy 4.5.0.

 -- Markus Koschany <apo@debian.org>  Sat, 22 Feb 2020 00:16:24 +0100

widelands (1:20-1) unstable; urgency=medium

  * Team upload.
  * New upstream release. (Closes: #928325, #853052)
    - system-wide_minizip.patch:
      - refresh patch
      - remove embedded source via d/clean to ensure no code leakage.
      - ensure that right file is included.
    - refresh hurd_MAX_PATH patch.
    - refresh dbg_symbols patch
      - build with O1, as with higher optimization the game will segfault.
    - drop gcc7.patch, no longer needed.
    - drop widelands_ICU_63.1.patch, applied upstream.
    - new patch to link against GL, fix-SDL-linking.patch.
    - new patch to fix different spelling of a packagedfont name,
      system-font.patch
  * d/control:
    - add new B-Ds and drop no longer needed ones.
    - B-D against python3, instead of python2. (Closes: #938824)
    - Drop doxygen from B-D -- we are not using it for the packaging.
    - Make VCS-* point to salsa.d.o.
    - Bump S-V to 4.4.1 -- no changes needed.
    - Use debhelper-compat in B-D to drop d/compat and bump it to level 12.
    - Specify Build-Requires-Root as no.
  * d/rules:
    - Do not build the website tools in the first place, as later they'd just
      be rm'ed again.
    - Drop get-orig-source (as dropped in policy)
    - use dh_missing instead of dh_install --fail-missing.
    - use d/clean to clean fonts instead of rm them after installation.
  * Update d/copyright (years) and take add fonts copyright information (by
    cherry picking upstream's d/copyright)
  * Cherry-pick desktop file from upstreams debian directory
  * Cherry-pick widelands.appdata.xml from upstreams's debian directory
  * Fix d/watch -- new upstream scheme omits -src.

 -- Tobias Frost <tobi@debian.org>  Fri, 04 Oct 2019 19:18:04 +0200

widelands (1:19+repack-6) unstable; urgency=medium

  * Team upload.
  * Fix FTBFS with ICU 63.1.
    Thanks to László Böszörményi (GCS) for the report and patch.
    (Closes: #913513)

 -- Markus Koschany <apo@debian.org>  Sat, 17 Nov 2018 18:35:44 +0100

widelands (1:19+repack-5) unstable; urgency=medium

  [ Jeremy Bicha ]
  * Team upload.
  * Use hicolor theme icon for .desktop (Closes: #857644) (LP: #1789023)
  * Add minimal debian/gbp.conf

  [ Markus Koschany ]
  * Switch to compat level 11.
  * Declare compliance with Debian Policy 4.2.1.
  * d/control: Change priority from extra to optional.

 -- Markus Koschany <apo@debian.org>  Sun, 09 Sep 2018 22:10:46 +0200

widelands (1:19+repack-4) unstable; urgency=medium

  * Team upload.
  * Remove empty gbp.conf file.
  * Switch to compat level 10.
  * Declare compliance with Debian Policy 4.1.0.
  * Vcs-Browser: Use canonical Vcs-URI.
  * Do not convert png files to xpm anymore. Drop imagemagick from B-D.
  * Move font dependencies from widelands to widelands-data. (Closes: #861043)
  * Add gcc7.patch and fix FTBFS with GCC 7. (Closes: #871114)
  * Drop -dbg package and use the automatically provided -dbgsym package
    instead.
  * Install appdata file into canonical /usr/share/metainfo directory.

 -- Markus Koschany <apo@debian.org>  Thu, 24 Aug 2017 00:05:16 +0200

widelands (1:19+repack-3) unstable; urgency=medium

  * Pick a new appdata file from upstream, so that widelands appears
    back in the software center.
  * Fix path to amiri-font (Closes: #845660)
    Thanks to eingousef for the report and Nobuhiro Ban for the patch.
  * Forget commented patches: they are actually useless now.

 -- Martin Quinson <mquinson@debian.org>  Sat, 11 Mar 2017 09:14:22 +0100

widelands (1:19+repack-2) unstable; urgency=medium

  * Pick a new desktop file from upstream, mainly to fix the icon path.

 -- Martin Quinson <mquinson@debian.org>  Sun, 04 Dec 2016 21:42:21 +0100

widelands (1:19+repack-1) unstable; urgency=medium

  * New upstream release. New features highlight:
    - Seafaring AI and other AI improvements
    - Message filtering
    - New in-game and in-editor help system
    - Efficient graphics loading and rendering.
    - New starting condition “Trading Outpost”
    - New win condition “Artifacts”
    - 4 Tutorials
    - Improved Barbarians and Empire campaigns
    - 3 new maps
    - No separate worlds anymore. All terrains can now be used on all
      maps. Old maps stay compatible.
    - No separate tribes anymore: Though in game the tribes still seem
      separate, they are in fact now the same tribe with different
      buildings and workers enabled. This allows for interesting
      concepts down the line like a mixed economy or trading.
    - New animations, overlay images and icons
    - New forested mountains terrains
    - Many menu redesigns
    - Improved support for non-Latin scripts and right-to-left languages
    - Various small balance changes (for example more experience in mines,
      stronger barbarian soldiers)
    - Behind the scenes: move to SDL 2, Build system refactoring, move to
      c++ 11, continuous integration, move to Transifex and merge bot.
      Also tons of cleanups to the code base.

  * Package is manually repacked to mv debian/ debian.orig/ in
    upstream tar file.
  * Change the build-dependencies of SDL to the one of SDL2
  * Update our patches:
    - Drop patch kfreebsd-integrated-libraries (integrated upstream)
    - Comment mips and s390 patches: they may be useless nowadays
  * Take the new man page from the upstream debian package.
  * Take the new copyright file from upstream debian package.
  * New d/watch file by Steven De Herdt (Closes: #844005)
  * New d/p/system-wide_minizip to not use the embeeded minizip
    (provided by upstream developpers)
  * d/control: Bump standards-version to 3.9.8 (remove menu file)

 -- Martin Quinson <mquinson@debian.org>  Sat, 19 Nov 2016 18:36:01 +0100

widelands (1:18-3) unstable; urgency=medium

  Packaging cleanup version only, no user-visible changes.

  * d/rules: massive cleanups to follow the debhelper way of life
    As a side effect, the package can now build in parallel.
  * d/rules: don't include another version of GPL-2 text file
  * d/widelands.6: update the contact information to launchpad
  * d/patches: various cosmetics before proposing our patches upstream

 -- Martin Quinson <mquinson@debian.org>  Tue, 11 Mar 2014 19:09:57 +0100

widelands (1:18-2) unstable; urgency=medium

  * Reduce optimization level to -02 on mips, as "gcc -03" spits ICE.
    Thanks to Teppo Maenpaa for the hint about how to solve that FTBFS.

 -- Martin Quinson <mquinson@debian.org>  Fri, 28 Feb 2014 22:33:11 +0100

widelands (1:18-1) unstable; urgency=medium

  * New upstream release. Upstream changes:
    - Seafaring enhancements: expeditions and colonization.
    - Eviction of workers from production sites.
    - Soldier preference selection in military sites.
    - Better in-game stock charts with new information.
    - New maps, sounds, music, graphics & animations.
    - On demand loading of graphics improves startup time.
    - Better performance: Widelands needs less CPU and memory.
  * Only use system-wide fonts if they exist (portability for older
    systems).

 -- Martin Quinson <mquinson@debian.org>  Sun, 23 Feb 2014 21:45:49 +0100

widelands (1:18~rc1-3) unstable; urgency=medium

  [Hans Joachim Desserud]
  * Drop buildep on libboost-signals-dev: signal2 are within boost now
  * Bump buildep to libglew1.6-dev, fallback on versionless libglew-dev

  [Martin Quinson]
  * d/watch: point on launchpad instead of sourceforge (at least)

 -- Martin Quinson <mquinson@debian.org>  Thu, 20 Feb 2014 21:58:26 +0100

widelands (1:18~rc1-2) unstable; urgency=medium

  * Rework the kfreebsd patch to fix the FTBFS [Teppo Maenpaa]

 -- Martin Quinson <mquinson@debian.org>  Thu, 13 Feb 2014 16:46:39 +0100

widelands (1:18~rc1-1) unstable; urgency=medium

  * New upstream release (release candidate)
    - Update our patches, drop the ones that were integrated upstream
      (gcc4.7, Werror, boost-linking-4.7)
    - The following bugs were fixed upstream (Closes: #668894, #678310)
  * d/control: Move build-deps to boost 1.54
  * d/control: Bump standards-version to 3.9.5 (no change mandated)
  * Depend on fonts-dejavu-core, fonts-dejavu-extra to not embeed these fonts
  * Depend on fonts-freefont-ttf instead of ttf-freefont as the
    package got renamed recently (Closes: #738257, #738258)

 -- Martin Quinson <mquinson@debian.org>  Mon, 10 Feb 2014 21:24:51 +0100

widelands (1:17-5) unstable; urgency=low

  * Team upload.
  * d/control: Add Build-Depends on imagemagick. (Closes: #707489)

 -- Ansgar Burchardt <ansgar@debian.org>  Sat, 11 May 2013 15:55:39 +0200

widelands (1:17-4) unstable; urgency=low

  * d/rules: Move to packaging to git VCS
  * d/rules: Enable parallel build of the package
  * d/rules: List uninstalled files at build time
  * d/rules: Install logos in various sizes under /usr/share/icons
  * d/rules: Manually define CPPFLAGS and friends with hardening flags
    Seems mandated because we are overloading dh_auto_build
  * d/compat: Bump to version 9 of debhelper
  * d/control: Bump standards-version to 3.9.4 (no change mandated)
  * d/control: Put pkg-game as a maintainer and myself as an uploader
  * d/widelands.menu: add a longtitle and an icon (Closes: #703255)
  * d/copyright: convert to Machine-readable format
  * d/copyright: specify where the source of media is (Closes: #702070)

 -- Martin Quinson <mquinson@debian.org>  Mon, 06 May 2013 16:20:14 +0200

widelands (1:17-3) unstable; urgency=low

  * add debian/compat (7)
  * add patch boost-linking-4.7 to fix linking error with boost
    and gcc 4.7. This also links widelands dinamically with
    boost, as per policy (Closes: #672034)
  * add patch Werror to fix compilation with gcc 4.7 and the
    -Werror=format-security flag

 -- Enrico Tassi <gareuselesinge@debian.org>  Wed, 02 May 2012 15:03:59 +0200

widelands (1:17-2) unstable; urgency=low

  * define PATH_MAX if not defined (i.e. on hurd)
  * re-enable patch for s390 but not on s390x

 -- Enrico Tassi <gareuselesinge@debian.org>  Wed, 02 May 2012 13:46:11 +0200

widelands (1:17-1) experimental; urgency=low

  * new upstream release
  * disable patches/s390
  * debian/rules: use && istead of ; so that failures are reported correctly
  * we go to experimental to see if s390 is happy and not to disturb
    transitions for libpng15 and boost

 -- Enrico Tassi <gareuselesinge@debian.org>  Tue, 24 Apr 2012 17:27:19 +0200

widelands (1:17~rc2-3) unstable; urgency=low

  * on kfreebsd, the execinfo library cannot be found for an unkown reason.
    Try to survive this fact to fix the resulting FTBFS.

 -- Martin Quinson <mquinson@debian.org>  Fri, 13 Apr 2012 22:37:25 -1000

widelands (1:17~rc2-2) unstable; urgency=low

  * call make and not make all

 -- Enrico Tassi <gareuselesinge@debian.org>  Thu, 12 Apr 2012 14:24:14 +0200

widelands (1:17~rc2-1) unstable; urgency=low

  * New upstream release candidate
  * Add patches/dbg_symbols to compile -g to generate the -dbg package
  * Update build dependencies, including the removal of GGZ (Closes: #655402)
  * Fixed flags passed to cmake for locales (Closes: #645127, LP: #872777)

 -- Enrico Tassi <gareuselesinge@debian.org>  Wed, 11 Apr 2012 14:58:00 +0200

widelands (1:16-1) unstable; urgency=low

  * New upstream release

 -- Enrico Tassi <gareuselesinge@debian.org>  Tue, 19 Apr 2011 21:50:15 +0200

widelands (1:16~rc1-1) unstable; urgency=low

  * New upsteram release candidate
  * Updated Standards-Version to 3.9.1, no changes required
  * Removed patches/secfix-617960 since part of the new release
  * Do not override widelands version number in debian/rules

 -- Enrico Tassi <gareuselesinge@debian.org>  Wed, 06 Apr 2011 10:02:21 +0200

widelands (1:15-3) unstable; urgency=high

  * Closes a potential security issue in internet games.
    Added: patches/secfix-617960 (Closes: #617960)

 -- Enrico Tassi <gareuselesinge@debian.org>  Wed, 23 Mar 2011 09:47:28 +0100

widelands (1:15-2) unstable; urgency=low

  * add patch s390 to fix FTBFS on s390. The patch defines
    explicit _Index(uintptr_t  const I), so that it's call
    is not ambiguous.

 -- Enrico Tassi <gareuselesinge@debian.org>  Mon, 10 May 2010 15:57:07 +0200

widelands (1:15-1) unstable; urgency=low

  * New upstream release
  * source format 3.0 (quilt)

 -- Enrico Tassi <gareuselesinge@debian.org>  Sat, 17 Apr 2010 16:43:43 +0200

widelands (1:15~rc2-1) unstable; urgency=low

  * New upstream release candidate: tag:build15-rc2 on lp:widelands/build15

 -- Enrico Tassi <gareuselesinge@debian.org>  Fri, 26 Mar 2010 11:25:10 +0100

widelands (1:15~rc1-2) unstable; urgency=low

  * fix typo in package description, thanks Erik Esterer (Closes: #566267)
  * fixed paths passed to cmake, locale are working (Closes: #472406)

 -- Enrico Tassi <gareuselesinge@debian.org>  Wed, 17 Mar 2010 22:28:04 +0100

widelands (1:15~rc1-1) unstable; urgency=low

  * new upstream release candidate, tag:build15-rc1 on lp:widelands/build15
  * new build-dependencies over lua5.1 and cmake
  * all debian/patches were obsolete and are thus have been removed
  * switched from CDBS to dh
  * standard versions to 3.8.4, no changes
  * get rid of duplicate fonts in ttf-freefont, install symlinks instead

 -- Enrico Tassi <gareuselesinge@debian.org>  Tue, 16 Mar 2010 20:34:24 +0100

widelands (1:14-3) unstable; urgency=low

  * more prcise build-depends to ease backporting, thanks Romain Chantereau
    (Closes: #546840)

 -- Enrico Tassi <gareuselesinge@debian.org>  Mon, 12 Oct 2009 22:24:26 +0200

widelands (1:14-2) unstable; urgency=low

  * install the global directory (Closes: #550158)

 -- Enrico Tassi <gareuselesinge@debian.org>  Fri, 09 Oct 2009 22:51:43 +0200

widelands (1:14-1) unstable; urgency=low

  * New upstream release
  * Disable no optimization patch for amd64, the upstream does the same
  * Disable no-unroll-loops on arm, was for an old gcc version
  * Added README.source pointing to dpatch instructions
  * Standards-version to 3.8.3, no changes

 -- Enrico Tassi <gareuselesinge@debian.org>  Sat, 03 Oct 2009 22:13:33 +0200

widelands (1:14~rc1-2) unstable; urgency=low

  * build-depend on scons

 -- Enrico Tassi <gareuselesinge@debian.org>  Mon, 14 Sep 2009 10:29:39 +0200

widelands (1:14~rc1-1) unstable; urgency=low

  * New upstream pre-release

 -- Enrico Tassi <gareuselesinge@debian.org>  Sun, 15 Feb 2009 14:53:21 +0100

widelands (1:13-2) unstable; urgency=low

  * Uploaded to unstable

 -- Enrico Tassi <gareuselesinge@debian.org>  Sun, 15 Feb 2009 14:05:21 +0100

widelands (1:13-1) experimental; urgency=low

  * New upstream release (build-13)

 -- Enrico Tassi <gareuselesinge@debian.org>  Sun, 23 Nov 2008 18:05:31 +0100

widelands (1:13~3516-1) experimental; urgency=low

  * Second release candidate for version 13

 -- Enrico Tassi <gareuselesinge@debian.org>  Sun, 16 Nov 2008 11:34:03 +0100

widelands (1:13~3472-1) experimental; urgency=low

  * First release candidate for version 13

 -- Enrico Tassi <gareuselesinge@debian.org>  Sun, 02 Nov 2008 20:46:38 +0100

widelands (1:13~3230-1) experimental; urgency=low

  * Svn snapshot with many bugfixes, most notably the game is not using
    100% of CPU time anymore (Closes: #370528)

 -- Enrico Tassi <gareuselesinge@debian.org>  Thu, 31 Jul 2008 09:29:23 +0200

widelands (1:12-3) unstable; urgency=low

  * fixed previous patch that was using the incriminated flag only on
    arm and armel

 -- Enrico Tassi <gareuselesinge@debian.org>  Wed, 14 May 2008 10:25:05 +0200

widelands (1:12-2) unstable; urgency=low

  * added a patch to disable -funroll-loops on arm, thanks Aurelien Jarno
    for the hint

 -- Enrico Tassi <gareuselesinge@debian.org>  Thu, 08 May 2008 15:57:15 +0200

widelands (1:12-1) unstable; urgency=low

  * New upstream release featuring some improved graphics, multiplayer
    (network) support and a first glimpse of a new tribe (Atlantidis).

 -- Enrico Tassi <gareuselesinge@debian.org>  Sat, 05 Apr 2008 16:12:17 +0200

widelands (1:12~rc-1) experimental; urgency=low

  * New upstream release featuring some improved graphics and network gameplay
  * Ack NMU, g++-4.3 patch applied upstream.
  * Fixed rules to use nice CDBS hooks
  * Updated copyright file mentioning that Widelands.ttf is distributed under
    the SIL open font license version 1.1.

 -- Enrico Tassi <gareuselesinge@debian.org>  Sun, 30 Mar 2008 18:46:24 +0200

widelands (1:11-1.1) unstable; urgency=low

  * Non-maintainer upload for the gcc-4.3 release goal, with a patch
    provided by Cyril Brulebois.  (Closes: #417760)

 -- Philipp Kern <pkern@debian.org>  Sun, 16 Mar 2008 21:43:17 +0100

widelands (1:11-1) unstable; urgency=low

  * New upstream release. Most relevant features are: fog of war,  autosave,
    replay, better UI, new animations.
  * Enrico Tassi <gareuselesinge@debian.org> added to Uploaders
  * moved to cdbs debian/rules
  * version number must (according to policy 5.6.12) start with a digit, thus
    the version is now 11
  * versions must be strictly increasing, thus use epoch 1 to make
    11 greater than build10
  * Standards-Version bumped to 3.7.3, no modifications needed
  * debian/ directory put under vcs on svn.d.o/collab-maint

 -- Enrico Tassi <gareuselesinge@debian.org>  Sat, 19 Jan 2008 17:02:26 +0100

widelands (build10-1) unstable; urgency=low

  * New upstream release.
    - closes #388406: Core dump during second mission.
      Fixed in upstream svn rev 1078.
    - closes #345451: Segfault on victory.
      Forwarded upstream and solved at some point.
    - closes #345217: save dialog box counter-intuitive
      Forwarded upstream and solved at some point.
    - closes #345386: --coredump option use is not intuitive.
      Was marked fixed-upstream in debian since a while
    - The building mecanism was completely changed upstream.
      Completely redo the packaging.
  * Drop the most of the patches since they were integrated upstream.
    Only locale is still there, but this is because upstream hardcoded
    a path in the game...

 -- Martin Quinson <mquinson@debian.org>  Wed, 21 Mar 2007 10:11:56 +0100

widelands (build9half-10) unstable; urgency=low

  * Include a freedesktop complient desktop file, even if I personnaly
    think it dupplicates the debian menu system (Closes: #359286).

 -- Martin Quinson <mquinson@debian.org>  Fri, 14 Apr 2006 09:29:36 +0200

widelands (build9half-9) unstable; urgency=low

  * Remove source data of localization (po & pot files)
  * Rework the README to let it fit better the debian reality
    (Closes: #359175)

 -- Martin Quinson <mquinson@debian.org>  Mon, 27 Mar 2006 09:00:07 +0200

widelands (build9half-8) unstable; urgency=low

  * New patch: locale_path
    Do lookup the locale data in the right directory [Eckhart Wörner]
    (Closes: #357801)

 -- Martin Quinson <mquinson@debian.org>  Sun, 26 Mar 2006 20:29:17 +0200

widelands (build9half-7) unstable; urgency=low

  * Fix a conflict between widelands and widelands-date, stupid me
    (Closes: #358517)

 -- Martin Quinson <mquinson@debian.org>  Fri, 24 Mar 2006 23:06:01 +0100

widelands (build9half-6) unstable; urgency=low

  * Do compile the locale data before distributing them (sorry)

 -- Martin Quinson <mquinson@debian.org>  Tue, 21 Mar 2006 22:22:58 +0100

widelands (build9half-5) unstable; urgency=low

  * Add locale and music data to the package. (Closes: #357801)

 -- Martin Quinson <mquinson@debian.org>  Sun, 19 Mar 2006 19:41:53 +0100

widelands (build9half-4) unstable; urgency=low

  * New patch: default_resolution (backported from upstream CVS)
    Set a default screen resolution when the user fails to choose one.
    (Closes: #345299)
  * New patch: gcc41 (from Martin Michlmayr in BTS)
    Allow to compile with gcc 4.1 (Closes: #357614)

 -- Martin Quinson <mquinson@debian.org>  Sat, 18 Mar 2006 21:41:05 +0100

widelands (build9half-3) unstable; urgency=low

  * New patch: std::string:npos_is_negative by Sami Liedes
    This solves a segfault on some non-x86 arches (Closes: #345384)
  * Do add some content to the -dbg package. erm. (Closes: #345867)
  * Droped patch:
    - mips: portability now sanitized, no need for this anymore
    - amd64: commited upstream, so no need to keep it for reference
      (it only patched a commented line for the day it went uncommented)
    - alpha: commited upstream (wasn't used since a while, kill it)

 -- Martin Quinson <mquinson@debian.org>  Sat,  7 Jan 2006 22:37:41 +0100

widelands (build9half-2) unstable; urgency=low

  * Sanitize architecture checks using SDL facilities [Falk Hueffner]
    (Closes: #346011)
  * Rewrite the usage summary [Florian Weber] (Closes: #345386)

 -- Martin Quinson <mquinson@debian.org>  Thu,  5 Jan 2006 00:18:27 +0100

widelands (build9half-1) unstable; urgency=low

  * New upstream release (Closes: #342263).
  * Changed patches:
    - ppc and Knight applied upstream and thus droped.
    - amd64 almost applied upstream and thus only kept the unapplied parts
  * New patches:
    - mips: portability patch by Thiemo Seufer (Closes: #333465)
    - congested_road [Florian Weber] to make sure that overloaded
      road are more expensive and thus less taken
    - lowering_requested_soldiers [Nanne Wams] (bug fix)
    - Fisher_run_mine_bug_1196918 [Ted Carlson] (bug fix)
  * Debian packaging:
    - let -data depend on ttf-bitstream-vera which provide the Vera.ttf
      font, and don't include our own copy (Closes: #302054)

 -- Martin Quinson <mquinson@debian.org>  Sun,  20 Dec 2005 11:17:27 +0200

widelands (build9-7) unstable; urgency=low

  * Rebuild for G++ 4.x transition
  * debian/patch/gcc4: actually port to this compiler (Closes: #322780)
  * Do not let cdbs touch our control file since it's considered RC now, and
    we already have enough of them.

 -- Martin Quinson <mquinson@debian.org>  Fri, 12 Aug 2005 21:59:01 +0200

widelands (build9-6) unstable; urgency=low

  * Move into the /usr/game gettho (Closes: #295183)
  * Argh! Add the AUTHORS file to the usual location for the usual
    reason. I'm so stupid! (Closes: #294918) again.
    Thanks to Gerfried Fuchs for not laughing while reporting.
  * Add a man page (Closes: #295182)

 -- Martin Quinson <mquinson@debian.org>  Mon, 14 Feb 2005 10:41:12 +0100

widelands (build9-5) unstable; urgency=low

  * Remove libggzcore-dev, libggzdmod-dev, libggz-dev from build-deps since
    we do not use it right now and since they can't be fulfilled in sarge.

 -- Martin Quinson <mquinson@debian.org>  Sun, 13 Feb 2005 22:27:11 +0100

widelands (build9-4) unstable; urgency=low

  * Include COPYING in /usr/share/widelands so that the 'Licence' button
    works (Closes: #294918). Stupid me, I fixed README in previous release,
    and forgot about this one. Thanks to Christopher Zimmermann for reporting.

 -- Martin Quinson <mquinson@debian.org>  Sun, 13 Feb 2005 16:45:03 +0100

widelands (build9-3) unstable; urgency=low

  * Port to alpha architecture, fix all warnings there (Closes: #291371).
  * Copy the README file into the usr/share path so that it can be
    retrieved at run time.

 -- Martin Quinson <mquinson@debian.org>  Sun, 30 Jan 2005 23:05:51 +0100

widelands (build9-2) unstable; urgency=low

  * Patch to port to PowerPC (big endian char unsigned-by-default issues).
    [Christof Petig]

 -- Martin Quinson <mquinson@debian.org>  Fri, 14 Jan 2005 23:55:23 +0100

widelands (build9-1) unstable; urgency=low

  * New upstream release.
  * Remove the Knights.ttf font for licencing reasons (Thanks to Josh
    Triplett for noticing and sorry for not having checked myself).
    Vera.ttf is used instead, as done upstream.
    (Closes: #289750)
  * Add patch to port to AMD64 from Andreas Jochens (Thanks!).
    (Closes: #289678)

 -- Martin Quinson <mquinson@debian.org>  Fri, 14 Jan 2005 12:19:20 +0100

widelands (build8.cvs050107-1) unstable; urgency=low

  * The "Let's make CVS builds really usefull to devel"
  * Update to the lastest CVS state.
  * Add a wrapper to the CVS builds which captures all informations
    developpers need to debug the problem the users will run into:
     - any core generated
     - the prog output
     - the record file (mouse movements, key press, etc. during the game)
     - package version (as reported by dpkg)
     - architecture (uname -a)
    Those information are placed in /tmp and when widelands exits with
    errcode, the user is prompted to report those information to the right
    BTS. They are not sent automatically.
  * To help Holger and friends tracking the issues, also generate a
    widelands-dbg package for CVS builds. It contains the debugging symbol,
    so that gdb can find them when the package is installed.
  * Please note that none of those CVS build features are used while building
    a release version (difference: "cvs" in version name).
    For that, debian/control is now generated by cdbs.

 -- Martin Quinson <mquinson@debian.org>  Fri,  7 Jan 2005 21:54:06 +0100

widelands (build8.cvs050101-1) unstable; urgency=low

  * Packaging the content of the CVS to help finding the last bugs before
    build9.

 -- Martin Quinson <mquinson@debian.org>  Sat,  1 Jan 2005 21:28:04 +0100

widelands (build8-2) unstable; urgency=low

  [Matti Peltomaki]
  * Fix a typo in postinst (s/urge/purge)
  * Rename {menu,postinst,postrm} to widelands.{menu,postinst,postrm} since
    we build more than one package.

  [Martin Quinson]
  * Fix the versionning scheme. This is not a native package.

 -- Martin Quinson <martin.quinson@tuxfamily.org>  Mon, 27 Sep 2004 13:04:05 +0200

widelands (build8) unstable; urgency=low

  * New upstream release.
  * Add a menu entry (thanks Matti Peltomaki)
  * New patch: Mask the fps rate (thanks Matti Peltomaki).

 -- Martin Quinson <martin.quinson@tuxfamily.org>  Thu, 23 Sep 2004 17:37:55 +0200

widelands (build7.cvs040917-1) unstable; urgency=low

  * Initial release.

 -- Martin Quinson <martin.quinson@tuxfamily.org>  Thu, 16 Sep 2004 22:40:16 +0200