~ubuntu-branches/ubuntu/natty/pygtk/natty-proposed

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2009-04-07 23:38:34 UTC
  • mfrom: (1.1.18 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090407233834-o106v5c22xznz60w
Tags: 2.14.1-1ubuntu1
* Resync with Debian
* debian/control.in:
  - don't depends on a specific python version
  - only suggest python-numpy
  - python-gtk2-dbg conflicts and replaces python-glade2-dbg
* debian/rules:
  - don't stop on xvfb-run issues

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
pygtk (2.14.1-0ubuntu1) jaunty; urgency=low
2
 
 
3
 
  * New upstream version:
4
 
    - Return the deserialized string as a new memory buffer (lp: #317101)
5
 
    - Complete docs with 2.14 API
6
 
 
7
 
 -- Sebastien Bacher <seb128@ubuntu.com>  Fri, 06 Mar 2009 18:06:28 +0100
8
 
 
9
 
pygtk (2.14.0-0ubuntu2) jaunty; urgency=low
10
 
 
11
 
  * Remove explicite dependencies on python2.5 in the control file.
12
 
 
13
 
 -- Matthias Klose <doko@ubuntu.com>  Wed, 25 Feb 2009 10:58:29 +0000
14
 
 
15
 
pygtk (2.14.0-0ubuntu1) jaunty; urgency=low
16
 
 
17
 
  * New upstream version
18
 
  * debian/patches/65_bogus-python-includes.patch:
19
 
    - the change is in the new version
20
 
 
21
 
 -- Sebastien Bacher <seb128@ubuntu.com>  Mon, 23 Feb 2009 12:01:52 +0100
22
 
 
23
 
pygtk (2.13.0-2ubuntu5) jaunty; urgency=low
24
 
 
25
 
  * Remove the dependency on python-numpy, make it a suggestion. Avoids
26
 
    python-numpy on the CD. Nothing in main does use this feature, plus
27
 
    an exception at runtime is thrown if the extension cannot be found.
28
 
    Packages using this feature must depend on python-numpy explicitely.
29
 
    See the bug report for the details. LP: #309215.
30
 
  * Build for python2.6.
31
 
  * debian/rules (clean): Remove .pyc files.
32
 
 
33
 
 -- Matthias Klose <doko@ubuntu.com>  Sun, 22 Feb 2009 00:03:00 +0000
34
 
 
35
 
pygtk (2.13.0-2ubuntu4) jaunty; urgency=low
36
 
 
37
 
  * debian/patches/65_bogus-python-includes.patch:
38
 
    - reapplied change to fix the dbg build
39
 
 
40
 
 -- Sebastien Bacher <seb128@ubuntu.com>  Wed, 14 Jan 2009 12:32:35 +0100
41
 
 
42
 
pygtk (2.13.0-2ubuntu3) jaunty; urgency=low
43
 
 
44
 
  * Ignore testsuite failures (xvfb error).
45
 
 
46
 
 -- Matthias Klose <doko@ubuntu.com>  Thu, 04 Dec 2008 22:12:58 +0100
47
 
 
48
 
pygtk (2.13.0-2ubuntu2) jaunty; urgency=low
49
 
 
50
 
  * Rebuild. pygobject did drop support for python2.4.
51
 
 
52
 
 -- Matthias Klose <doko@ubuntu.com>  Thu, 04 Dec 2008 19:13:12 +0000
53
 
 
54
 
pygtk (2.13.0-2ubuntu1) jaunty; urgency=low
55
 
 
56
 
  * Sync on debian
 
1
pygtk (2.14.1-1ubuntu1) jaunty; urgency=low
 
2
 
 
3
  * Resync with Debian
57
4
  * debian/control.in:
 
5
    - don't depends on a specific python version
 
6
    - only suggest python-numpy
58
7
    - python-gtk2-dbg conflicts and replaces python-glade2-dbg
59
 
 
60
 
 -- Sebastien Bacher <seb128@ubuntu.com>  Thu, 27 Nov 2008 11:23:17 +0100
 
8
  * debian/rules:
 
9
    - don't stop on xvfb-run issues
 
10
 
 
11
 -- Sebastien Bacher <seb128@ubuntu.com>  Tue, 07 Apr 2009 23:38:34 +0200
 
12
 
 
13
pygtk (2.14.1-1) unstable; urgency=low
 
14
 
 
15
  * New upstream release.
 
16
    + 65_bogus-python-includes.patch: removed, merged upstream.
 
17
    + 70_autoconf.patch: regenerated.
 
18
 
 
19
 -- Josselin Mouette <joss@debian.org>  Mon, 09 Mar 2009 11:43:13 +0100
 
20
 
 
21
pygtk (2.13.0-3) unstable; urgency=low
 
22
 
 
23
  [ Loic Minier ]
 
24
  * Pass PYTHON to $(MAKE) runs for robustness in case of timestamp skews; see
 
25
    #509192; thanks Colin Watson for the original patch.
 
26
  * Don't purge /usr/share/doc/python-gtk2-doc/examples/demos during first
 
27
    configuration.
 
28
  * Rework patch and config.sub/.guess handling: backup config.guess and .sub,
 
29
    call quilt instead of relying on cdbs' quilt patchsys, restore
 
30
    config.guess and .sub after unpatching.  This avoids config.guess and
 
31
    .subin the diff, and allows control over fully working and fully patched
 
32
    trees.
 
33
  * Don't strip python-gtk2-dbg.
 
34
  * Rework install rules and dependencies completely to avoid .PHONY implicit
 
35
    targets.
 
36
 
 
37
  [ Josselin Mouette ]
 
38
  * 65_bogus-python-includes.patch: patch from Loïc Minier. Don’t 
 
39
    override PYTHON_INCLUDES, already set by AM_CHECK_PYTHON_HEADERS.
 
40
    Closes: #512345.
 
41
  * 70_autoconf.patch: refreshed.
 
42
  * Only recommend python-numpy, it can be detected at runtime.
 
43
  * Install files to the python-support directory so that the debugging 
 
44
    symbols are usable.
 
45
  * Fix quilt invocation so that patches are applied.
 
46
 
 
47
 -- Josselin Mouette <joss@debian.org>  Sun, 08 Mar 2009 14:51:09 +0100
61
48
 
62
49
pygtk (2.13.0-2) experimental; urgency=low
63
50