~jtaylor/ubuntu/precise/python-numpy/multiarch-fix-818867

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Bazaar Package Importer
  • Author(s): Sandro Tosi
  • Date: 2010-10-07 10:19:13 UTC
  • mfrom: (7.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20101007101913-8b1kmt8ho4upcl9s
Tags: 1:1.4.1-5
* debian/patches/10_use_local_python.org_object.inv_sphinx.diff
  - fixed small typo in description
* debian/patches/changeset_r8364.diff
  - fix memory corruption (double free); thanks to Joseph Barillari for the
    report and to Michael Gilbert for pushing resolution; Closes: #581058

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
python-numpy (1:1.3.0-3build1) lucid; urgency=low
2
 
 
3
 
  * Rebuild dropping the extension for python2.5.
4
 
 
5
 
 -- Matthias Klose <doko@ubuntu.com>  Mon, 01 Feb 2010 22:05:35 +0000
 
1
python-numpy (1:1.4.1-5) unstable; urgency=low
 
2
 
 
3
  * debian/patches/10_use_local_python.org_object.inv_sphinx.diff
 
4
    - fixed small typo in description
 
5
  * debian/patches/changeset_r8364.diff
 
6
    - fix memory corruption (double free); thanks to Joseph Barillari for the
 
7
      report and to Michael Gilbert for pushing resolution; Closes: #581058
 
8
 
 
9
 -- Sandro Tosi <morph@debian.org>  Thu, 07 Oct 2010 10:19:13 +0200
 
10
 
 
11
python-numpy (1:1.4.1-4) unstable; urgency=low
 
12
 
 
13
  * debian/rules
 
14
    - starts providing /usr/share/python/dist/python-numpy file, to be used by
 
15
      dh_python2/dh_pysupport for dependency declaration
 
16
  * debian/{dh_numpy, python-numpy.install, python-numpy.manpages}
 
17
    - added debhelper script dh_numpy that using .../dist/python-numpy adds to
 
18
      python:Depends the correct versioned depends on python-numpy; thanks to
 
19
      Piotr Ożarowski for providing the script
 
20
  * debian/patches/changeset_r8526.diff
 
21
    - cherry-picked from upstream SVN patches to define the quad prec little
 
22
      endian double on Alpha, fixing the FTBFS on that arch; thanks to David
 
23
      Cournapeau for the patch and huge support! Closes: #590481
 
24
  * debian/{README.DebianMaints, python-numpy.docs}
 
25
    - added a mini-guide/explanation about dh_numpy and/or pydist files
 
26
 
 
27
 -- Sandro Tosi <morph@debian.org>  Wed, 28 Jul 2010 00:05:00 +0200
 
28
 
 
29
python-numpy (1:1.4.1-3) unstable; urgency=low
 
30
 
 
31
  * debian/rules
 
32
    - use the python-support specific directory (/usr/lib/pymodules) for the
 
33
      symlinks /usr/include/python*/numpy; this correctly installs the header
 
34
      files (mainly _numpyconfig.h) used by depending packages; Closes: #589592
 
35
  * debian/control
 
36
    - removed José Fonseca from Uploaders: thanks for your previous work!
 
37
  * debian/patches/changeset_r851{0,1}.diff
 
38
    - cherry-picked from upstream SVN patches to correctly detect double long on
 
39
      powerppc, fixing the FTBFS on that arch
 
40
 
 
41
 -- Sandro Tosi <morph@debian.org>  Fri, 23 Jul 2010 19:42:47 +0200
 
42
 
 
43
python-numpy (1:1.4.1-2) unstable; urgency=low
 
44
 
 
45
  * debian/rules
 
46
    - set MPLCONFIGDIR to a place writable even on buildd, the build dir
 
47
      (referenced with `.')
 
48
 
 
49
 -- Sandro Tosi <morph@debian.org>  Sat, 17 Jul 2010 20:25:40 +0200
 
50
 
 
51
python-numpy (1:1.4.1-1) unstable; urgency=low
 
52
 
 
53
  [ Sandro Tosi ]
 
54
  * debian/control
 
55
    - removed Marco Presi from uploaders: thanks for your work!
 
56
    - added myself to Uploaders
 
57
    - added python-sphinx and python-matplotlib to b-d, needed to build doc
 
58
    - drop python-numpy-ext, transitional package already in stable
 
59
    - bump Standards-Version to 3.9.0 (no changes needed)
 
60
    - removed Conflicts: all versions are already older than the ones in lenny
 
61
  * New upstream release
 
62
  * debian/patches/04_fix_utils_deprecated.patch
 
63
    - removed, upstream code has changed
 
64
  * debian/patches/05_fix_endianness_detection.patch
 
65
    - refreshed for new upstream code
 
66
    - disabled, since it generates a corrupted package (left here just in case)
 
67
  * debian/copyright
 
68
    - updated copyright notice; thanks to Yaroslav Halchenko for the report;
 
69
      Closes: #573614
 
70
    - added all the missing notices for copyrights & licenses differing from
 
71
      main ones
 
72
  * debian/rules
 
73
    - remove 'get-orig-source' target, no more needed
 
74
    - build and install documentation; thanks to Joel for the report;
 
75
      Closes: #508113
 
76
  * debian/python-numpy.install
 
77
    - sorted, it's clearer to read
 
78
    - added installation for 'compat', 'matrixlib' and 'polynomial' submodules
 
79
  * debian/patches/07_bts585309_string_exceptions.diff
 
80
    - added upstream patch (r8463) to remove string exceptions; Closes: #585309
 
81
  * debian/{compat, control, rules, *.install, *.doc}
 
82
    - switch from cdbs to dh7
 
83
  * debian/{control, rules}
 
84
    - use system-wide jquery instead of an embedded one
 
85
  * debian/python-numpy-doc.doc-base
 
86
    - added doc-base
 
87
  * debian/patches/10_use_local_python.org_object.inv_sphinx.diff
 
88
    - use a local copy of python.org object.inv file instead of downloading it
 
89
      from internet at doc build-time
 
90
  * debian/patches/03_force_f2py_version.patch
 
91
    - added description
 
92
  * debian/{control, README.f2py}
 
93
    - properly support f2py executables, Suggesting python-dev and gfortran and
 
94
      adding a readme file to explain that; thanks to Kevin Mitchell for the
 
95
      report; Closes: #586395
 
96
  * debian/{control, rules, *.preinst}
 
97
    - switch from python-central to python-support
 
98
  * debian/python-numpy.docs
 
99
    - separate each file in a different line and install README.f2py
 
100
 
 
101
  [ Piotr Ożarowski ]
 
102
  * debian/control: add XB-Python-Version to python-numpy-dbg package
 
103
 
 
104
  [ Kumar Appaiah ]
 
105
  * Convert to new source format: 3.0 (quilt) (Closes: #482706)
 
106
    + debian/rules: Remove CDBS' quilt related calls.
 
107
    + Add debian/source/format which says "3.0 (quilt)".
 
108
 
 
109
  [ Jakub Wilk ]
 
110
  * Add --prefix=/usr to setup.py in order to appease Python >= 2.6.
 
111
  * Move f2pyX.Y-dbg manpages from python-numpy to python-numpy-dbg.
 
112
  * Actually build f2pyX.Y-dbg and f2py-dbg binaries.
 
113
  * Fix shebangs for f2py* binaries.
 
114
 
 
115
  [ Matthias Klose ]
 
116
  * Use setup.py install --install-layout; specifying --prefix installs
 
117
    into the wrong location.
 
118
 
 
119
 -- Sandro Tosi <morph@debian.org>  Sat, 17 Jul 2010 11:50:56 +0200
6
120
 
7
121
python-numpy (1:1.3.0-3) unstable; urgency=low
8
122