source: pkg/viola/main/pygtk/trunk/debian/changelog @ 3860

Revision 3860, 21.8 KB checked in by alanbach-guest, 5 years ago (diff)
  • Sync'd with Debian 2.12.1-6
Line 
1pygtk (2.12.1-parsix7) unstable; urgency=low
2
3  * Sync'd with Debian 2.12.1-6
4
5 -- Alan Baghumian <alan@technotux.org>  Sun, 08 Jun 2008 12:24:24 +0200
6
7pygtk (2.12.1-6) unstable; urgency=low
8
9  * 60_pygtk-wakeupfd-fix.patch: do not use the wakeup fd in
10    non-threaded applications, which is uninitialised and becomes
11    stdin. Closes: #484654, #481480.
12
13 -- Josselin Mouette <joss@debian.org>  Sat, 07 Jun 2008 14:15:51 +0200
14
15pygtk (2.12.1-5) unstable; urgency=low
16
17  * Revert 2.12.1-4 upload, re-add the fix, as anyway wakeupfd is used
18    since python now supports it.
19  * 50_wakeupfd-curruption.patch: fix memory corruption that occurs
20    when using the wakeupfd API, and makes pygtk mostly unusable on
21    some arches.
22
23 -- Josselin Mouette <joss@debian.org>  Tue, 03 Jun 2008 23:08:31 +0200
24
25pygtk (2.12.1-4) unstable; urgency=low
26
27  * Also add an explicit python2.5 (>= 2.5.2-5) dep; closes: #481977.
28  * Drop patch 60_pygtk-wakeupfd-fix, it seems to expose some python2.5
29    64-bits issue; revert build-deps and deps bumps from 2.12.1-3 and -4.
30
31 -- Loic Minier <lool@dooz.org>  Tue, 27 May 2008 16:21:53 +0200
32
33pygtk (2.12.1-3) unstable; urgency=low
34
35  * Bump Standards-Version to 3.7.3.
36  * s/python/Python in description
37  * Update 60_pygtk-wakeupfd-fix to use more ifdefs for python without the
38    wakeupfd support; closes: #481457.
39  * Build-dep and dep on python2.5-dev >= 2.5.2-5 for wakeupfd support.
40
41 -- Loic Minier <lool@dooz.org>  Thu, 15 May 2008 21:59:27 +0200
42
43pygtk (2.12.1-2) unstable; urgency=low
44
45  * New patch, 60_pygtk-wakeupfd-fix, similar to the fix to the initial
46    SETWAKEUPFD support in GNOME #481569.
47
48 -- Loic Minier <lool@dooz.org>  Thu, 15 May 2008 15:28:29 +0200
49
50pygtk (2.12.1-1) unstable; urgency=low
51
52  * New upstream release.
53    + Bump pygobject dependencies to 2.14.0.
54    + Drop 01_glade_example_README.patch, merged upstream.
55    + Same for 30_ship_gtk-extrafuncs.defs.patch.
56  * Wrap Python-Depends; build-depend on python-support 0.7.6.
57
58 -- Josselin Mouette <joss@debian.org>  Sat, 12 Jan 2008 04:03:14 +0100
59
60pygtk (2.12.0-2) unstable; urgency=low
61
62  [ Josselin Mouette ]
63  * python-gtk2-doc.postinst: do the symbolic link dance, as the
64    symbolic link used to be a directory containing the documentation in
65    the split-out package. Closes: #445600.
66
67  [ Loic Minier ]
68  * Downgrade Recommends on python-gtk2-doc to Suggests in python-gtk2 and
69    python-glade2 and let python-gtk2-dev Recommend python-gtk2-doc.
70
71  [ Josselin Mouette ]
72  * Remove .py[co] files in python-gtk2-doc. Closes: #452844.
73
74  [ Loic Minier ]
75  * New patch, 30_ship_gtk-extrafuncs.defs, from Ubuntu; fixes missing
76    gtk-extrafuncs.defs; closes: #454247.
77
78 -- Loic Minier <lool@dooz.org>  Tue, 04 Dec 2007 11:25:42 +0100
79
80pygtk (2.12.0-1) unstable; urgency=low
81
82  * New upstream release.
83  * Use Python-Depends to generate python dependencies; build-depend on
84    python-support 0.7.3.
85  * Build-depend on GTK+ 2.12 to get the 2.12 specific features.
86  * Bump pango and atk build-dependencies.
87
88 -- Josselin Mouette <joss@debian.org>  Sat, 22 Sep 2007 13:08:29 +0200
89
90pygtk (2.10.6-1) unstable; urgency=low
91
92  * New upstream release; bug fix.
93    - Drop patch 60_missing-codegen-fixes, merged upstream.
94
95 -- Loic Minier <lool@dooz.org>  Tue, 10 Jul 2007 14:31:31 +0200
96
97pygtk (2.10.5-2) unstable; urgency=high
98
99  * New patch, 60_missing-codegen-fixes, fixes TypeError crashes in misc apps
100    such as gnome-sudoku and deskbar-applet which were due to an incomplete
101    backport of a codegen change; GNOME #455468.
102
103 -- Loic Minier <lool@dooz.org>  Tue, 10 Jul 2007 13:25:26 +0200
104
105pygtk (2.10.5-1) unstable; urgency=low
106
107  * New upstream stable release; bug fixes.
108  * Misc cleanups.
109
110 -- Loic Minier <lool@dooz.org>  Thu, 05 Jul 2007 13:43:29 +0200
111
112pygtk (2.10.4-3) unstable; urgency=low
113
114  * Split the documentation in the python-gtk2-doc package as it is
115    really large. Incidentally closes: #428579.
116  * python:Version -> python:Versions.
117  * Use source:Version and binary:Version.
118  * Fix X[SB]-Python-Version mess.
119
120 -- Josselin Mouette <joss@debian.org>  Tue, 12 Jun 2007 21:21:57 +0200
121
122pygtk (2.10.4-2) unstable; urgency=low
123
124  * Honor CFLAGS we set in rules, doh!
125  * Set some sane default CFLAGS and honor noopt in DEB_BUILD_OPTIONS.
126  * Wrap build-deps and deps.
127  * Upload to unstable; drop check-dist include.
128  * Fix URL in copyright.
129  * Add XS and XB-Python-Version.
130  * Only pass --host to configure if DEB_HOST_GNU_TYPE and DEB_BUILD_GNU_TYPE
131    differ.
132  * Cleanups.
133
134 -- Loic Minier <lool@dooz.org>  Mon, 16 Apr 2007 13:02:48 +0200
135
136pygtk (2.10.4-1) experimental; urgency=low
137
138  * Cleanup rules.
139  * Build-depend on autotools-dev.
140  * New upstream stable release.
141    - Drop patch 02_doc_licensing, mostly merged upstream.
142
143 -- Loic Minier <lool@dooz.org>  Sun, 11 Mar 2007 17:22:53 +0100
144
145pygtk (2.10.3-2) experimental; urgency=low
146
147  * Add a get-orig-source target to retrieve the upstream tarball.
148  * Include the new check-dist Makefile to prevent accidental uploads to
149    unstable; bump build-dep on gnome-pkg-tools to >= 0.10.
150  * Bump up libgtk2.0-dev dep to >= 2.10.0.
151
152 -- Loic Minier <lool@dooz.org>  Fri, 26 Jan 2007 18:29:33 +0100
153
154pygtk (2.10.3-1) experimental; urgency=low
155
156  * New upstream release.
157
158 -- Josselin Mouette <joss@debian.org>  Thu,  4 Jan 2007 20:53:33 +0100
159
160pygtk (2.10.1-3) experimental; urgency=low
161
162  * python-gtk2-dev depends on python-dev (closes: #401896).
163  * rules: remove .py[co] files created in the examples directory.
164  * Build-depend on docbook-xsl (closes: #397811).
165  * python-gtk2-dev depends on python-gobject-dev (closes: #405348).
166
167 -- Josselin Mouette <joss@debian.org>  Tue,  2 Jan 2007 22:26:06 +0100
168
169pygtk (2.10.1-2) experimental; urgency=low
170
171  * Switch to cdbs for patch handling.
172  * 02_doc_licensing.patch: stolen from upstream CVS. Upstream agreed to
173     relicense the documentation to LGPL.
174  * copyright: document that.
175  * rules: binary-indep depends on build and install.
176
177 -- Josselin Mouette <joss@debian.org>  Thu, 12 Oct 2006 22:19:30 +0200
178
179pygtk (2.10.1-1) experimental; urgency=low
180
181  * New upstream release.
182  * Update watch file.
183  * Depend on python-gobject.
184  * Remove uses of dh_python and pycompat.
185  * Add appropriate build-dependencies.
186  * python-gtk2.examples: install all examples.
187  * python-gtk2.{install,links}: install documentation.
188
189 -- Josselin Mouette <joss@debian.org>  Wed, 27 Sep 2006 23:36:13 +0200
190
191pygtk (2.8.6-6) unstable; urgency=low
192
193  * Drop alternatives usage (closes: #384189, #385027).
194    + python-gtk2.install: install pygtk.py in the standard directory.
195    + python-gtk2.prerm: removed.
196    + python-gtk2.postinst: remove the alternatives call.
197  * Add a conflict against python-gtk-1.2 (<< 0.6.12-7).
198  * Remove abusive Replaces: python-gtk-1.2.
199
200 -- Josselin Mouette <joss@debian.org>  Fri, 22 Sep 2006 21:18:07 +0200
201
202pygtk (2.8.6-5) unstable; urgency=low
203
204  * Add debian/control to the pyversions -r call since it's mandatory, even if
205    the man page claims it's optional.
206  * Update rtupdate script to handle calls with three arguments.
207
208 -- Loic Minier <lool@dooz.org>  Sat,  5 Aug 2006 22:54:26 +0200
209
210pygtk (2.8.6-4) unstable; urgency=low
211
212  * Attempt at supporting pkg-config files for multiple Python runtimes:
213    - Move *.pc files for each runtime in /usr/lib/pkg-config/pythonXXX.
214    - Symlink the *.pc files for the default runtime in /usr/lib/pkg-config
215      during python-gtk2-dev's postinst and remove the symlinks in prerm.
216    - Delete and re-create the symlinks on default runtime change via a
217      *.rtupdate script shipped by python-gtk2-dev.
218  * Misc cleanups in rules.
219  * Drop useless dh_installdirs call.
220  * Check that all builds with various Python runtimes produced the same
221    *.defs files, codegen, and headers, and ship files produced by the default
222    Python version.
223
224 -- Loic Minier <lool@dooz.org>  Fri, 21 Jul 2006 22:26:15 +0200
225
226pygtk (2.8.6-3) unstable; urgency=low
227
228  * New dpatch, 10_use-default-python, to use $PYTHON when non-empty or the
229    /usr/bin/python interpreter otherise in pygtk-codegen-2.0 instead of using
230    the build-time Python interpreter. (Closes: #376013, #376027)
231
232 -- Loic Minier <lool@dooz.org>  Fri, 30 Jun 2006 18:28:01 +0200
233
234pygtk (2.8.6-2) unstable; urgency=low
235
236  * python-gtk2.prerm: run update-python-modules before the alternative
237    removal.
238
239 -- Josselin Mouette <joss@debian.org>  Sun, 25 Jun 2006 15:57:05 +0200
240
241pygtk (2.8.6-1) unstable; urgency=low
242
243  [ Marco Cabizza ]
244  * New upstream version
245  * Added the watch file
246  * debian/control, debian/control.in:
247    - Standards-Version is 3.7.2
248  * debian/compat:
249    - Debhelper compatibility is 5
250
251  [ Josselin Mouette ]
252  * Revert changes from the NMU (closes: #374804, #374811).
253  * Require debhelper 5.0.37.2 and python-support 0.3.4.
254  * Make package binNMU-able by having python-gtk2-dev depend on
255    python-gtk2 >= ${Source-Version}.
256  * pycompat: python standards = 2.
257  * pyversions: we need python >= 2.3.
258  * Make the package comply with the new policy:
259    + Remove python2.3-* and python2.4-* packages.
260    + Correct package descriptions accordingly.
261  * Replace the multiple alternatives in the postinst by a single
262    alternative pointing to /usr/share/python-support/python-gtk.
263  * python-glade2.examples: move examples one directory up.
264  * rules: rework and simplify.
265  * Remove move_files and use *.install files instead.
266    + Don't install the .la files, which are useless anyway.
267  * rules: don't use config.status as the configure target because of
268    the stupid way make treats intermediary files.
269  * Require some minimum versions for python-cairo and python-numeric.
270  * python-gtk2.postinst: cleanup pygtk.py[co] from the former package,
271    as they were not handled.
272
273 -- Josselin Mouette <joss@debian.org>  Sat, 24 Jun 2006 12:26:15 +0200
274
275pygtk (2.8.2-3) unstable; urgency=low
276
277  * Upload to unstable.
278
279 -- Jordi Mallach <jordi@debian.org>  Mon,  9 Jan 2006 18:29:31 +0100
280
281pygtk (2.8.2-2) experimental; urgency=low
282
283  * debian/control.in:
284    - python-gtk2-dev Depends on libglib2.0-dev libgtk2.0-dev.
285    - updated the requirements on glib/gtk.
286  * debian/rules:
287    - install the example files to the versionned packages.
288
289 -- Sebastien Bacher <seb128@debian.org>  Thu, 20 Oct 2005 11:06:23 +0200
290
291pygtk (2.8.2-1) experimental; urgency=low
292
293  * New upstream release.
294
295 -- Loic Minier <lool@dooz.org>  Tue, 18 Oct 2005 17:25:11 +0200
296
297pygtk (2.8.1-1) experimental; urgency=low
298
299  * New upstream release.
300  * Copy python2.3-glade2.examples to python2.4-glade2.examples.
301    (Closes: #331403) [debian/python2.4-glade2.examples]
302  * Fix python 2.3 / 2.4 substitution, patch by Roland Stigge.
303    (Closes: #331402) [debian/rules]
304
305 -- Loic Minier <lool@dooz.org>  Sun,  9 Oct 2005 13:54:06 +0200
306
307pygtk (2.8.0-1) experimental; urgency=low
308
309  * New upstream version (Closes: #325986)
310  * debian/control.in:
311  - Build-Dep on gtk+ >= 2.8.0, libxrender-dev (added)
312  - Build-Dep on python-cairo-dev
313  - python2.?-gtk2 Depend on the corresponding python2.?-cairo packages
314
315 -- Gustavo Noronha Silva <kov@debian.org>  Tue, 27 Sep 2005 14:38:26 -0300
316
317pygtk (2.6.3-1) unstable; urgency=low
318
319  * New upstream version
320  * debian/patches/01_glade_example_README.dpatch (added), debian/rules:
321  - fix name of the script to be called on the README and do not compress
322    the sample glade files (Closes: #270478)
323  * debian/copyright:
324  - fix FSF's address
325  * debian/control.in:
326  - upgraded Standards-Version to 3.6.2 with no changes
327
328 -- Gustavo Noronha Silva <kov@debian.org>  Wed, 21 Sep 2005 14:35:43 -0300
329
330pygtk (2.6.2-3) UNRELEASED; urgency=low
331
332  * debian/control.in, debian/rules, python2.4-gtk2.{postinst,prerm}:
333  - support 2.4 versions of the packages (Closes: #292796, #329029)
334  - some help from Bastian Kleineidam <calvin@debian.org>'s patch and
335    advice from Ross Burton and Sebastien Bacher were used
336  * debian/rules:
337  - readded the code to update config.{sub,guess}
338  * debian/control.in, debian/changelog, debian/README.Debian:
339  - change source package name
340
341 -- Gustavo Noronha Silva <kov@debian.org>  Wed, 21 Sep 2005 11:00:19 -0300
342
343python-gtk2 (2.6.2-2) UNRELEASED; urgency=low
344
345  * Move source to pkg-gnome, and add GNOME Team to uploaders
346  * Remove useless Mesa build-dep
347  * Add missing libglib2.0-dev build-dep
348  * Remove useless (I hope) patch to config.sub/config.guess
349
350 -- Ross Burton <ross@debian.org>  Fri,  9 Sep 2005 17:31:51 +0100
351
352python-gtk2 (2.6.2-1) unstable; urgency=low
353
354  * New upstream version.
355
356 -- Sebastien Bacher <seb128@debian.org>  Mon,  9 May 2005 23:53:44 +0200
357
358python-gtk2 (2.6.1-2) unstable; urgency=low
359
360  * CVS patch to fix the crash when argv is not set (Closes: #299328).
361
362 -- Sebastien Bacher <seb128@debian.org>  Thu, 17 Mar 2005 17:08:41 +0100
363
364python-gtk2 (2.6.1-1) unstable; urgency=low
365
366  * New upstream release.
367  * CVS patch to fix the crash when argv is not set (Closes: #299328).
368
369 -- Sebastien Bacher <seb128@debian.org>  Thu, 17 Mar 2005 15:17:17 +0100
370
371python-gtk2 (2.6.0-1) unstable; urgency=low
372
373  * New upstream release.
374  * debian/control:
375    - updated the Build-Depends.
376  * debian/python2.3-gtk2.examples:
377    - now pygtk-demo is in the standard installation.
378  * debian/rules:
379    - install pygtk-demo in /usr/bin.
380
381 -- Sebastien Bacher <seb128@debian.org>  Wed,  9 Mar 2005 19:11:55 +0100
382
383python-gtk2 (2.4.1-2) unstable; urgency=low
384
385  * debian/control:
386    - python-gtk2 depends on the current version of python2.3-gtk2
387      (Closes: #281488).
388  * debian/install-examples:
389    - not needed since the examples are uncompressed now.
390  * debian/rules:
391    - dont' compress examples (Closes: #279604).
392    - removed extra .pyc files (Closes: #276353).
393
394 -- Sebastien Bacher <seb128@debian.org>  Mon, 22 Nov 2004 11:48:19 +0100
395
396python-gtk2 (2.4.1-1) unstable; urgency=low
397
398  * New upstream release.
399
400 -- Sebastien Bacher <seb128@debian.org>  Sun,  7 Nov 2004 18:08:22 +0100
401
402python-gtk2 (2.4.0-2) unstable; urgency=low
403
404  * apply the CVS fix to not use "typename" which is a C++ keyword
405   (Closes: #276518).
406
407 -- Sebastien Bacher <seb128@debian.org>  Thu, 14 Oct 2004 19:20:01 +0200
408
409python-gtk2 (2.4.0-1) unstable; urgency=low
410
411  * New upstream release.
412
413 -- Sebastien Bacher <seb128@debian.org>  Mon,  4 Oct 2004 00:08:21 +0200
414
415python-gtk2 (2.3.97-1) experimental; urgency=low
416
417  * New upstream release.
418
419 -- Sebastien Bacher <seb128@debian.org>  Tue, 28 Sep 2004 17:34:16 +0200
420
421python-gtk2 (2.3.96-1) experimental; urgency=low
422
423  * New upstream version
424    - fixes the crash with gtk.icon_size_register (Closes: #261109).
425  * debian/control:
426    - Build-Depends on python2.3-numeric.
427  * debian/move_files:
428    - fixed the regexp to get python versions to use.
429
430 -- Sebastien Bacher <seb128@debian.org>  Fri,  6 Aug 2004 19:19:57 +0200
431
432python-gtk2 (2.3.95-1) experimental; urgency=low
433
434  * New upstream release
435    - require python 2.3 and gtk+ 2.4.
436  * debian/control:
437    - removed the python2.2-* packages.
438    - updated the Build-Depends.
439  * debian/python2.2*:
440    - removed.
441  * debian/rules:
442    - removed python2.2-* build.
443
444 -- Sebastien Bacher <seb128@debian.org>  Mon,  2 Aug 2004 14:25:53 +0200
445
446python-gtk2 (2.3.94-1) experimental; urgency=low
447
448  * New upstream release.
449
450 -- Sebastien Bacher <seb128@debian.org>  Thu, 22 Jul 2004 00:16:46 +0200
451
452python-gtk2 (2.3.93-2) experimental; urgency=low
453
454  * CVS patch to fix the libglade problem.
455
456 -- Sebastien Bacher <seb128@debian.org>  Tue, 20 Jul 2004 16:53:28 +0200
457
458python-gtk2 (2.3.93-1) experimental; urgency=low
459
460  * New upstream release:
461    - fix gtk.gdk.window_lookup assertion (Closes: #237125).
462  * debian/control:
463    - Build-Depends on python.
464 
465 -- Sebastien Bacher <seb128@debian.org>  Mon, 19 Jul 2004 18:45:30 +0200
466
467python-gtk2 (2.3.92-1) experimental; urgency=low
468
469  * New upstream release.
470
471 -- Sebastien Bacher <seb128@debian.org>  Sat, 22 May 2004 13:12:10 +0200
472
473python-gtk2 (2.3.91-1) experimental; urgency=low
474
475  * New upstream release.
476
477 -- Sebastien Bacher <seb128@debian.org>  Fri, 16 Apr 2004 21:38:01 +0200
478
479python-gtk2 (2.3.90-1) experimental; urgency=low
480
481  * New upstream release.
482
483 -- Sebastien Bacher <seb128@debian.org>  Wed,  7 Apr 2004 23:39:54 +0200
484
485python-gtk2 (2.2.0-1) unstable; urgency=low
486
487  * New upstream release:
488    + removed gtkgl bindings.
489  * debian/control:
490    + remove gtkgl packages.
491  * debian/patches/01pixmap_foreign_new_leak.dpatch:
492    + removed since the changes are in new version.
493
494 -- Sebastien Bacher <seb128@debian.org>  Thu, 11 Mar 2004 23:10:34 +0100
495
496python-gtk2 (2.0.0-4) unstable; urgency=low
497
498  * debian/patches/01pixmap_foreign_new_leak.dpatch:
499    + patch to fix a mem leak with pixmaps.
500
501 -- Sebastien Bacher <seb128@debian.org>  Sun, 22 Feb 2004 22:39:34 +0100
502
503python-gtk2 (2.0.0-3) unstable; urgency=low
504
505  * Removed pygtk.py[co] (Closes: #222473, #222985).
506
507 -- Sebastien Bacher <seb128@debian.org>  Fri,  5 Dec 2003 17:27:46 +0100
508
509python-gtk2 (2.0.0-2) unstable; urgency=low
510
511  * Removed python2.2-gtkgl2 since python-opengl is only for python2.3.
512  * Removed pygtk 1.2 examples (Closes: #210987).
513
514 -- Sebastien Bacher <seb128@debian.org>  Wed, 17 Sep 2003 16:41:58 +0200
515
516python-gtk2 (2.0.0-1) unstable; urgency=low
517
518  * New upstream.
519  * Stable version is out, it's time to switch pygtk default version
520    from 1.2 to 2 (Closes: #163253).
521  * Fixed install-examples (Closes: #208234).
522
523 -- Sebastien Bacher <seb128@debian.org>  Mon,  1 Sep 2003 18:15:40 +0200
524
525python-gtk2 (1.99.18-1) unstable; urgency=low
526
527  * New upstream release.
528  * Updated to Standards-Version 3.6.1.0.
529
530 -- Sebastien Bacher <seb128@debian.org>  Sun, 24 Aug 2003 17:41:23 +0200
531
532python-gtk2 (1.99.17-6) unstable; urgency=low
533
534  * Added missing depends on python-numeric (Closes: #205362).
535
536 -- Sebastien Bacher <seb128@debian.org>  Thu, 14 Aug 2003 13:42:58 +0200
537
538python-gtk2 (1.99.17-5) unstable; urgency=low
539
540  * Added missing pygtk-codegen-2.0 to python-gtk2-dev.
541
542 -- Sebastien Bacher <seb128@debian.org>  Thu, 14 Aug 2003 01:45:33 +0200
543
544python-gtk2 (1.99.17-4) unstable; urgency=low
545
546  * Fixed overwrite problem (Closes: #205176).
547  * Added python-gtk2-dev package with devel files.
548
549 -- Sebastien Bacher <seb128@debian.org>  Wed, 13 Aug 2003 14:38:32 +0200
550
551python-gtk2 (1.99.17-3) unstable; urgency=low
552
553  * Fixed depends.
554  * debian/rules
555    + Changed header of py files with Matthias Klose's script.
556
557 -- Sebastien Bacher <seb128@debian.org>  Tue, 12 Aug 2003 22:09:50 +0200
558
559python-gtk2 (1.99.17-2) unstable; urgency=low
560
561  * Now python 2.3 is the default version.
562  * Use dh_python.
563
564 -- Sebastien Bacher <seb128@debian.org>  Mon, 11 Aug 2003 13:19:09 +0200
565
566python-gtk2 (1.99.17-1) unstable; urgency=low
567
568  * New upstream release.
569  * I've more interest on pygtk than Torsten for the moment, so we switch
570    maintainer and uploaders field.
571 
572 -- Sebastien Bacher <seb128@debian.org>  Thu, 31 Jul 2003 18:38:46 +0200
573
574python-gtk2 (1.99.16-3) unstable; urgency=low
575
576  * Added Depends on python-opengl for python-gtkgl2 (Closes: #196064).
577  * Added a "install-examples" script in examples dir to install gunzip
578    demos (Closes: #193841)
579  * Updated to standards version 3.6.0.
580  * Added homepage and author to the description.
581 
582 -- Sebastien Bacher <seb128@debian.org>  Fri, 13 Jun 2003 22:29:49 +0200
583
584python-gtk2 (1.99.16-2) unstable; urgency=low
585
586  * Fixed libglade example (Closes: #189321).
587  * Updated to standards version 3.5.9.
588  * Added Depends on ${misc:Depends}.
589  * Changed section to python.
590
591 -- Sebastien Bacher <seb128@debian.org>  Fri,  2 May 2003 12:22:29 +0200
592
593python-gtk2 (1.99.16-1) unstable; urgency=low
594
595  * New upstream release.
596
597 -- Sebastien Bacher <seb128@debian.org>  Mon, 24 Mar 2003 01:44:07 +0100
598
599python-gtk2 (1.99.15-2) unstable; urgency=low
600
601  * Remove *.pyc and *.pyo from the package. These files are compiled after
602    the installation (that change the size of the files and make the debsums
603    failed), so we don't need to have them in the package (Closes: #181211).
604
605 -- Sebastien Bacher <seb128@debian.org>  Sat, 22 Feb 2003 15:25:25 +0100
606
607python-gtk2 (1.99.15-1) unstable; urgency=low
608
609  * Co-maintainer upload.
610  * New upstream version.
611  * Depends on a versioned python2.2-gtk2 (Closes: #179376).
612  * Updated to standards-version 3.5.8.
613 
614 -- Sebastien Bacher <seb128@debian.org>  Fri, 21 Feb 2003 17:50:28 +0100
615
616python-gtk2 (1.99.14-1) unstable; urgency=low
617
618  * Co-maintainer upload.
619  * New upstream version. (Closes: #174997).
620  * Package is compiled with thread support (Closes: #163037).
621  * Corrected depend on libgtk2.0-0 (Closes: #162382).
622  * Added a README.Debian file (Closes: #160342). 
623  * Corrected descriptions in control file to fix some lintian error.
624  * Fixed examples (Closes: #171982, #167945, #163794).
625
626 -- Sebastien Bacher <seb128@debian.org>  Fri, 31 Jan 2003 18:12:00 +0100
627
628python-gtk2 (1.99.13-4) unstable; urgency=low
629
630  * Rebuild against latest python2.3 (closes: #173819).
631
632 -- Torsten Landschoff <torsten@debian.org>  Sat, 21 Dec 2002 02:28:41 +0100
633
634python-gtk2 (1.99.13-3) unstable; urgency=low
635
636  * debian/rules: Explicitely enable threading support since the default
637    seems to disable it. Noticed by Matthias Urlichs - I did not notice
638    I was missing something.
639
640 -- Torsten Landschoff <torsten@debian.org>  Wed,  2 Oct 2002 00:06:29 +0200
641
642python-gtk2 (1.99.13-2) unstable; urgency=low
643
644  * debian/move_files: Fix the check_completeness function (find's return
645    code is not really useful it seems).
646  * debian/control:
647    + Add Sebastien Bacher as co-maintainer.
648    + Make the package conflict with older python-gtk versions that
649      don't support the pygtk.py alternative.
650  * debian/python2.*-gtk2.{postinst,prerm}: Manage the pygtk.py alternatives.
651
652 -- Torsten Landschoff <torsten@debian.org>  Sat, 31 Aug 2002 19:04:24 +0200
653
654python-gtk2 (1.99.13-1) unstable; urgency=low
655
656  * New upstream release.
657  * Build modules for python 2.2 as well as for 2.3.
658  * Create dummy packages python-* to pull the right package for
659    the default python release.
660
661 -- Torsten Landschoff <torsten@debian.org>  Fri, 30 Aug 2002 18:47:09 +0200
662
663python-gtk2 (1.99.12-1) unstable; urgency=low
664
665  * Initial Release.
666
667 -- Torsten Landschoff <torsten@debian.org>  Tue,  6 Aug 2002 21:50:17 +0200
668
Note: See TracBrowser for help on using the repository browser.