File: changelog

package info (click to toggle)
taoframework 2.1.svn20090801-14
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 14,292 kB
  • ctags: 25,171
  • sloc: cs: 113,093; makefile: 908; sh: 107; ansic: 7
file content (248 lines) | stat: -rw-r--r-- 9,043 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
taoframework (2.1.svn20090801-14) unstable; urgency=medium

  * [f8aeb70] Fix Tao .pc files (Closes: #808631)

 -- Jo Shields <directhex@apebox.org>  Mon, 21 Dec 2015 20:45:50 +0000

taoframework (2.1.svn20090801-13) unstable; urgency=medium

  * [3f81078] Bring back GLUT binding, since apparently we have a consumer
    (Closes: #805530)

 -- Jo Shields <jo.shields@xamarin.com>  Thu, 19 Nov 2015 12:07:41 +0000

taoframework (2.1.svn20090801-12) unstable; urgency=medium

  * [49143d4] Use DebSrc 3.0 (quilt)
  * [3c475af] Introducing MiniTao - a cut-down Tao distribution, which 
    drops all the libraries we don't care about but have been maintaining 
    for years anyway (Closes: #487640)
  * [8d47efd] Pull in dh-autoreconf for MiniTao Makefile.am changes

 -- Jo Shields <jo.shields@xamarin.com>  Wed, 11 Nov 2015 14:44:54 +0000

taoframework (2.1.svn20090801-11) unstable; urgency=medium

  * Fix FTBFS with ffmpeg (Closes: #793015)
  * Fix URL of packaging repositories
  * Add myself as Uploader

 -- Balint Reczey <balint@balintreczey.hu>  Mon, 10 Aug 2015 22:23:58 +0200

taoframework (2.1.svn20090801-10) unstable; urgency=low

  [ Iain Lane ]
  * Upstream's domain expired :( — so point to their SF project 
  * Add missing epochs to libav{codec,format}-dev BDs. 

  [ Jo Shields ]
  * [417b269,bffdf5b] Refreshed dllmap patches (Closes: #723099)
  * [cfdaad9] Refresh Tao.Sdl dependency (Closes: #753465)
  * Rebuild against new NUnit (Closes: #762227)

 -- Iain Lane <laney@debian.org>  Thu, 07 Jun 2012 09:08:58 +0100

taoframework (2.1.svn20090801-9) unstable; urgency=low

  * Rebuild against NUnit 2.6

 -- Jo Shields <directhex@apebox.org>  Sun, 27 May 2012 16:53:25 +0100

taoframework (2.1.svn20090801-8) unstable; urgency=low

  * Rebuild with Mono 2.10 for CLR 4.0 transition

 -- Jo Shields <directhex@apebox.org>  Mon, 23 Jan 2012 00:44:32 +0000

taoframework (2.1.svn20090801-7) unstable; urgency=low

  * Rebuild for libav 0.7 (Closes: #640224) 
  * Update patches for new sonames

 -- Iain Lane <laney@debian.org>  Sat, 03 Sep 2011 19:05:38 +0100

taoframework (2.1.svn20090801-6) unstable; urgency=low

  * debian/control: Add missing libx11-dev BD, needed so that dh_clideps
    generates all runtime dependencies in a clean environment. 
  * debian/patches/200_libx11_dllmap.diff: Add DLLMap for libX11
  * Convert to DH7

 -- Iain Lane <laney@debian.org>  Wed, 29 Jun 2011 15:33:30 +0100

taoframework (2.1.svn20090801-5) unstable; urgency=low

  * debian/control:
    + Remove some obsolete BDs (Closes: #627390)
    + Use dh_prep instead of dh_clean  
    + Standards-Version → 3.9.2, no changes required
    + ignore optional references to mac libraries (Closes: #627388)
  * debian/rules:
    + Use the system default gacutil instead of hardcoding gacutil2
      Closes: #627392
    + Use dh_prep instead of dh_clean  
  * Run wrap-and-sort
  * Add README.source taken from quilt package 

 -- Iain Lane <laney@debian.org>  Mon, 27 Jun 2011 15:54:38 +0100

taoframework (2.1.svn20090801-4) unstable; urgency=low

  * d/control:  
    + Rebuild against new ffmpeg, fixing uninstallability due to removed
      libavutil{,-extra-}49 (Closes: #618390)
    + Add missing ${misc:Depends} Dependency to monodoc-taoframework-manual 
    + Add missing Build-Depends on libsdl-gfx1.2-dev, libalut-dev and
      libswscale-dev to have all required binary dependencies correctly
      generated from the DLLMaps
    + Standards-Version → 3.9.1, no changes required
  * d/README.source: Add, copied from quilt package
  * d/patches/200_libavutil_update: Add new patch to reference new
    libavutil SONAME in Tao.FFmpeg's DLLmap

 -- Iain Lane <laney@ubuntu.com>  Fri, 01 Apr 2011 21:26:34 +0100

taoframework (2.1.svn20090801-3) unstable; urgency=low

  * debian/control: Make libtaoframework-freeglut-cil-dev depend on
    libtaoframework-opengl-cil-dev, as the pcfile has a Requires:
    relationship, so the package is useless without the other (Closes:
    #594096)
  * Update libode0-dev BD to libode-dev, to fix FTBFS due to renamed
    development package (Closes: #595844)

 -- Iain Lane <laney@ubuntu.com>  Tue, 07 Sep 2010 09:27:20 +0100

taoframework (2.1.svn20090801-2) unstable; urgency=low

  * debian/monodoc-taoframework-manual.prerm,
    debian/monodoc-taoframework-manual.postinst:
    + Delete - we use Triggers for search updates, and modern Monodoc handles 
      indexing from disparate files
  * debian/control,
    debian/rules:
    + Use mono-csc from mono-devel 2.4.3 as compiler command
  * debian/Makefile:
    + Use mono-csc as compiler command
  * debian/control:
    + No-change Standards bump
    + Update build-dependencies (Closes: #564368)
    + Add ${misc:Depends} lines everywhere
  * debian/patches/300_libode_update.diff:
    + Update Tao.Ode.dll.config to use current libode version (Closes: #542870)
  * debian/*.links:
    + Remove, these are empty
  * debian/libtaoframework-*.install,
    debian/libtaoframework-*.installcligac:
    + Use CLI Policy 0.7 install locations
  * debian/patches/400_cli_policy_0.7_pcfiles.diff:
    + Update pcfiles for CLI Policy 0.7 install locations
  * debian/patches/500_dont_rename_pcfiles.diff:
    + ABI-versioned pcfiles aren't helpful, and not every distro ships them,
      so let's just ship unversioned files
  * debian/control,
    debian/libtaoframework-*-cil-dev.install:
    + Create unversioned -dev packages

 -- Jo Shields <directhex@apebox.org>  Sun, 24 Jan 2010 12:44:08 +0000

taoframework (2.1.svn20090801-1) unstable; urgency=low

  * New upstream snapshot.
  * Removed all Debian patches, they have been merged upstream.
  * Fixed the example directory installation and build.

  * debian/control:
    + Set package sections to cli-mono.
    + Remove trailing "-1" from build dependencies.
    + Build-depend on libmono-winforms2.0-cil (Closes: #534026).

  * debian/patches/200_libavcodec_update.diff:
    + New patch. Reference libavcodec.so.52 instead of 51 (Closes: #516921).

 -- Sam Hocevar <sho@debian.org>  Sun, 15 Feb 2009 12:05:23 +0000

taoframework (2.1.svn20090213-1) UNRELEASED; urgency=low

  [ Sam Hocevar ]
  * Made the build system work with the new upstream release.
  * Add Tao.FreeType packages.
  * Add Tao.FtGl packages.

  [ David Paleino ]
  * Added debian/watch file
  * debian/patches/:
    + patches refreshed to cleanly apply to the new release.

 -- David Paleino <d.paleino@gmail.com>  Sat, 20 Sep 2008 13:27:52 +0200

taoframework (2.0.0.svn20071027-5) unstable; urgency=high

  * debian/patches/300_proper_dll_config.diff:
    + A rebuild was not sufficient for the openal-soft transition. Fixed
      the DLL dependencies manually (Closes: #492310).
  * debian/control:
    + libnunit2.2.6-cil is no longer in Debian; build-depend against
      libnunit2.4-cil instead.

 -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Fri, 05 Sep 2008 09:02:34 +0000

taoframework (2.0.0.svn20071027-4) unstable; urgency=high

  * debian/control:
    + Build-depend on newer libavcodec-dev packages to cope with soname
      bumps (Closes: #482739).
    + Rebuild against openal for the openal-soft transition (Closes: #492310).
    + Build-depend on the proper libgl{u,}1-mesa-dev packages.
  * debian/patches/202_disable_parts_of_glu_doc.diff:
    + Fix an old FTBFS by disabling a few documentation comments in the GLU
      bindings.

 -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Tue, 19 Aug 2008 09:44:09 +0000

taoframework (2.0.0.svn20071027-3) unstable; urgency=low

  * debian/control:
    + Build-depend on libnunit2.2.6-cil and fix 100_nunit_pkg_config.diff to
      use nunit.pc instead of the DLL (Closes: #456857). Reminder: using
      nunit-2.2.pc triggers the following error: `NUnit.Framework.Assert' does
      not contain a definition for `AreNotEqual'.

 -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Tue, 18 Dec 2007 17:02:49 +0000

taoframework (2.0.0.svn20071027-2) unstable; urgency=low

  * debian/control:
    + Set maintainer to Debian CLI Libraries Team.
    + Set policy to 3.7.3.

 -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Thu, 13 Dec 2007 18:09:12 +0000

taoframework (2.0.0.svn20071027-1) unstable; urgency=low

  [ Dylan R. E. Moonfire and Sebastian Dröge ]

  * Initial 1.3.0 package. (Closes: #344685)

  [ Sam Hocevar ]

  * New 2.0.x upstream snapshot.
  * Use quilt for patch management.
  * Added myself to the list of uploaders.

  * debian/patches/100_nunit_pkg_config.diff:
    + New patch. Use the proper patch to nunit’s dll.

  * debian/patches/200_dllimport_attributes.diff:
    + New patch. Add proper dllimport attributes here and there.

  * debian/patches/201_no_resources.diff:
    + New patch. Icons and resources fail to load in examples. Just ignore
      them.

  * debian/patches/300_proper_dll_config.diff:
    + New patch. Fix .dll.config files that no longer match the Debian
      versions of the libraries.

 -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Sun, 28 Oct 2007 13:54:26 +0100