File: changelog

package info (click to toggle)
trigger-rally 0.6.5%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 83,956 kB
  • ctags: 1,678
  • sloc: cpp: 13,016; ansic: 40; makefile: 14
file content (282 lines) | stat: -rw-r--r-- 10,988 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
trigger-rally (0.6.5+dfsg-2) unstable; urgency=medium

  * Team upload.
  * debian/rules: Install manpages only with the architecture-dependent
    dh_installman target. Thanks to Ben Longbons for the report.
    This error was exposed by building source-only packages. (Closes: #848824)

 -- Markus Koschany <apo@debian.org>  Tue, 20 Dec 2016 01:00:50 +0100

trigger-rally (0.6.5+dfsg-1) unstable; urgency=medium

  * Team upload.
  * New upstream version 0.6.5+dfsg.
  * Switch to compat level 10.
  * Drop fix_build_gcc5.patch, 811-flags.patch and 813-config-path.patch.
    Fixed upstream.
  * Refresh 20_system_tinyxml.patch.
  * Switch to libsdl2-image-dev and libtinyxml2-dev.

 -- Markus Koschany <apo@debian.org>  Mon, 19 Dec 2016 14:19:05 +0100

trigger-rally (0.6.4+dfsg-2) unstable; urgency=medium

  * Remove link to README.txt.gz in debian/trigger-rally-data.links
    (Closes: #838007).
  * Properly remove obsolete conffile /etc/trigger.config.defs
    (Closes: #838008).
  * Modify debian/patches/verbose-build.patch to remove printf that BLHC does
    not understand.
  * Refresh debian/patches/disable-strip.patch.

 -- Bertrand Marc <bmarc@debian.org>  Sun, 18 Sep 2016 17:51:46 +0200

trigger-rally (0.6.4+dfsg-1) unstable; urgency=medium

  [ Bertrand Marc ]
  * Update debian/watch and excluded files in debian/copyright to match the new
    upstream tarball.
  * New upstream release.
  * Build both the game and the data in the same source package.
  * Update debian/rules and debian/trigger-rally*.install to match the new
    upstream tree and the new buildsystem.
  * Remove build-dependency on dh-exec, autotools-dev, jam and automake.
  * Moved the package to Git.
  * Remove patch to use the system glew, not necessary anymore.
  * Update patch to use system tinyxml.
  * Add a patch from upstream to fix build with GCC 5+.
  * Standards-version: 3.9.8.
  * debian/rules: do not delete configure and Jamconfig.in in the clean
    target, it prevents building with the new git setup.
  * Fix field-name typo in debian/copyright.
  * Use my @debian.org address in the uploaders field and in debian/copyright.

  [ Gianfranco Costamagna ]
  * debian/patches/813-config-path.patch, 811-flags.patch:
    - cherry-pick upstream changes to use the Debian config path and the
      *FLAGS from environment.
  * Update copyright file
  * Add patches to disable strip of binaries and to enable verbose builds.
  * Override OPTIMS variable.

 -- Bertrand Marc <bmarc@debian.org>  Sat, 10 Sep 2016 15:54:53 +0200

trigger-rally (0.6.2+dfsg-1) unstable; urgency=medium

  [ Stefan Potyra ]
  * Acknowledge NMU, thanks to Tobias Frost.

  [ Bertrand Marc ]
  * New upstream release.
  * Update watchfile, thanks to Tobias Frost (Closes: #789268).
  * Add myself as uploader.
  * Use new icons (Closes: #789272):
    + remove debian/trigger-rally*.xpm.
    + stop copying these xpm in debian/rules.
    + remove the associated dirs in debian/dirs.
    + depends on trigger-rally-data (>=0.6.1-2), which ships the new icons.
    + point trigger-rally.desktop to /usr/share/pixmaps/trigger-rally-icons.svg.
    + remove debian/menu.
  * Standards-version 3.9.6.
  * Move to debhelper v9, to reduce debian/rules and enable hardening:
    + update debian/compat.
    + build-depend on debhelper (>=9), autotools-dev and dh-exec.
    + remove debian/dirs.
    + remove debian/patches/30_autotools.patch.
    + update debian/rules to dh style.
    + add debian/trigger-rally.install.
  * Update debian/copyright to machine-interpretable format 1.0.
  * Exclude third party code from debian/copyright:
    + add +dfsg to the source version.
    + add dversionmangle to debian/watch to handle +dfsg.
    + do not remove third party code from debian/rules anymore.

  [ Markus Koschany ]
  * Vcs-Browser: Use https.
  * Switch from virtual libglew1.5-dev to libglew-dev build-dependency.
  * Update dh_auto_clean override and ensure trigger-rally can be built twice
    in a row.
  * Add keywords to desktop file.

 -- Bertrand Marc <beberking@gmail.com>  Sun, 15 Nov 2015 15:23:16 +0100

trigger-rally (0.6.1-0.1) unstable; urgency=medium

  * Non-maintainer upload (as asked for on d-devel-games@ by maintainer)
  * New upstream release
  * Bump version requirement on trigger-rally-data

 -- Tobias Frost <tobi@debian.org>  Sat, 25 Oct 2014 18:10:12 +0200

trigger-rally (0.6.0-2) unstable; urgency=low

  [ Stefan Potyra ]
  * debian/rules:
    + Fix the binary-indep/build-indep rules: No package to build.
  * debian/control:
    + drop DM-Upload-Allowed field (obsolete).
    + drop Conflicts against trigger (upgrades from oldstable not supported).
    + Bump Standards-Version to 3.9.5, since all required changes
      have been done.
  * debian/patches/30_autotools.patch:
    Refresh config.sub/config.guess if present (Closes: #727989).

  [ Evgeni Golov ]
  * Correct Vcs-* URLs to point to anonscm.debian.org

  [ Alexander Reichle-Schmehl ]
  * Removed myself from uploaders.

 -- Stefan Potyra <sistpoty@ubuntu.com>  Thu, 23 Jan 2014 22:44:13 +0100

trigger-rally (0.6.0-1) unstable; urgency=low

  * New upstream release.
  * debian/patches/05_Makefile.am.patch: dropped, included upstream.
  * Refresh debian/patches/10_system_glew.patch.
  * debian/control:
    + drop transitional package.
    + bump Standards-Version to 3.9.2, no changes needed apart
      from dropping the transitional package.
    + add libtinyxml-dev to build-depends.
    + Update versioned depends against data files.
    + Update long description.
  * debian/trigger-rally.6.sgml: Fix grammar error in copyright description.
  * debian/rules:
    + add build-arch/build-indep target.
    + remove shipped tinyxml files before configuring the package.
  * debian/patches/20_system_tinyxml.patch: link against system tinyxml.

 -- Stefan Potyra <sistpoty@ubuntu.com>  Fri, 25 Nov 2011 22:08:15 +0100

trigger-rally (0.5.2.1-2) unstable; urgency=low

  [ Gonéri Le Bouder ]
  * Drop the comment about the CPU and the memory in the long
    description

  [ Alexander Reichle-Schmehl ]
  * Add depends on ${misc:Depends}
  * Bump standards (no changes needed)

  [ Stefan Potyra ]
  * debian/source/format, debian/patches, debian/rules: 
    convert to 3.0 (quilt).
  * debian/control: Drop b-d on cdbs.
  * debian/control: wrap build-dependencies and Uploaders.
  * debian/control: Add DM-Upload-Allowed: yes.
  * debian/README.source: dropped, doesn't use a patch system any longer.
  * debian/control: Add libglew1.5-dev to build-depends.
  * debian/patches/10_system_glew.patch: Don't link against the internal
    copy of libglew, but rather use the system libglew.
  * debian/rules: Remove shipped copy of glew to make sure it won't get
    used during build.
  * debian/control: Improve wording in description.
  * debian/control: Make the transitional package arch:all.
  * debian/trigger-rally.desktop: Drop category 3DGraphics, LP: #532067.
  * debian/rules: Don't ignore errors in clean.

 -- Stefan Potyra <sistpoty@ubuntu.com>  Sat, 10 Apr 2010 12:10:50 +0200

trigger-rally (0.5.2.1-1) unstable; urgency=low

  [ Ansgar Burchardt ]
  * Remove deprecated Encoding key from .desktop file
  * debian/control: Change XS-Vcs-* to Vcs-*
  * Remove Homepage semi-field from description

  [ Eddy Petrișor ]
  * fix Vcs-Svn URL to point to svn, not the incomplete ssh location

  [ Alexander Reichle-Schmehl ]
  * Adopt debian/control to my new name

  [ Gonéri Le Bouder ]
  * data file are in /usr/share/games/trigger
  * rename the package to trigger-rally

  [ Stefan Potyra ]
  * New upstream version.
  * Dropped patches (since integrated upstream):
    + 10_src_glew_jamfile.patch
    + 15_fixup_physfs_alut_interaction.patch
    + 20_fix_build_with_gcc4.1.patch
    + 30_physfs_sdl_interaction.patch
  * Update homepage in control-file to new sourceforge homepage.
  * Update watch file accordingly (Closes: #449900).
  * Run automake during building:
    + Add build-depends on automake1.9.
    + Add rule to build configure script.
    + Also delete configure, Jamconfig.in during clean (which are not
      deleted by jam distclean).
    + Delete mk/autoconf/sdl.m4, since we use the newer macro supplied
      by the debian sdl package instead.
  * Add 05_Makefile.am.patch to not link against zlib1g any longer,
    as trigger doesn't directly need any symbols from it.
  * Make configure rule in debian/rules depend on apply-patches.
  * Update the hint where to install plugins for all users in
    README.Debian to a saner location.
  * debian/control: With the other changes, these packages satisfies 
    policy 3.8.0.
  * Remove extension for icon in desktop file.
  * debian/control: require automake (>= 1.9) instead of automake1.9.

  [ Jon Dowland ]
  * update menu section to "Games/Action" for menu policy transition.
    Thanks Linas Žvirblis.

  [ Barry deFreese ]
  * Add VCS and Homepage fields in control
  * Fix up files for package rename
  * Remove get-orig-source target from rules
  * Add myself to uploaders

 -- Barry deFreese <bdefreese@debian.org>  Tue, 24 Mar 2009 12:00:32 -0400

trigger (0.5.2-2) unstable; urgency=low

  [ Stefan Potyra ]
  * Removed the workaround patch for directly reading from files
    instead of using the libphysfs-layer.
  * Add a patch to src/pengine/physfs_rw.cpp to fix seeking.
    Thus any data or plugin can be loaded from zip files again
    (closes: #379372).
  * Add a note how to install plugins in README.Debian.
  * Properly patch the interaction between freealut and physfs, thus
    sound files can also be loaded from zip plugins again.
  * debian/patches: split up patches against the build system from
    patches against the sourcecode.


 -- Stefan Potyra <sistpoty@ubuntu.com>  Sun, 23 Jul 2006 18:17:18 +0200

trigger (0.5.2-1) unstable; urgency=low

  [ Eddy Petrişor ]
  * Added Romanian translation to desktop file

  [ Stefan Potyra ]
  * Initial release (closes: #270405).
  * Patched src/glew/Jamfile to fix up include directory.
  * Took Reinhard Tartler's patch to configure.ac which adds support
    for libalut-dev. Reran autotools to make it work.
  * Ported src/pengine/audio.{cpp|h} to new freealut semantics, as the
    compatibility functions won't work any longer.
  * Patched src/pengine/texture.cpp to not use physfs's file structure
    any longer, but rather only the filename from it, since it breaks
    when loading images otherwise.

  [ Gonéri Le Bouder ]
  * create the patches directory
  * add myself in uploader
  * Standards-Version: 3.7.2
  * add buiddepends on cdbs because of simple-patchsys
  * add 20_fix_build_with_gcc4.1.patch
  * french translation in the desktop file

  [ Alexander Schmehl ]
  * fixing debian/changelog (dpkg-parsechangelog didn't liked it)
  * adding myself to uploaders (to avoid this being an NMU)
  * fixing homepage semi-header in package description

 -- Stefan Potyra <sistpoty@ubuntu.com>  Thu, 20 Jul 2006 16:10:00 +0200