File: changelog

package info (click to toggle)
gnome-python-extras 2.19.1-3.1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 3,640 kB
  • ctags: 736
  • sloc: sh: 8,856; ansic: 5,031; xml: 1,319; python: 769; makefile: 460
file content (227 lines) | stat: -rw-r--r-- 8,703 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
gnome-python-extras (2.19.1-3.1) unstable; urgency=high

  * Non-maintainer upload.
  * Only apply 03_gdl-icons.patch if gdl-icons.h does not exist,
    this fixes building the package in Lenny (Closes: #511265).

 -- Bernd Zeimetz <bzed@debian.org>  Thu, 22 Jan 2009 14:15:46 +0100

gnome-python-extras (2.19.1-3) unstable; urgency=low

  * 03_gdl-icons.patch: new patch. Fixes build with gdl 2.24 by removing 
    the reference to gdl-icons.h. Closes: #500767.
  * Rebuild against gdl 2.24. Closes: #500526.
  * Standards version is 3.8.0.

 -- Josselin Mouette <joss@debian.org>  Wed, 01 Oct 2008 11:21:42 +0200

gnome-python-extras (2.19.1-2) unstable; urgency=low

  * Upload to unstable; drop check-dist include.
  * Bump xulrunner dependencies to 1.9~rc1.

 -- Josselin Mouette <joss@debian.org>  Sun, 08 Jun 2008 23:00:42 +0200

gnome-python-extras (2.19.1-1) experimental; urgency=low

  [ Kilian Krause ]
  * Use binary:version and source:Version for binnNMU-safe uploads as
    added in dpkg-dev 1.13.19. Add to Build-Depends accordingly.

  [ Deng Xiyue]
  * New upstream development release. Closes: #479768.
    + egg.trayicon is no longer deprecated. Closes: #413187.
  * Update standard version to 3.7.3.
  * Adjust Build-Depends:
    + Build-Depends on libgda3-dev.  (Closes: #455829)
    + Build-Depends on libgksu2-dev.
  * Use machine-interpretable format for debian/copyright, and make it UTF-8
    to silence all lintian warnings.

  [ Josselin Mouette ]
  * Target to experimental; include check-dist.mk.
  * Split the gtkhtml, gtkmozembed and eggtrayicon modules in separate 
    packages. Closes: #376593, #452766.
  * Require python-support 0.7.1 for namespace packages support.
  * Rework descriptions a bit.
  * Switch to quilt for patch handling; build-depend on quilt.
  * 01_xul19.patch: stolen from Ubuntu. Get the gtkmozembed module to 
    build against xulrunner 1.9.
    + Also add missing AC_DEFINE.
  * Move away gtkmozembedmodule.c by hand, the patch doesn't remove it.
  * 02_maintainer_mode.patch: set AM_MAINTAINER_MODE.
  * 70_autotools.patch: run the autotools on top of that.
  * Build-depend on xulrunner-dev 1.9~b5-4 and make python-gtkmozembed 
    depend on xulrunner-1.9 1.9~b5-4. Closes: #480795.
  * Pass --with-gtkmozembed=xulrunner-1.9.
  * Update build-dependencies.
  * Remove dh_python calls and debian/pycompat.

 -- Josselin Mouette <joss@debian.org>  Mon, 12 May 2008 23:40:38 +0200

gnome-python-extras (2.14.3-1) unstable; urgency=low

  * Add a get-orig-source target to retrieve the upstream tarball.
  * Clarify license of each module.
  * New upstream stable release with bug fixes, documentation additions, and
    documentation fixes.

 -- Loic Minier <lool@dooz.org>  Mon, 26 Feb 2007 14:39:58 +0100

gnome-python-extras (2.14.2-1) unstable; urgency=low

  * New upstream releases.
    - Drop 20_xulrunner-configure dpatch, merged upstream.
    - Drop 70_mandatory-relibtoolize, not necessary anymore.

 -- Loic Minier <lool@dooz.org>  Tue,  8 Aug 2006 16:17:27 +0200

gnome-python-extras (2.14.0-3) unstable; urgency=low

  * Add XB-Python-Version to python-gnome2-extras. (Closes: #378228)
  * Add debian/control to the pyversions -r call since it's mandatory, even if
    the man page claims it's optional.

 -- Loic Minier <lool@dooz.org>  Sat,  5 Aug 2006 21:11:32 +0200

gnome-python-extras (2.14.0-2) unstable; urgency=medium

  * Drop obsolete part about being a simple "dependency package" from the
    description, thanks Bart Vanhaute. (Closes: #376367)
  * Install upstream NEWS for python-gnome2-extras. (Closes: #376520)
  * Add a Depends from python-gnome2-extras on python-gnome2-desktop until we
    fix packages to update their dependencies.
    (Closes: #376076, #376129, #376172)
  * Build against xulrunner. (Closes: #364373, #376061, #372534, #372535)
    - New dpatch, 20_xulrunner-configure, to support xulrunner as
      --with-gtkmozembed.
    - New dpatch, 70_mandatory-relibtoolize, to update autotools.
    - Pass --with-gtkmozembed=xulrunner to configure.
    - Drop mozilla-dev build-dep.
    - Drop mozilla-browser dep.
    - Build-Depend on libxul-dev.

 -- Loic Minier <lool@dooz.org>  Tue,  4 Jul 2006 17:08:29 +0200

gnome-python-extras (2.14.0-1) unstable; urgency=low

  [ Marco Cabizza ]
  * New upstream release.
  * Convert the package to the new Python policy:
    (Closes: #373437, #375836, #375847)
    - Build-depend on debhelper 5.0.37.2, python-all-dev 2.3.5-11 and
      python-support 0.3.
    - Update control/control.in
    - pycompat=2, pyversions=2.2-.
    - Reorganise the rules file and create .install files
    - Add ${python:Provides}
  * Build-depend on libgksu1.2-dev, libgksuui1.0-dev, libgda2-dev for the gksu,
    gksu.ui and gda wrappers.

  [ Loic Minier ]
  * Add a Replaces: python2.3-gnome2-extras, python2.4-gnome2-extras too.
  * Merge all dependencies from python2.3-gnome2-extras and
    python2.4-gnome2-extras in the python-gnome2-extras dependencies.
  * Nack 2.12.1-3.1 and 2.12.1-3.2 NMUs.

 -- Loic Minier <lool@dooz.org>  Wed, 28 Jun 2006 23:06:01 +0200

gnome-python-extras (2.12.1-3) unstable; urgency=low

  * Merge NMU patch, thanks Luk Claes, and acknowledge his fix.
    (Closes: #348510)
    [debian/control, debian/control.in]
  * Nack 2.12.1-2.2 NMU which broke the gtkmozembed module and introduced
    serious bugs.
  * Add deps on mozilla-browser, since it has no shlibs; this is until we
    switch to xulrunner. (Closes: #368273)
    [debian/control, debian/control.in]
  * Fix upstream URL -- it's gnome-python-extras, not gnome-python -- and use
    HTTP instead of FTP.
    [debian/copyright]
  * Really ship license block and clarify "Authors" versus "Copyright Holders"
    and "Copyright" versus "License".
    [debian/copyright]
  * Bump up Standards-Version to 3.7.2.
    [debian/control, debian/control.in]

 -- Loic Minier <lool@dooz.org>  Fri,  9 Jun 2006 16:09:28 +0200

gnome-python-extras (2.12.1-2.1) unstable; urgency=high

  * Non-maintainer upload.
  * Make the package binNMU safe by removing the strict dependency of an 
    arch: all package to arch: any packages (Closes: #348510).

 -- Luk Claes <luk@debian.org>  Fri, 27 Jan 2006 16:36:56 +0100

gnome-python-extras (2.12.1-2) unstable; urgency=low

  * Upload to unstable.
  * Depends on new libnautilus-burn2 (closes: #330112, #336458).

 -- Jordi Mallach <jordi@debian.org>  Tue, 10 Jan 2006 11:07:55 +0100

gnome-python-extras (2.12.1-1) experimental; urgency=low

  * New upstream release.

 -- Loic Minier <lool@dooz.org>  Sun, 30 Oct 2005 16:36:33 +0100

gnome-python-extras (2.12.0-1) experimental; urgency=low

  * New upstream version
  * debian/control.in:
  - added libgdl-1-dev to Build-Depends so that the gdl module will
    be built
  - new package python-gnome2-extras-doc to hold gtk-doc documentation

 -- Gustavo Noronha Silva <kov@debian.org>  Mon, 10 Oct 2005 14:34:56 -0300

gnome-python-extras (2.10.2-1) unstable; urgency=low

  * New upstream version
  - fixes segfault on amd64 - the proposed fix has been applied
    upstream (Closes: #327420)
  - does not contain implicitely converted pointers on my local
    build log (Closes: #317047)
  * debian/control.in, debian/rules, debian/python{2.3,}-gnome2-extras.examples:
  - build and provide python2.4 versions for the packages
  - the examples go to the generic package
  - updated build-deps according to configure.ac requirements
  * debian/patches/02_applet.override.dpatch, debian/patches/01_gcc4.dpatch:
  - removed, fixes applied upstream
  * debian/control.in:
  - added Build-Dependency on python2.4-dev
  - updated Standards-Version to 3.6.2 with no changes
  - actually add Uploaders field

 -- Gustavo Noronha Silva <kov@debian.org>  Mon, 10 Oct 2005 09:05:57 -0300

gnome-python-extras (2.10.0-3) unstable; urgency=low

  * debian/control.in:
    - fixed some Depends.
  * debian/patches/01_gcc4.patch:
    - patch from Andreas Jochens <aj@andaco.de> to fix the build with gcc4
      (Closes: #314928).
  * debian/patches/02_applet.override.patch:
    - upstream fix pointed by Joachim Breitner <nomeata@debian.org>
      (Closes: #314591).

 -- Sebastien Bacher <seb128@debian.org>  Mon, 20 Jun 2005 11:31:48 +0200

gnome-python-extras (2.10.0-2) unstable; urgency=low

  * Upload to unstable.

 -- Jordi Mallach <jordi@debian.org>  Tue, 14 Jun 2005 17:13:18 +0200

gnome-python-extras (2.10.0-1) experimental; urgency=low

  * Initial upload.
  * Package taken from Ubuntu, Sebastien remains as Maintainer.
  * debian/control.in, debian/rules: adapt for python2.3 and make it a
    GNOME team package.

 -- Jordi Mallach <jordi@debian.org>  Tue, 19 Apr 2005 19:25:25 +0200