source: pkg/main/pygtk/trunk/debian/changelog @ 1615

Revision 1615, 17.7 KB checked in by alanbach-guest, 6 years ago (diff)

pygtk biarch updates

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