File: changelog

package info (click to toggle)
tuxpuck 0.8.2-7
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 880 kB
  • ctags: 460
  • sloc: ansic: 3,319; makefile: 108
file content (139 lines) | stat: -rw-r--r-- 4,956 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
tuxpuck (0.8.2-7) unstable; urgency=medium

  * Declare compliance with Debian Policy 3.9.8.
  * Update my e-mail address.
  * Vcs-fields: Use https and cgit.

 -- Markus Koschany <apo@debian.org>  Mon, 08 Aug 2016 13:02:22 +0200

tuxpuck (0.8.2-6) unstable; urgency=medium

  * Add clang-FTBFS.patch.
    Fix a FTBFS with the clang compiler due to uninitialized variables in
    ttf2font.c. Thanks to Alexander. (Closes: #753064)

 -- Markus Koschany <apo@gambaru.de>  Sat, 05 Jul 2014 22:17:59 +0200

tuxpuck (0.8.2-5) unstable; urgency=medium

  * Readd build-dependency on libfreetype6-dev.
    - Build-depend on libfreetype6-dev to fix FTBFS in Ubuntu due to
      missing ft2build.h.
      Thanks to Logan Rosen for the report. (Closes: #744046)

 -- Markus Koschany <apo@gambaru.de>  Wed, 09 Apr 2014 17:07:20 +0200

tuxpuck (0.8.2-4) unstable; urgency=medium

  * Do not build with --parallel to prevent a race condition on buildd.

 -- Markus Koschany <apo@gambaru.de>  Tue, 01 Apr 2014 10:42:25 +0200

tuxpuck (0.8.2-3) unstable; urgency=medium

  [ Markus Koshany ]
  * New maintainer Debian Games Team.
    - Add myself to Uploaders. (Closes: #739095)
  * Drop dirs file.
  * Simplify debian/rules by using dh sequencer.
  * debian/control:
    - Require debhelper >= 9.
    - Add compat file and use compat level 9 (was 3).
    - Declare compliance with Debian Policy 3.9.5.
    - Add ${misc:Depends} substvar to binary package.
    - Switch from libpng12-dev to libpng-dev. (Closes: #662528).
    - Add VCS and homepage fields.
    - Drop libfreetype6-dev from Build-Depends. Not needed.
    - Improve package description.
  * wrap-and-sort -sa.
  * Switch to source format 3.0 (quilt)
  * Add Makefile.patch and buffer-overflow.patch.
    Instead of using the old 1.0 format, create two separate patches.
  * Update Makefile.patch and do not link against -lz, -lvorbis and -logg to
    avoid useless dependencies.
  * Add $(CPPFLAGS) and $(LDFLAGS) to Makefiles for hardening.
  * Add and update libpng-transition.patch to avoid a FTBFS with the upcoming
    libpng-transition. Thanks to Nobuhiro Iwamatsu for the report and patch!
    (Closes: #649809)
  * Add FTBFS-with-fread.patch to prevent a FTBFS due to possible unused
    results of fread in anim.c. Thanks to Ilya Barygin for the report and patch.
    (Closes: #552022)
  * Update debian/copyright to copyright format 1.0.
  * Drop manpages file.
  * Add install file.
  * Update menu file. Add longtitle and icon entry. Change menu section to
    Games/Action.
  * Add tuxpuck.desktop file.
    - Merge desktop file from Ubuntu and add a comment in German and keywords.
      Thanks to Emmet Hikory. (Closes: #626223)
  * Add tuxpuck.png and tuxpuck.xpm icons created from tux.png.
    (Closes: #738048)
  * Add source/include-binaries.
  * Add watch file even if there is nothing to watch anymore.
  * export DEB_BUILD_MAINT_OPTIONS = hardening=+all.

  [ John Paul Adrian Glaubitz ]
  * Clean up debian/changelog.
  * Make formatting in debian/copyright more consistent.

 -- Markus Koschany <apo@gambaru.de>  Mon, 31 Mar 2014 17:53:25 +0200

tuxpuck (0.8.2-2.2) unstable; urgency=low

  * Non-maintainer upload.
  * Change build dependency from libjpeg62-dev to libjpeg-dev. (Closes: #634637)

 -- gregor herrmann <gregoa@debian.org>  Sun, 06 Nov 2011 17:30:35 +0100

tuxpuck (0.8.2-2.1) unstable; urgency=low

  * Non-maintainer upload.
  * Change build dependency from libpng2-dev to libpng12-dev. (Closes: #328335)
  * Add missing quotation marks around "X11" in debian/menu.

 -- Luk Claes <luk@debian.org>  Thu, 27 Oct 2005 20:13:39 +0200

tuxpuck (0.8.2-2) unstable; urgency=low

  * Patch tuxpuck.c to fix non-critical buffer overflow. Thanks to
    Steve Kemp for reporting and providing a patch. (Closes: #203508)

 -- Sven Velt <sven@velt.de>  Thu, 31 Jul 2003 15:08:23 +0200

tuxpuck (0.8.2-1) unstable; urgency=low

  * New upstream release
  * Relink against new libvorbis libraries. (Closes: #185318)

 -- Sven Velt <sven@velt.de>  Fri, 21 Mar 2003 17:03:07 +0000

tuxpuck (0.8.1-1) unstable; urgency=low

  * New upstream release.
  * Fix typo in manpage. (Closes: #160052)
  * Fix problems with ttf (Closes: #156430)
  * Link against new libvorbis libraries. (Closes: #154783, #165116, #166504)
  * Fix installation path of manpage. (Closes: #147333)

 -- Sven Velt <sven@velt.de>  Mon, 28 Oct 2002 23:06:42 +0100

tuxpuck (0.7.109-2) unstable; urgency=low

  * Fix installation path of binary. (Closes: #143438)

 -- Sven Velt <sven@velt.de>  Mon, 15 Apr 2002 10:45:18 +0200

tuxpuck (0.7.109-1) unstable; urgency=low

  * New upstream release:
    - Fix build warning on ia64. (Closes: 142606).

 -- Sven Velt <sven@velt.de>  Sun, 14 Apr 2002 22:13:43 +0200

tuxpuck (0.7.91-1) unstable; urgency=low

  * Initial release (Closes: #139013)
    - Add install target to Makefile.
    - Add manpage.

 -- Sven Velt <sven@velt.de>  Thu, 21 Mar 2002 12:51:14 +0100