File: changelog

package info (click to toggle)
pyopengl 2.0.1.08-5.1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 19,484 kB
  • ctags: 9,036
  • sloc: pascal: 64,950; xml: 28,088; ansic: 20,696; python: 19,761; tcl: 668; makefile: 240; sh: 25
file content (240 lines) | stat: -rw-r--r-- 8,437 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
pyopengl (2.0.1.08-5.1) unstable; urgency=low

  * NMU.
  * Removing USE_TCL_STUBS USE_TK_STUBS tests in togl_setup.py
    (closes: #282942).

 -- Paul Brossier <piem@altern.org>  Sun, 28 Nov 2004 16:01:32 +0000

pyopengl (2.0.1.08-5) unstable; urgency=high

  * Instead of sleeping, ask xvfb-run to use a new server number, so
    that we aren't relying on each build daemon to be fast enough to
    finish after N seconds.
  * High urgency for the same reasons as before.

 -- Jamie Wilkinson <jaq@debian.org>  Wed, 25 Aug 2004 11:54:10 +1000

pyopengl (2.0.1.08-4) unstable; urgency=low

  * Add terrible workaround for build errors by waiting 5 seconds after
    a call to xvfb-run to make sure that the previous xvfb has quit.
    Thanks to Kurt Roeckx.

 -- Jamie Wilkinson <jaq@debian.org>  Mon, 16 Aug 2004 17:21:52 +1000

pyopengl (2.0.1.08-3) unstable; urgency=medium

  * Re-add dependency on xfonts-base so that xvfb-run will work.  Gah.
    (Closes: #265923)
  * Added build-dependency on python-numeric, as the reasons in #139270
    no longer hold.

 -- Jamie Wilkinson <jaq@debian.org>  Mon, 16 Aug 2004 08:17:36 +1000

pyopengl (2.0.1.08-2) unstable; urgency=medium

  * Added build dependency on xbase-clients so that xvfb-run will work.

 -- Jamie Wilkinson <jaq@debian.org>  Sat, 14 Aug 2004 16:29:32 +1000

pyopengl (2.0.1.08-1) unstable; urgency=medium

  * New upstream stable bugfix release.
    + Many awesome bugfixes made.
    + Togl build improvements, -togl packages re-added.  (Closes: #253349)
  * Add watch file from DEHS.
  * Added suggests on python-tk, tcl, and tk as per the stable
    python-opengl package.
  * Medium urgency to get the togl support back into the archive.

 -- Jamie Wilkinson <jaq@debian.org>  Sat, 14 Aug 2004 14:30:52 +1000

pyopengl (2.0.0.44-5) unstable; urgency=low

  * Changed dependency for latest python to python-dev.  (Closes: #263978)

 -- Jamie Wilkinson <jaq@debian.org>  Wed, 11 Aug 2004 14:56:50 +1000

pyopengl (2.0.0.44-4.1) unstable; urgency=low

  * Non-maintainer upload.
  * Build-Depends on python to fix FTBFS. (Closes: #258480)

 -- Joshua Kwan <joshk@triplehelix.org>  Mon,  2 Aug 2004 09:37:32 -0700

pyopengl (2.0.0.44-4) unstable; urgency=low

  * python2.3-opengl replaces python-opengl.  (Closes: #252365)

 -- Jamie Wilkinson <jaq@debian.org>  Thu,  3 Jun 2004 12:28:34 +1000

pyopengl (2.0.0.44-3) unstable; urgency=low

  * Updated section and priority to match overrides.

 -- Jamie Wilkinson <jaq@debian.org>  Mon, 31 May 2004 11:57:19 +1000

pyopengl (2.0.0.44-2) unstable; urgency=low

  * Rewrote debian/rules for less suckage and great justice.
    (Closes: #248629)
  * Made python-opengl architecture all.
  * Move the documentation and examples from /usr/lib/site-pacakges to
    /usr/share/doc.

 -- Jamie Wilkinson <jaq@debian.org>  Sun, 30 May 2004 20:13:46 +1000

pyopengl (2.0.0.44-1) unstable; urgency=low
  
  * New upstream release.  (Closes: #111372)
  * Packages for each Python minor version.  (Closes: #152568)
  * Source package name changed to that of upstream.
  * Thanks to Thomas Wouters for work packaging this new version,
    from whose packages I have based this new version on.  His
    changes include:
    + Fixing licence of togl packages.
    + Updating description to be more informative.
    + Replacing Togl-1.5 with Togl-1.6 (CVS 2002-01-30) for
      tk8.4-compatibility.
    + Fixing tk-include-path detection in setup/togl_setup.py.
  * Bumped standards version.
  * Depends on libgle-dev for the OpenGL.GLE module.
  
 -- Jamie Wilkinson <jaq@debian.org>  Thu,  8 Apr 2004 16:17:07 +1000

python-opengl (1.5.7-6) unstable; urgency=low

  * Maintainer upload (closes: #111370, #130387, #118299, #199731, #177894, #158890, #140630, #112672, #205754, #139270)
  * recompiled against new xrender (closes: #220818)
  * remove old python1.5 precompiled files on upgrade (closes: #118450)

 -- Enrique Zanardi <ezanard@debian.org>  Mon, 29 Dec 2003 15:51:28 +0000

python-opengl (1.5.7-5.7) unstable; urgency=low

  * NMU.
  * Build for python2.3 (closes: #205754).
  * Don't rely on working xvfb-run in buildd's (closes: #199731).

 -- Matthias Klose <doko@debian.org>  Mon, 18 Aug 2003 08:02:36 +0200

python-opengl (1.5.7-5.6) unstable; urgency=low

  * NMU (make the upload for Thomas Wouters NMU).
  * Don't compress the python examples, so you can run them in place.
  * Update build dependency (glutg3-dev -> libglut3-dev).
  * Change section from interpreters to python.
  * Add build dependency on python-numeric.
  * In the examples, use qualified instead of unqualified import.

 -- Matthias Klose <doko@debian.org>  Wed, 14 May 2003 22:38:48 +0200

python-opengl (1.5.7-5.5) unstable; urgency=medium

  * Non maintainer upload.
  * Replace modified Togl 1.5 with CVS snapshot of Togl 1.6 for compatiblity
    with Tk 8.4 (Closes: #177894)

 -- Thomas Wouters <thomas@xs4all.net>  Sun, 13 Apr 2003 19:32:29 +0200

python-opengl (1.5.7-5.4) unstable; urgency=low

  * Non maintainer upload.
  * Update for python 2.2 being the standard python package. Without this
    change python-gtkglarea can not be built.
  * debian/rules: Fix invocation of dh_shlibdeps which put all depends in
    the Suggests: field with current unstable.

 -- Torsten Landschoff <torsten@debian.org>  Fri, 30 Aug 2002 14:29:26 +0200

python-opengl (1.5.7-5.3) unstable; urgency=high

  * Fixes FTBFS bug which is holding up other packages.
  * debian/control: added dependency on xbase-clients so xvfb will work
    (Closes: #140630)

 -- Branden Robinson <branden@debian.org>  Mon, 15 Apr 2002 01:53:49 -0500

python-opengl (1.5.7-5.2) unstable; urgency=low

  * debian/control: added versioning to Build-Dependency on xvfb (>= 4.1.0-10)
    for xvfb-run command
  * debian/rules: use system's xvfb-run command
  * debian/xvfb-run: removed; better version now exists in xvfb package
  * Remove python-numeric dependency. (thanks, Eric Gillespie, Jr.)
    (Closes: #139270)

 -- Branden Robinson <branden@debian.org>  Thu, 21 Mar 2002 13:16:16 -0500

python-opengl (1.5.7-5.1) unstable; urgency=low

  * NMU to build with python (2.1) (closes #118299).
  * Don't build python2-opengl anymore.
  * Add postinst/prerm files to compile/remove *.py[co] files.
  * Already fixed in 1.5.7-5: Closes: #112672
  * Add python-numeric dependency.

 -- Matthias Klose <doko@debian.org>  Mon,  5 Nov 2001 07:36:18 +0100

python-opengl (1.5.7-5) unstable; urgency=low

  * More changes in Build-Depens (Closes: Bug#117350). Thanks to
    Jeff Licquia for his help.

 -- Enrique Zanardi <ezanard@debian.org>  Tue, 30 Oct 2001 10:55:58 +0000

python-opengl (1.5.7-4) unstable; urgency=low

  * More xvfb-run tweaking. (Closes: Bug#116967)
  * Changed the build-dependencies to take care of the python2
    reorganization (Closes: Bug#117136)

 -- Enrique Zanardi <ezanard@debian.org>  Fri, 26 Oct 2001 10:27:48 +0100

python-opengl (1.5.7-3) unstable; urgency=low

  * Change xvfb-run permissions on every Makefile rules to be able to build
    the package. (Closes: Bug#116842)

 -- Enrique Zanardi <ezanard@debian.org>  Wed, 24 Oct 2001 10:23:00 +0100

python-opengl (1.5.7-2) unstable; urgency=low

  * Applied patch to fix the build process (last one needed a few
    tweaks). (Closes: Bug#110581)

 -- Enrique Zanardi <ezanard@debian.org>  Tue, 23 Oct 2001 16:51:35 +0100

python-opengl (1.5.7-1.1) unstable; urgency=low

  * NMU.
  * Fixed build process to use xvfb, so a real X server isn't
    necessary for the build.  Closes: #110581.
  * Fixed up Build-Depends to match what's needed for the above.

 -- Jeff Licquia <jlicquia@progeny.com>  Fri, 19 Oct 2001 12:42:41 -0500

python-opengl (1.5.7-1) unstable; urgency=low

  * New upstream version
  * Fixed link paths to Xlibs and Togl module. (Closes: Bug#101573)
  * Added a build-dep on xserver. (Closes: Bug#94875, Bug#102326, Bug#104891)
  * Provides a python2-opengl package. (Closes: Bug#102069)

 -- Enrique Zanardi <ezanard@debian.org>  Sat, 25 Aug 2001 08:18:43 +0100

python-opengl (1.5.6-2) unstable; urgency=low

  * Added python-distutils to the Build-Depends. (Closes: Bug#92573)
  * Downgraded dependency on tcl8.0 and tk8.0 to a suggestion.

 -- Enrique Zanardi <ezanard@debian.org>  Sun, 15 Apr 2001 13:23:27 +0100

python-opengl (1.5.6-1) unstable; urgency=low

  * Initial Release.

 -- Enrique Zanardi <ezanard@debian.org>  Sun, 25 Mar 2001 13:54:08 +0100