~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): Ondrej Certik, Riku Voipio, Tiziano Zito, Carlos Galisteo, Ondrej Certik
  • Date: 2008-07-08 15:08:16 UTC
  • mfrom: (0.1.21 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080708150816-ekf992jcp2k1eua3
Tags: 1:1.1.0-3
[ Riku Voipio ]
* debian/control: atlas is not available on armel, and after a quick look
  neither on alpha. I'd also suggest dropping
  libatlas-sse-dev|libatlas-sse2-dev|libatlas-3dnow-dev alternative combo
  away, these are potentially dangerous on buildd's. Ondrej: dropped.
  (Closes: #489568)

[ Tiziano Zito ]
* patch: build _dotblas.c when ATLAS is not installed, build-conflict with
  atlas, build-depend on blas+lapack only, as it used to be (Closes: #489726)

[ Carlos Galisteo ]
* debian/control
  - Added Homepage field.

[ Ondrej Certik ]
* Checked the package on i386 and amd64, both with and without atlas, all
  tests run and the numpy package is faster if atlas is around. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
python-numpy (1:1.1.0-3) unstable; urgency=low
 
2
 
 
3
  [ Riku Voipio ]
 
4
  * debian/control: atlas is not available on armel, and after a quick look
 
5
    neither on alpha. I'd also suggest dropping
 
6
    libatlas-sse-dev|libatlas-sse2-dev|libatlas-3dnow-dev alternative combo
 
7
    away, these are potentially dangerous on buildd's. Ondrej: dropped.
 
8
    (Closes: #489568)
 
9
 
 
10
  [ Tiziano Zito ]
 
11
  * patch: build _dotblas.c when ATLAS is not installed, build-conflict with
 
12
    atlas, build-depend on blas+lapack only, as it used to be (Closes: #489726)
 
13
 
 
14
  [ Carlos Galisteo ]
 
15
  * debian/control
 
16
    - Added Homepage field.
 
17
 
 
18
  [ Ondrej Certik ]
 
19
  * Checked the package on i386 and amd64, both with and without atlas, all
 
20
    tests run and the numpy package is faster if atlas is around. 
 
21
 
 
22
 -- Ondrej Certik <ondrej@certik.cz>  Tue, 08 Jul 2008 15:08:16 +0200
 
23
 
 
24
python-numpy (1:1.1.0-2) unstable; urgency=low
 
25
 
 
26
  [ Emilio Pozuelo Monfort ]
 
27
  * debian/rules:
 
28
    - Also install Numpy documentation in python-numpy-doc (Closes: #486329)
 
29
  * debian/control:
 
30
    - Update python-numpy-doc's long description to mention that it also
 
31
      contains Numpy documentation.
 
32
 
 
33
  [ Tiziano Zito ]
 
34
  * debian/control, debian/patches/: enable ATLAS support (Closes: #489253)
 
35
 
 
36
 -- Ondrej Certik <ondrej@certik.cz>  Sun, 06 Jul 2008 18:28:29 +0200
 
37
 
 
38
python-numpy (1:1.1.0-1) unstable; urgency=low
 
39
 
 
40
  [ Ondrej Certik ]
 
41
  * New upstream release.
 
42
  * debian/patches/03_histogram_fix.diff removed, as it is now applied upstream
 
43
  * Standards-Version bumped to 3.8.0 (no changes needed)
 
44
 
 
45
  [ Andrew Straw ]
 
46
  * Install new numpy.ma subpackage
 
47
 
 
48
 -- Ondrej Certik <ondrej@certik.cz>  Mon, 09 Jun 2008 17:02:31 +0200
 
49
 
 
50
python-numpy (1:1.0.4-8) unstable; urgency=medium
 
51
 
 
52
  [ Kumar Appaiah ]
 
53
  * debian/rules:
 
54
    + Add the --single-version-externally-managed flag.
 
55
  * debian/patches/03_histogram_fix.diff:
 
56
    + Patch from Manuel Metz to fix numpy.histogram. (Closes: #470293)
 
57
  * debian/python-numpy.install:
 
58
    + Install the egg-info file. (Closes: #477243)
 
59
  * debian/control:
 
60
    + Update Kumar Appaiah's e-mail address to the debian.org
 
61
      address.
 
62
 
 
63
  [ Chris AtLee ]
 
64
  * debian/control
 
65
    + Update description to clarify relationship between numpy and
 
66
      python-(numarray|numeric).
 
67
 
 
68
  [ Kumar Appaiah ]
 
69
  * debian/rules: Fix symlinks for include file location change
 
70
    due to pycentral modification. (Closes: #478496)
 
71
 
 
72
 -- Ondrej Certik <ondrej@certik.cz>  Wed, 30 Apr 2008 13:52:37 +0200
 
73
 
 
74
python-numpy (1:1.0.4-7) unstable; urgency=low
 
75
 
 
76
  * Sync from ubuntu (Closes: #470698).
 
77
    - Applied all ubuntu changes, except ubuntu's specific from debian/control
 
78
  * debian/pyversions removed as it is not necessary now
 
79
 
 
80
 -- Ondrej Certik <ondrej@certik.cz>  Thu, 13 Mar 2008 00:42:09 +0100
 
81
 
 
82
python-numpy (1:1.0.4-6ubuntu1) hardy; urgency=low
 
83
 
 
84
  * Sync from debian unstable.
 
85
    - All existing Ubuntu changes are now in Debian.
 
86
  * debian/rules: Unset LDFLAGS, as numpy's distutils is braindead and FTBFS.
 
87
    (LP: #199031)
 
88
  * debian/python-numpy.links: Reference /usr/share/pyshared, rather than the
 
89
    old python-central-specific directory.
 
90
  * debian/control: Comply with DebianMaintainerField.
 
91
 
 
92
 -- William Grant <william.grant@ubuntu.org.au>  Sat, 08 Mar 2008 12:56:12 +1100
 
93
 
 
94
python-numpy (1:1.0.4-6) unstable; urgency=low
 
95
 
 
96
  [ Kumar Appaiah ]
 
97
  * Remove unnecessary README.numpy-dbg.
 
98
  * debian/control:
 
99
    + Build using gfortran, libblas-dev, liblapack-dev. (Closes: #464784)
 
100
    + Conflict with python-scipy (<= 0.6.0-6), python-matplotlib (<< 0.90.1-3),
 
101
      built with g77.
 
102
    + Add build-conflict with atlas3-base-dev.
 
103
    + Build again using python-central as done up to version 1:1.0.4-2.
 
104
    + Spell python with small `p', as per new description norms.
 
105
  * debian/rules:
 
106
    + Add proper symlinks in /usr/include/python<version>/numpy
 
107
      for numpy headers.
 
108
    + Include symlinks for debug package.
 
109
  * debian/python-numpy.links:
 
110
    + Symlink old numarray headers to numpy include directory.
 
111
      (Closes: #463007)
 
112
  * debian/copyright:
 
113
    + Fix by adding copyright date and symbol.
 
114
 
 
115
  [ Ondrej Certik ]
 
116
  * Package description update: python -> Python (fixes a lintian warning) 
 
117
 
 
118
 -- Ondrej Certik <ondrej@certik.cz>  Wed, 20 Feb 2008 15:06:55 +0100
 
119
 
 
120
python-numpy (1:1.0.4-5) unstable; urgency=low
 
121
 
 
122
  [ Kumar Appaiah ]
 
123
  * debian/control:
 
124
    + Change fftw3-dev build dependency to
 
125
      libfftw3-dev. (Closes: #458235)
 
126
 
 
127
  [ Sandro Tosi ]
 
128
  * debian/control
 
129
    - uniforming both Vcs-Svn and Vcs-Browser fields
 
130
 
 
131
  [ Kumar Appaiah ]
 
132
  * debian/rules:
 
133
    + Don't remove /usr/share/python-support/python-numpy-dbg, even
 
134
      though it is empty, to prevent python-numpy-dbg
 
135
      from becoming uninstallable.
 
136
    + Add a README.numpy-dbg to explain the emptiness of
 
137
      /usr/share/python-support/python-numpy-dbg.
 
138
 
 
139
 -- Kumar Appaiah <akumar@ee.iitm.ac.in>  Sun, 06 Jan 2008 07:36:20 +0530
 
140
 
 
141
python-numpy (1:1.0.4-4) unstable; urgency=medium
 
142
 
 
143
  * debian/patches:
 
144
    + 02_dontuse_lapack.diff: Patch system_info.py not to look for
 
145
      Atlas, as we want to build against the reference BLAS and
 
146
      LAPACK (refblas3-dev and lapack3-dev) even when Atlas is around.
 
147
      (Closes: #448530, #457329)
 
148
  * debian/python-numpy.links:
 
149
    + Symlink the numpy include directory to appear in
 
150
      /usr/include/numpy to adhere to the FHS. (Closes: #457060).
 
151
  * debian/control:
 
152
    + Set python-numpy-doc and python-numpy-ext to Architecture: all.
 
153
    + Don't call dh_python for python-numpy-ext.
 
154
  * debian/TODO*:
 
155
    + Not relevant, as all issues have been taken care of.
 
156
  
 
157
 -- Kumar Appaiah <akumar@ee.iitm.ac.in>  Sat, 22 Dec 2007 22:19:32 +0530
 
158
 
 
159
python-numpy (1:1.0.4-3) unstable; urgency=low
 
160
 
 
161
  [ Kumar Appaiah ]
 
162
  * debian/pyversions: Build for Python 2.4 onwards.
 
163
  * debian/control:
 
164
    + Update Standards Version to 3.7.3. (No changes needed)
 
165
    + Move to python-support. Update Build-Depends.
 
166
    + {XS,XB}-Python-Versions no longer required.
 
167
  * debian/changelog:
 
168
    + Replace pycentral with pysupport.
 
169
 
 
170
  [ Ondrej Certik ]
 
171
  * debian/pycompat removed
 
172
  
 
173
 -- Ondrej Certik <ondrej@certik.cz>  Mon, 17 Dec 2007 17:26:57 +0100
 
174
 
 
175
python-numpy (1:1.0.4-2) unstable; urgency=low
 
176
 
 
177
  * DM-Upload-Allowed changed to XS-DM-Upload-Allowed 
 
178
  * Removed build-conflicts, since the package builds without them and it
 
179
    fails to build on buildbots with them
 
180
 
 
181
 -- Ondrej Certik <ondrej@certik.cz>  Tue, 04 Dec 2007 22:26:52 +0100
 
182
 
 
183
python-numpy (1:1.0.4-1) unstable; urgency=low
 
184
 
 
185
  [ Kumar Appaiah ]
 
186
  * New upstream release.
 
187
  * debian/control:
 
188
    + Don't build python-numpy-dev. Make python-numpy provide it.
 
189
    + Add Conflicts to all packages to python-numpy and
 
190
      provide python-f2py.
 
191
  * debian/rules:
 
192
    + Don't use pycentral's nomove.
 
193
    + Move f2py manpage installation to python-numpy.
 
194
  * debian/python-numpy.install:
 
195
    + Merge back the python-f2py.install files.
 
196
  * debian/python-numpy.manpages:
 
197
    + Move f2py manpage to python-numpy.
 
198
 
 
199
  [ Ondrej Certik ]
 
200
  * Changed maintainer from deb-scipy to DPMT, removed deb-scipy from
 
201
    Uploaders
 
202
  * Kumar Appaiah added into Uploaders.
 
203
  * Short description improved to use NumPy instead of the old Numerical Python
 
204
 
 
205
 -- Ondrej Certik <ondrej@certik.cz>  Tue, 04 Dec 2007 15:38:59 +0100
 
206
 
 
207
python-numpy (1:1.0.3-2) unstable; urgency=low
 
208
 
 
209
  [ Ondrej Certik ]
 
210
  [Jonas Smedegaard]
 
211
  * Fix installing both versioned and unversioned f2py (Closes: 450443)
 
212
 
 
213
  [Ondrej Certik]
 
214
  * Added DPMT and Ondrej Certik to Uploaders field
 
215
  * XS-Vcs-Svn and XS-Vcs-Browser fields added
 
216
 
 
217
  [ Fabio Tranchitella ]
 
218
  * Add DM-Upload-Allowed: yes
 
219
 
 
220
  [ Kumar Appaiah ]
 
221
  * debian/control:
 
222
    + Move XS-Vcs-* to Vcs-*, as dpkg supports them now.
 
223
    + Move ${Source-Version} to ${binary:Version}
 
224
    + Move python-numpy-doc to section doc.
 
225
    + Alter -dbg package description, shorten it.
 
226
    + Split -ext package description to two lines.
 
227
  * debian/rules:
 
228
    + Symlink the f2py man page for f2py$(PYVER)-dbg as well.
 
229
    + Remove DEB_TAR_SRCDIR.
 
230
  * debian/patches:
 
231
    + Add 01_fix_man_hyphens.patch to fix hyphens in f2py.1.
 
232
  * debian/watch: Added.
 
233
 
 
234
 -- Ondrej Certik <ondrej@certik.cz>  Fri, 30 Nov 2007 12:27:18 +0100
 
235
 
 
236
python-numpy (1:1.0.3-1) unstable; urgency=low
 
237
 
 
238
  * New upstream version.
 
239
  * Merge from Ubuntu:
 
240
    - Build the extension for the python debug interpreter.
 
241
    - Bump debian/compat to 5.
 
242
 
 
243
 -- Matthias Klose <doko@debian.org>  Thu, 24 May 2007 08:54:44 +0200
 
244
 
 
245
python-numpy (1:1.0.2-3) unstable; urgency=low
 
246
 
 
247
  * rebuilt in an unstable environment (Closes: 423633)
 
248
 
 
249
 -- Marco Presi (Zufus) <zufus@debian.org>  Thu, 17 May 2007 14:13:25 +0100
 
250
 
 
251
python-numpy (1:1.0.2-2) unstable; urgency=low
 
252
 
 
253
  * Built with new debian-defaults (support python 2.5) (Closes: 414975) 
 
254
 
 
255
 -- Marco Presi (Zufus) <zufus@debian.org>  Wed,  9 May 2007 09:22:05 +0100
 
256
 
 
257
python-numpy (1:1.0.2-1) experimental; urgency=low
 
258
 
 
259
  * New upstream version
 
260
  * Due to another ABI change, I added a conflict on packages that require a binary NMU
 
261
 
 
262
 -- Marco Presi (Zufus) <zufus@debian.org>  Sat, 21 Apr 2007 17:34:45 +0100
 
263
 
 
264
python-numpy (1:1.0.1-8) unstable; urgency=low
 
265
 
 
266
  * Upload to unstable
 
267
 
 
268
 -- Marco Presi (Zufus) <zufus@debian.org>  Wed, 14 Mar 2007 13:40:05 +0000
 
269
 
 
270
python-numpy (1:1.0.1-7) experimental; urgency=low
 
271
 
 
272
  * Removed circular dependencies between pyhton-numpy and
 
273
    python-numpy-dev (Closes: 413160) 
 
274
 
 
275
 -- Marco Presi (Zufus) <zufus@debian.org>  Tue,  6 Mar 2007 07:23:20 +0000
 
276
 
 
277
python-numpy (1:1.0.1-6) experimental; urgency=low
 
278
 
 
279
  * Build depends on gfortran instead of g77
 
280
 
 
281
 -- Marco Presi (Zufus) <zufus@debian.org>  Thu,  1 Mar 2007 00:51:50 +0000
 
282
 
 
283
python-numpy (1:1.0.1-5) unstable; urgency=low
 
284
 
 
285
  * Upload in unstable. 
 
286
 
 
287
 -- Marco Presi (Zufus) <zufus@debian.org>  Mon, 26 Feb 2007 00:41:08 +0000
 
288
 
 
289
python-numpy (1:1.0.1-4) experimental; urgency=low
 
290
 
 
291
  * Re-added fftw3-dev as Build-Dep.
 
292
 
 
293
 -- Marco Presi (Zufus) <zufus@debian.org>  Mon, 19 Feb 2007 15:50:36 +0000
 
294
 
 
295
python-numpy (1:1.0.1-3) unstable; urgency=low
 
296
 
 
297
  * Moved f2py files back in python-numpy; 
 
298
    python-numpy to depend on python-numpy-dev (closes: #410944)
 
299
 
 
300
 -- Marco Presi (Zufus) <zufus@debian.org>  Mon, 19 Feb 2007 02:01:10 +0000
 
301
 
 
302
python-numpy (1:1.0.1-2) unstable; urgency=medium
 
303
 
 
304
  * Fix memory error in polymul. Closes: #410757.
 
305
  * Install additional f2py files. Closes: #410067.
 
306
 
 
307
 -- Matthias Klose <doko@debian.org>  Wed, 14 Feb 2007 02:41:15 +0100
 
308
 
1
309
python-numpy (1:1.0.1-1) unstable; urgency=medium
2
310
 
3
311
  * Merge python-numpy-ext with python-numpy; make python-numpy-ext