~ellisonbg/ipython/bugfixes0411409

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
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
ipython (0.8.1-2) unstable; urgency=low

  [ Piotr Ożarowski ]
  * Homepage field added
  * Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now)
  * Add 04_remove_shebang patch
  * Removing lintian overrides, adding proper patches instead.

  [ Bernd Zeimetz ]
  * Replacing Recommends by Suggests to stop ipython from installing ~500MB
    of dependencies. Thanks to Marcela Tiznado (Closes: #451887).

 -- Bernd Zeimetz <bernd@bzed.de>  Mon, 19 Nov 2007 19:10:14 +0100

ipython (0.8.1-1) unstable; urgency=low

  [ Bernd Zeimetz ]
  * debian/control:
     - adding python-matplotlib to Recommends because
       it is needed to run ipython -pylab

  [ Norbert Tretkowski ]
  * New upstream release. (closes: #428398)

  [ Reinhard Tartler ]
  * Install ipython.el properly.

 -- Norbert Tretkowski <nobse@debian.org>  Mon, 11 Jun 2007 20:05:30 +0200

ipython (0.8.0-2) unstable; urgency=low

  * debian/changelog:
     - adding missing colons to Closes entries to fix two
       lintian warnings
  * debian/compat:
     - bumping compat level to 5
  * debian/control:
     - adding XS-Vcs-Browser
     - remove no longer needed X*-Python-Version fields
     - moving python-pexpect from Recommends to Depends because
       /usr/bin/irunner is not useable without it
     - moving debhelper and dpatch from Build-Depends-Indep to
       Build-Depends, fixing the following lintian errors:
         - clean-should-be-satisfied-by-build-depends debhelper
         - clean-should-be-satisfied-by-build-depends dpatch
     - removing unnecessary Build-Depends-Indep on python-all-dev,
       adding python to Build-Depends instead
     - replacing python-central by python-support to be able to
       fix #420134 without hassle
     - adding ${misc:Depends}
     - adding the missing identation for Homepage:
     - adding cdbs as Build-Depends
     - adding myself to Uploaders
     - removing the short description from the long description
  * debian/patches/03_ipy_gnuglobal.dpatch:
     - fix the location of the global binary - we're not on windows
  * debian/rules:
     - removing old crust, using cdbs to make things clear again
     - using python-support instead of python-central to make
       modules for 2.5 avaiable now. (Closes: #420134)
     - making sure the bogus /usr/IPython directory is not
       included in the package again
     - do not remove docs/ipython.el (Closes: #198505, #415427)
  * adding lintian ovverrides for several scripts included in the
    IPython/Extensions directory.
  * adding a manpage for /usr/bin/irunner

 -- Bernd Zeimetz <bernd@bzed.de>  Tue, 24 Apr 2007 02:47:26 +0200

ipython (0.8.0-1) unstable; urgency=low

  * New upstream release. (closes: #419716)
  * Removed patches merged upstream.

 -- Norbert Tretkowski <nobse@debian.org>  Tue, 17 Apr 2007 20:26:43 +0200

ipython (0.7.3-2) unstable; urgency=low

  * Added a new patch from svn to fix jobctrl to work properly on posix.

 -- Norbert Tretkowski <nobse@debian.org>  Thu, 21 Dec 2006 20:13:57 +0100

ipython (0.7.3-1) unstable; urgency=low

  * New upstream release.

 -- Norbert Tretkowski <nobse@debian.org>  Mon, 18 Dec 2006 22:23:55 +0100

ipython (0.7.3~rc2-1) experimental; urgency=low

  * New upstream release candidate.

 -- Norbert Tretkowski <nobse@debian.org>  Sat, 16 Dec 2006 02:20:13 +0100

ipython (0.7.3~beta2-1) experimental; urgency=low

  * New upstream beta release.

 -- Norbert Tretkowski <nobse@debian.org>  Fri,  8 Dec 2006 08:02:16 +0100

ipython (0.7.3~beta1-1) experimental; urgency=low

  * New upstream beta release.
  * Removed backported patch added in 0.7.2-5 to workaround bugs in python
    2.3's inspect module.

 -- Norbert Tretkowski <nobse@debian.org>  Wed, 29 Nov 2006 12:35:22 +0100

ipython (0.7.2-6) UNRELEASED; urgency=low

  * Added XS-Vcs-Svn field.

 -- Piotr Ozarowski <ozarow@gmail.com>  Thu, 23 Nov 2006 14:44:43 +0100

ipython (0.7.2-5) unstable; urgency=low

  * Added a new patch from svn to workaround bugs in python 2.3's inspect
    module. (closes: #374625)

 -- Norbert Tretkowski <nobse@debian.org>  Thu, 10 Aug 2006 18:36:12 +0200

ipython (0.7.2-4) unstable; urgency=low

  * Fixed spelling error in description. (closes: #363976)
  * Ack NMU 0.7.2-3.1, thanks Matthias. (closes: #377787)

 -- Norbert Tretkowski <nobse@debian.org>  Tue,  1 Aug 2006 22:45:11 +0200

ipython (0.7.2-3.1) unstable; urgency=medium

  * NMU.
  * Convert to updated Python policy. (closes: #377787)

 -- Matthias Klose <doko@debian.org>  Thu, 13 Jul 2006 17:42:06 +0000

ipython (0.7.2-3ubuntu1) edgy; urgency=low

  * Synchronize with Debian unstable.
  * Convert to updated Python policy. Collapse all packages into one
    ipython package, don't handle ipython using alternatives.

 -- Matthias Klose <doko@ubuntu.com>  Tue, 11 Jul 2006 09:47:37 +0000

ipython (0.7.2-3) unstable; urgency=low

  * Removed alternative for irunner manpage.

 -- Norbert Tretkowski <nobse@debian.org>  Sat, 17 Jun 2006 09:49:10 +0200

ipython (0.7.2-2) unstable; urgency=medium

  * Fixed conflict in irunner. (closes: #373874)
  * Added recommendation for python-pexpect. (closes: #373794)

 -- Norbert Tretkowski <nobse@debian.org>  Fri, 16 Jun 2006 10:43:45 +0200

ipython (0.7.2-1) unstable; urgency=low

  [ Piotr Ozarowski ]
  * Added watch file.

  [ Norbert Tretkowski ]
  * New upstream release.

 -- Norbert Tretkowski <nobse@debian.org>  Thu,  8 Jun 2006 23:36:03 +0200

ipython (0.7.1.fix1+0.7.2.rc1-1) experimental; urgency=low

  * New upstream release candidate.
  * Updated Standards-Version to 3.7.2.0, no changes required.

 -- Norbert Tretkowski <nobse@debian.org>  Sat, 27 May 2006 14:49:24 +0200

ipython (0.7.1.fix1-2) unstable; urgency=low

  * Set maintainer to Debian Python modules team and added myself to
    uploaders.

 -- Norbert Tretkowski <nobse@debian.org>  Sun, 16 Apr 2006 15:53:43 +0200

ipython (0.7.1.fix1-1) unstable; urgency=low

  * New upstream bugfix release.
  * Removed backported patch which was added in 0.7.1-3 to catch
    KeyboardInterrupt exceptions properly, it's part of this release.
  * Fixed names of pdfs in doc-base file to shut up linda.

 -- Norbert Tretkowski <nobse@debian.org>  Tue, 14 Feb 2006 23:51:17 +0100

ipython (0.7.1-3) unstable; urgency=low

  * Added a new patch from upstream to catch KeyboardInterrupt exceptions
    properly.

 -- Norbert Tretkowski <nobse@debian.org>  Mon, 30 Jan 2006 19:42:31 +0100

ipython (0.7.1-2) unstable; urgency=low

  * Really remove alternatives on purge, thanks Lars Wirzenius for finding
    the problem. (closes: #317269)

 -- Norbert Tretkowski <nobse@debian.org>  Sun, 29 Jan 2006 23:11:28 +0100

ipython (0.7.1-1) unstable; urgency=low

  * New upstream release.

 -- Norbert Tretkowski <nobse@debian.org>  Tue, 24 Jan 2006 21:42:33 +0100

ipython (0.7.0-2) unstable; urgency=low

  * Fixed circular dependencies (closes: #341980)
  * Added version to dependency on ipython dummy package. (closes: #320235)
  * Removed python2.2 package, ipython now depends on python >= 2.3.
  * Bumped up standards-version, no changes needed.

 -- Norbert Tretkowski <nobse@debian.org>  Sat, 21 Jan 2006 23:27:53 +0100

ipython (0.7.0-1) unstable; urgency=low

  * New upstream release.
  * Updated 01_docdir-base.dpatch and 02_profiler-message.dpatch.

 -- Norbert Tretkowski <nobse@debian.org>  Sat, 21 Jan 2006 20:08:23 +0100

ipython (0.6.15-2) unstable; urgency=low

  * New maintainer, thanks Jack for your work.

 -- Norbert Tretkowski <nobse@debian.org>  Sun, 28 Aug 2005 19:57:09 +0200

ipython (0.6.15-1) unstable; urgency=low

  * New upstream release.

 -- Norbert Tretkowski <nobse@debian.org>  Thu,  2 Jun 2005 23:51:45 +0200

ipython (0.6.14-1) unstable; urgency=low

  * New upstream release.

 -- Norbert Tretkowski <nobse@debian.org>  Tue, 31 May 2005 22:53:25 +0200

ipython (0.6.13-1) unstable; urgency=low

  * New upstream release.
  * Removed backported patch which was added in 0.6.12-3 to fix misleading
    prompt, it's part of this release.

 -- Norbert Tretkowski <nobse@debian.org>  Fri, 15 Apr 2005 09:42:35 +0200

ipython (0.6.12-4) unstable; urgency=medium

  * Re-added python build-dependency, it got lost in 0.6.12-2.
    (closes: #301636)

 -- Norbert Tretkowski <nobse@debian.org>  Sun, 27 Mar 2005 14:28:26 +0200

ipython (0.6.12-3) unstable; urgency=low

  * Added a new patch from cvs to fix misleading prompt2. (closes: #300847)

 -- Norbert Tretkowski <nobse@debian.org>  Sun, 27 Mar 2005 00:05:26 +0100

ipython (0.6.12-2) unstable; urgency=low

  * Added packages for python2.2 and python2.4, ipython package is now a dummy
    package depending on ipython built for Debians default python.
    (closes: #292537)
  * Split out generic files into separate ipython-common package.
  * Enhanced package descriptions.
  * Removed CFLAGS settings from debian/rules, not required.
  * Tweaked message displayed when profiler support is missing.
  * Suggest the python-profiler package.

 -- Norbert Tretkowski <nobse@debian.org>  Fri, 25 Mar 2005 20:24:36 +0100

ipython (0.6.12-1) unstable; urgency=low

  * New upstream release.
  * Removed patch which was added in 0.6.5-1.1 to make profiling support
    optional, it was merged upstream.

 -- Norbert Tretkowski <nobse@debian.org>  Wed,  2 Mar 2005 12:15:09 +0100

ipython (0.6.11-1) unstable; urgency=low

  * New upstream release.
    + Fixed broken profiling support unless -D is specified. (closes: #295779)
  * Acknowledged NMUs. (closes: #206653, #294500, #294861, #280505)
  * New co-maintainer, added myself to uploaders.

 -- Norbert Tretkowski <nobse@debian.org>  Tue,  1 Mar 2005 12:40:33 +0100

ipython (0.6.5-1.2) unstable; urgency=low

  * Non-maintainer upload.
  * Rebuild with a python version that is actually in Debian.

 -- Wichert Akkerman <wichert@wiggy.net>  Thu, 17 Feb 2005 23:08:52 +0100

ipython (0.6.5-1.1) unstable; urgency=low

  * NMU to apply patch making profiling support optional (provided by
    Torsten Marek). (closes: #294500)

 -- Steven R. Baker <srbaker@debian.org>  Thu, 17 Feb 2005 05:02:55 -0400

ipython (0.6.5-1) unstable; urgency=low

  * New upstream release

 -- Jack Moffitt <jack@xiph.org>  Thu,  2 Dec 2004 15:49:27 -0700

ipython (0.6.4-1.1) unstable; urgency=low

  * NMU from BSP Frankfurt:
    - Added Build-Depends on dpatch (Closes: #280505)

 -- Joerg Jaspert <joerg@debian.org>  Sat, 27 Nov 2004 18:28:17 +0100

ipython (0.6.4-1) unstable; urgency=low

  * New upstream release
  * Updated debian/rules to use dpatch and added debian/patches/*

 -- Jack Moffitt <jack@xiph.org>  Tue,  9 Nov 2004 10:38:51 -0700

ipython (0.6.3-1) unstable; urgency=low

  * New upstream release (Closes: #262244, #252525)

 -- Jack Moffitt <jack@xiph.org>  Wed, 22 Sep 2004 21:39:38 -0600

ipython (0.6.0-1) unstable; urgency=low

  * New upstream release

 -- Jack Moffitt <jack@xiph.org>  Sun,  9 May 2004 17:38:00 +0200

ipython (0.4.0-1.1) unstable; urgency=low

  * Non maintainer upload with maintainer consensus.
  * Updated buil-dep to depend on python-2.3 (Closes: #206653)
  * Included encoding comment string in modules under IPython to 
    avoid python2.3 Warnigs (upstream noticed).

 -- Marco Presi (Zufus) <zufus@debian.org>  Mon, 25 Aug 2003 19:02:20 +0200

ipython (0.4.0-1) unstable; urgency=low

  * New upstream release (Closes: #195215)
  * Updated Build-Depends (Closes: #200021)

 -- Jack Moffitt <jack@xiph.org>  Fri, 25 Jul 2003 10:16:12 -0600

ipython (0.2.15pre3-4) unstable; urgency=low

  * Add python-dev Build-Depends (Closes: #189901)

 -- Jack Moffitt <jack@babyjesus.cantcode.com>  Mon, 12 May 2003 23:33:43 -0600

ipython (0.2.15pre3-3) unstable; urgency=low

  * Fix for accidently converting home directory files' line ends
    instead of just the appropriate ipython configuration files
    (Closes: #189042)

 -- Jack Moffitt <jack@xiph.org>  Mon, 14 Apr 2003 21:18:18 -0600

ipython (0.2.15pre3-2) unstable; urgency=low

  * Added text of the PSF license to debian/copyright.

 -- Jack Moffitt <jack@xiph.org>  Sat,  5 Apr 2003 11:41:31 -0700

ipython (0.2.15pre3-1) unstable; urgency=low

  * Updated documentation to point to the new homepage -
    http://ipython.scipy.org
  * Removed doc/COPYING and doc/GNU-LGPL to fix lintian warnings
  * Public release ready (Closes: #185789)

 -- Jack Moffitt <jack@xiph.org>  Tue,  1 Apr 2003 20:53:31 -0700

ipython (0.2.15pre3-0a) unstable; urgency=low

  * Initial Release.
  * This is my first Debian package

 -- Jack Moffitt <jack@xiph.org>  Wed, 12 Mar 2003 21:04:22 -0700