LAPACK  3.5.0
LAPACK: Linear Algebra PACKage
changelog
Go to the documentation of this file.
1 lapack (3.5.0-4) unstable; urgency=medium
2 
3  [ Alastair McKinstry ]
4  * Add lapack-netlib.pc support with update-alternatives.
5 
6  [ Sébastien Villemot ]
7  * Bump Standards-Version to 3.9.6, no changes needed.
8 
9  -- Sébastien Villemot <sebastien@debian.org> Wed, 15 Oct 2014 21:56:29 +0200
10 
11 lapack (3.5.0-3) unstable; urgency=medium
12 
13  [ Sébastien Villemot ]
14  * New patches from upstream and OpenBLAS to fix bugs:
15  - cgesvd-zgesvd-stack-corruption.patch
16  - zlanhf-clanhf-norm.patch
17  - zstemr-n2.patch
18  * Remove Sylvestre Ledru from Uploaders. Thanks Sylvestre for your work!
19  * ia64_ignore_testfailures.patch: drop patch, ia64 is now gone.
20  * Drop obsolete code in maintainer scripts to deal with the transition
21  liblapack.so.3gf => liblapack.so.3.
22 
23  [ Martin Pitt ]
24  * gcc is not enough for the xerbla-c test as we also need libc6-dev and
25  others. Just upgrade the dependency to build-essential. (Closes: #740174)
26 
27  -- Sébastien Villemot <sebastien@debian.org> Thu, 07 Aug 2014 15:41:29 +0200
28 
29 lapack (3.5.0-2) unstable; urgency=low
30 
31  * Do not compile the testsuite with -frecursive. Otherwise some test
32  binaries allocate too much space on the stack, leading to crashes on
33  mips{,el}.
34 
35  -- Sébastien Villemot <sebastien@debian.org> Sat, 23 Nov 2013 16:08:26 +0100
36 
37 lapack (3.5.0-1) unstable; urgency=low
38 
39  * New upstream release.
40  * Upstream tarball is now DFSG-compatible, adapt the repackaging code.
41  * Remove recursive.patch. Replace it by the -frecursive flag to gfortran, as
42  recommended by upstream for fixing #693269.
43  * debian/copyright: document the license of lapacke.
44  * Bump Standards-Version to 3.9.5, no changes needed.
45  * Ship lapacke PDF in liblapack-doc.
46  * doxygen-exclude-binary-objects.patch: new patch, makes Doxygen skip binary
47  objects.
48  * liblapack-doc: go back to Doxygen-generated jquery.js, instead of the
49  version shipped in the libjs-jquery package. Otherwise the HTML
50  documentation is unusable.
51 
52  -- Sébastien Villemot <sebastien@debian.org> Thu, 21 Nov 2013 22:40:10 +0100
53 
54 lapack (3.4.2+dfsg-4) unstable; urgency=low
55 
56  * ia64_ignore_testfailures.patch: now ignore all test failures on ia64.
57 
58  -- Sébastien Villemot <sebastien@debian.org> Sat, 21 Sep 2013 18:00:10 +0200
59 
60 lapack (3.4.2+dfsg-3) unstable; urgency=low
61 
62  * Remove -funroll-all-loops from build flags. It may diminish
63  performance, and creates segfaults on ia64.
64  * ia64_ignore_testfailures.patch: new patch. Ignore two test failures on
65  ia64.
66 
67  -- Sébastien Villemot <sebastien@debian.org> Sat, 21 Sep 2013 14:22:36 +0200
68 
69 lapack (3.4.2+dfsg-2) unstable; urgency=low
70 
71  [ Sébastien Villemot ]
72  * Bump to debhelper compat level 9
73  * Simplification and improvement of debian/rules:
74  + use dh
75  + remove hack to workaround timeouts in testsuite
76  + ship testsuite summary generated by LAPACK build system instead of
77  generating our own
78  + do not run testsuite if DEB_BUILD_OPTIONS contains "nocheck"
79  (Closes: #718948)
80  + ensure that flags from dpkg-buildflags are injected everywhere
81  * Install static library in liblapacke-dev
82  * Remove remnants of old system for notifying testsuite errors at
83  installation of the library
84  * Switch VCS to Git
85  * liblapack-dev now alternatively depends on libblas.so (Closes: #695825)
86  * liblapack-dev now provides liblapack.so (instead of liblapack-3.so), for
87  consistency with libblas-dev
88  * Do not ship a copy of jquery.js; instead link to the version from the Debian
89  package
90  * Fix debian/watch
91 
92  [ Julian Taylor ]
93  * strip -Bsymbolic-functions from LDFLAGS. -Bsymbolic-functions breaks
94  xerbla_ error handling overrides as internal calls to it will not go
95  over the plt anymore. With bfd linker --dynamic-list could be used
96  instead but it doesn't seem work with gold linker. (Closes: #722252)
97 
98  -- Sébastien Villemot <sebastien@debian.org> Sat, 14 Sep 2013 21:59:36 +0200
99 
100 lapack (3.4.2+dfsg-1) unstable; urgency=low
101 
102  [ Sébastien Villemot ]
103  * parallel_build.patch: improve patch by marking some Makefiles as not
104  parallelizable; should fix FTBFS on kfreebsd-*
105 
106  [ Sylvestre Ledru ]
107  * Upload to unstable
108  * Some routines produced incorrect results in multithreaded environment
109  Thanks to Michael Banck for the fix (Closes: #693269)
110 
111  -- Sylvestre Ledru <sylvestre@debian.org> Mon, 06 May 2013 11:39:13 +0200
112 
113 lapack (3.4.2+dfsg-1~exp1) experimental; urgency=low
114 
115  * Repackage upstream tarball. Delete non-DFSG-free files:
116  lapacke/examples/example_{D,Z}GESV_rowmajor.c. (Closes: #703916)
117  * Use my @debian.org email address
118  * Remove obsolete DM-Upload-Allowed control flag
119  * Fixes and improvements in package build logic
120  + fix build-arch and build-indep rules
121  + use Build-Depends-Indep field
122  + enable parallel build (in particular, new patch parallel_build.patch)
123  + move test failure notice from obsolete liblapack3gf to liblapack3
124  * Bump Standards-Version to 3.9.4
125  * Add lintian overrides in liblapack-doc-man about bad whatis entries in
126  manpages (upstream does not provide the required short descriptions)
127 
128  -- Sébastien Villemot <sebastien@debian.org> Wed, 27 Mar 2013 13:11:24 +0100
129 
130 lapack (3.4.2-1~exp2) experimental; urgency=low
131 
132  * Remove an override of a rule which was failing all builds
133 
134  -- Sylvestre Ledru <sylvestre@debian.org> Sat, 29 Sep 2012 09:56:28 +0200
135 
136 lapack (3.4.2-1~exp1) experimental; urgency=low
137 
138  * New upstream release
139  * Decouple the build process from gcc (use /usr/bin/cc instead of gcc)
140  * Remove the warning no-debconf-templates
141  * Fix package-would-benefit-from-build-arch-targets
142  * Remove some old comments
143  * Introduce some of the hardening flags
144 
145  -- Sylvestre Ledru <sylvestre@debian.org> Wed, 26 Sep 2012 07:22:36 +0200
146 
147 lapack (3.4.1-6) unstable; urgency=low
148 
149  * Ship liblapacke.so* in /usr/lib instead of /usr/lib/lapack. There is
150  no reason to ship that library in a deeper directory since it is not
151  managed by the lapack alternative. (Closes: #685312)
152 
153  -- Sébastien Villemot <sebastien.villemot@ens.fr> Tue, 21 Aug 2012 08:34:48 +0000
154 
155 lapack (3.4.1-5) unstable; urgency=low
156 
157  * liblapack-test: move to devel/extra, to reflect override
158  * liblapacke_no_matgen.patch: new patch; prevents inclusion of wrappers
159  for MATGEN functions in liblapacke (Closes: #680428)
160  * liblapack-doc: add missing "Files" field in doc-base entry
161 
162  -- Sébastien Villemot <sebastien.villemot@ens.fr> Fri, 06 Jul 2012 11:03:55 +0000
163 
164 lapack (3.4.1-4) unstable; urgency=low
165 
166  * liblapack3.prerm, liblapack3gf.prerm: avoid crash if liblapack.so.3gf
167  already deleted
168  * liblapack3gf transitional package:
169  + move to oldlibs section (Closes: #679103)
170  + mark as arch:all
171  * Restore alternatives in shlibs file of liblapack3
172  * Set DM-Upload-Allowed to yes
173 
174  -- Sébastien Villemot <sebastien.villemot@ens.fr> Wed, 20 Jun 2012 12:36:04 +0000
175 
176 lapack (3.4.1-3) unstable; urgency=low
177 
178  [ Sylvestre Ledru ]
179  * Remove debug messages
180 
181  [ Sébastien Villemot ]
182  * Remove lsame(3) from liblapack-doc-man (Closes: #677461)
183  * Add myself to Uploaders
184 
185  -- Sébastien Villemot <sebastien.villemot@ens.fr> Sun, 17 Jun 2012 12:01:30 +0000
186 
187 lapack (3.4.1-2) unstable; urgency=low
188 
189  [ Sylvestre Ledru ]
190  * Update of Vcs-Svn and Vcs-Browser tags (Closes: #676281)
191 
192  [ Sébastien Villemot ]
193  * Do not ship blas manpages in liblapack-doc-man (Closes: #677461)
194  * Fix linking problem of liblapacke (Closes: #676528)
195 
196  -- Sylvestre Ledru <sylvestre@debian.org> Tue, 05 Jun 2012 22:23:50 +0200
197 
198 lapack (3.4.1-1) unstable; urgency=low
199 
200  * Upload in unstable
201 
202  -- Sylvestre Ledru <sylvestre@debian.org> Sat, 02 Jun 2012 17:32:17 +0200
203 
204 lapack (3.4.1-1~exp5) experimental; urgency=low
205 
206  * Fix a bad alternative link to the old library name
207 
208  -- Sylvestre Ledru <sylvestre@debian.org> Fri, 01 Jun 2012 10:27:50 +0200
209 
210 lapack (3.4.1-1~exp4) experimental; urgency=low
211 
212  * Replaces and Breaks updated against the right versions of other impacted
213  packages
214  * Force the right version to build against libblas-dev
215 
216  -- Sylvestre Ledru <sylvestre@debian.org> Sun, 20 May 2012 17:21:13 +0200
217 
218 lapack (3.4.1-1~exp3) experimental; urgency=low
219 
220  * Moved removal from postinst to preinst
221 
222  -- Sylvestre Ledru <sylvestre@debian.org> Fri, 18 May 2012 16:05:45 +0200
223 
224 lapack (3.4.1-1~exp2) experimental; urgency=low
225 
226  * Remove liblapack.so.3gf references before the install
227 
228  -- Sylvestre Ledru <sylvestre@debian.org> Mon, 14 May 2012 18:44:11 +0200
229 
230 lapack (3.4.1-1~exp1) experimental; urgency=low
231 
232  * New upstream release
233 
234  -- Sylvestre Ledru <sylvestre@debian.org> Sat, 21 Apr 2012 17:45:44 +0200
235 
236 lapack (3.4.0-1~exp3) experimental; urgency=low
237 
238  * Join modifications with blas, lapack, atlas and openblas.
239  Declare the replacements of all *3gf blas & lapack implementation
240  (Closes: #660607)
241  * Standards-Version updated to version 3.9.3
242  * graphviz is also a build dep
243 
244  -- Sylvestre Ledru <sylvestre@debian.org> Tue, 10 Apr 2012 19:35:10 +0200
245 
246 lapack (3.4.0-1~exp2) experimental; urgency=low
247 
248  * Introduce back liblapack3gf as transitionnal package
249  (Closes: #656039)
250 
251  -- Sylvestre Ledru <sylvestre@debian.org> Sun, 19 Feb 2012 11:34:47 +0100
252 
253 lapack (3.4.0-1~exp1) experimental; urgency=low
254 
255  * New upstream release
256  * manpages removed and repack script updated (LP: #764445)
257  * New packages liblapacke & liblapacke-dev (C library) added (LP: #767108)
258  * Update the whole lapack documentation. Now uses the generated documentation
259  produced by doxygen.
260  * Package liblapack-doc-man introduced with the manpages of the function.
261  * Remove the deprecated documentation.
262 
263  -- Sylvestre Ledru <sylvestre@debian.org> Tue, 15 Nov 2011 17:07:42 +0100
264 
265 lapack (3.3.1-2) experimental; urgency=low
266 
267  * Standards-Version updated to version 3.9.2
268  * Get ride of the dependency on libatlas-base-dev
269  * Rename liblapack3gf package => liblapack3
270  * Rename liblapack.so.3gf => liblapack.so.3
271 
272  -- Sylvestre Ledru <sylvestre@debian.org> Sat, 03 Sep 2011 19:55:27 +0200
273 
274 lapack (3.3.1-1) unstable; urgency=low
275 
276  * New upstream release
277  * man fixes removed (applied upstream)
278 
279  -- Sylvestre Ledru <sylvestre@debian.org> Wed, 18 May 2011 00:03:55 +0200
280 
281 lapack (3.3.0-4) unstable; urgency=low
282 
283  * Fix the manpages issues
284  * Fix some alignement issues (Closes: #593705)
285 
286  -- Sylvestre Ledru <sylvestre@debian.org> Fri, 04 Mar 2011 18:09:54 +0100
287 
288 lapack (3.3.0-3) unstable; urgency=low
289 
290  * Upload in unstable.
291  * postrm-has-useless-call-to-ldconfig and
292  postinst-has-useless-call-to-ldconfig removed
293 
294  -- Sylvestre Ledru <sylvestre@debian.org> Fri, 04 Mar 2011 18:09:25 +0100
295 
296 lapack (3.3.0-2) experimental; urgency=low
297 
298  * Incorporate the modifications of Laurent's NMU (Closes: #586315)
299  * Fix a minor typo in the manpage of zggev. Thanks to Bastien Roucaries
300  (Closes: #593705)
301  * Remove the old stuff about gfortran in the description
302  * Switch to dpkg-source 3.0 (quilt) format
303 
304  -- Sylvestre Ledru <sylvestre@debian.org> Mon, 20 Dec 2010 00:09:45 +0100
305 
306 lapack (3.3.0-1) experimental; urgency=low
307 
308  * New upstream release
309  * Standards-Version updated to version 3.9.1
310 
311  -- Sylvestre Ledru <sylvestre@debian.org> Mon, 13 Dec 2010 00:31:20 +0100
312 
313 lapack (3.2.2-1.2) unstable; urgency=low
314 
315  * Non-maintainer upload.
316  * Really remove alternatives for all packages during removal (Closes: #586315)
317 
318  -- Laurent Bigonville <bigon@debian.org> Tue, 23 Nov 2010 01:48:20 +0100
319 
320 lapack (3.2.2-1.1) unstable; urgency=low
321 
322  * Non-maintainer upload.
323  * Correctly remove alternative during package removal (Closes: #586315)
324 
325  -- Laurent Bigonville <bigon@debian.org> Sat, 20 Nov 2010 18:42:36 +0100
326 
327 lapack (3.2.2-1) unstable; urgency=low
328 
329  * New upstream release
330  * Change the order of the dependencies (Closes: #588175)
331 
332  -- Sylvestre Ledru <sylvestre@debian.org> Mon, 05 Jul 2010 22:03:43 +0200
333 
334 lapack (3.2.1-8) unstable; urgency=low
335 
336  * Explicit minimal dependency against blas added (Closes: #579463)
337 
338  -- Sylvestre Ledru <sylvestre@debian.org> Wed, 28 Apr 2010 00:32:26 +0200
339 
340 lapack (3.2.1-7) unstable; urgency=low
341 
342  * The path to blas has changed (Closes: #576931)
343 
344  -- Sylvestre Ledru <sylvestre@debian.org> Thu, 08 Apr 2010 13:59:26 +0200
345 
346 lapack (3.2.1-6) unstable; urgency=low
347 
348  * Remove the old alternatives
349 
350  -- Sylvestre Ledru <sylvestre@debian.org> Wed, 07 Apr 2010 23:58:40 +0200
351 
352 lapack (3.2.1-5) unstable; urgency=low
353 
354  * Upload into unstable
355 
356  -- Sylvestre Ledru <sylvestre@debian.org> Tue, 06 Apr 2010 10:22:20 +0200
357 
358 lapack (3.2.1-4) experimental; urgency=low
359 
360  * liblapack_pic.a is now also handle with the update-alternatives system
361 
362  -- Sylvestre Ledru <sylvestre@debian.org> Fri, 05 Mar 2010 18:35:23 +0100
363 
364 lapack (3.2.1-3) experimental; urgency=low
365 
366  * Standards-Version updated to version 3.8.4
367  * Package moved from pkg-scicomp to Debian Science
368  * Libraries are now handled with update-alternatives
369  See: http://wiki.debian.org/DebianScience/LinearAlgebraLibraries
370 
371  -- Sylvestre Ledru <sylvestre@debian.org> Wed, 03 Mar 2010 15:22:32 +0100
372 
373 lapack (3.2.1-2) unstable; urgency=low
374 
375  * Change of my email address since I am now DD
376  * Standards-Version updated to 3.8.3
377  * DM-Upload-Allowed removed
378  * cleanup in the uploader since I am pretty much the last one active
379 
380  -- Sylvestre Ledru <sylvestre@debian.org> Tue, 06 Oct 2009 22:34:32 +0200
381 
382 lapack (3.2.1-1) unstable; urgency=low
383 
384  * New upstream release
385 
386  -- Sylvestre Ledru <sylvestre.ledru@inria.fr> Mon, 04 May 2009 10:26:22 +0200
387 
388 lapack (3.2.0-3) unstable; urgency=low
389 
390  * debian/rules, liblapack-doc.manpages: Install man pages of the API
391  functions in /usr/share/man/man3 using .3lapack as extension. This
392  should completely avoid clashes with other packages. Closes: #520460.
393 
394  -- Rafael Laboissiere <rafael@debian.org> Sat, 21 Mar 2009 18:40:03 +0100
395 
396 lapack (3.2.0-2) unstable; urgency=low
397 
398  [ Rafael Laboissiere ]
399  * Upload to unstable
400  * debian/control: Bump Standards-Version to 3.8.1 (no changes needed)
401 
402  * debian/control, debian/compat: Bump build-dependency and compatibility
403  level to debhelper >= 7 (version 4 is now deprecated)
404 
405  * debian/patches/pic.patch: Drop this patch, since it interferes with
406  the way the OPTS variable must be set, on a per-architecture basis
407  * debian/control: As a consequence of the above, drop the
408  build-dependency on cdbs
409  * debian/rules: Fix the building/cleaning of make.inc and
410  testing/Makefile files, which were being left behind after running
411  debian/rules clean
412 
413  [ Sylvestre Ledru ]
414  * typo fixed in debian/rules
415 
416  -- Rafael Laboissiere <rafael@debian.org> Sat, 14 Mar 2009 12:37:59 +0100
417 
418 lapack (3.2.0-1) experimental; urgency=low
419 
420  [ Sylvestre Ledru ]
421  * New upstream version
422  * Repacking script updated (download separately the manpages)
423  * Patch to enable the pic option added
424  * misc depends added (to make lintian happy)
425 
426  [ Rafael Laboissiere ]
427  * debian/watch: Force the use of PASV by ftp
428  * debian/control:
429  + Use DM-DM-Upload-Allowed field instead of XS-DM-Upload-Allowed
430  + Add myself to the list of Uploaders
431  * debian/orig-tar.sh: Include the LUG files into the generated tarball
432  * debian/rules: Call web2png with -d option, such that original GIF, as
433  well as the *.bak files are deleted when adding the LUG files to the
434  tarball
435 
436  -- Rafael Laboissiere <rafael@debian.org> Wed, 07 Jan 2009 12:07:55 +0000
437 
438 lapack (3.1.1-6) unstable; urgency=low
439 
440  * Timing tests removed (advice from upstream)
441  * "set -e" added to liblapack3gf.config to make lintian happy
442  * Many fixes in the man pages (makes lapack lintian free now)
443  * Empty manpage zbcon removed
444 
445  -- Sylvestre Ledru <sylvestre.ledru@inria.fr> Thu, 30 Oct 2008 10:41:53 +0100
446 
447 lapack (3.1.1-5) unstable; urgency=low
448 
449  * rename manpage lsame & xerbla to lsame-lapack & xerblas-lapack to
450  avoid duplicate man page with libblas-doc (Closes: #500660)
451  * use dh_installman instead of dh_installmanpages
452  * Duplicate on liblapack-test.1 removed
453 
454  -- Sylvestre Ledru <sylvestre.ledru@inria.fr> Tue, 30 Sep 2008 23:16:04 +0200
455 
456 lapack (3.1.1-4) unstable; urgency=low
457 
458  * manpages are now installed (Closes: #500225)
459 
460  -- Sylvestre Ledru <sylvestre.ledru@inria.fr> Fri, 26 Sep 2008 17:34:05 +0200
461 
462 lapack (3.1.1-3) unstable; urgency=low
463 
464  * Typos fixed in the manpages (Closes: #410309)
465  * Better & easier watch file (use the FTP instead of HTTP)
466 
467  -- Sylvestre Ledru <sylvestre.ledru@inria.fr> Thu, 14 Aug 2008 10:49:06 +0200
468 
469 lapack (3.1.1-2) unstable; urgency=low
470 
471  [ Sylvestre Ledru ]
472  * Update to Standards-version 3.8.0
473  * Tags Homepage, Vcs-Svn and Vcs-Browser added
474  * watch file added
475  * Update of copyright to make lintian happier
476  * Update of doc-base section
477  * doc-base-file-separator-extra-whitespaces removed
478  * Myself added to uploaders
479 
480  -- Ondrej Certik <ondrej@certik.cz> Tue, 12 Aug 2008 13:17:52 +0200
481 
482 lapack (3.1.1-1) unstable; urgency=low
483 
484  * Maintainer changed to Debian Scientific Computing Team
485  * Camm Maguire and Ondrej Certik added to uploaders
486  * XS-DM-Upload-Allowed: yes field added
487 
488  -- Ondrej Certik <ondrej@certik.cz> Thu, 17 Jul 2008 22:05:19 +0200
489 
490 lapack (3.1.1-0.5) unstable; urgency=low
491 
492  * Non-maintainer upload.
493  * Import changes from ubuntu:
494  * Use system default gcc/gfortran instead of explict gcc-4.3
495  * Don't show confusing and obscure debconf messages about lapack build
496  errors on liblapack install; these errors have not been linked to
497  actual bugs in the library, and the current failures look like a
498  testsuite error only. Closes: 488561
499 
500  -- Riku Voipio <riku.voipio@iki.fi> Thu, 03 Jul 2008 17:30:54 +0300
501 
502 lapack (3.1.1-0.4) unstable; urgency=medium
503 
504  * Upload to unstable.
505  * Move liblapack-dev, liblapack-pic, liblapack-test into section libdevel.
506 
507  -- Matthias Klose <doko@debian.org> Sun, 17 Feb 2008 22:48:17 +0100
508 
509 lapack (3.1.1-0.3) experimental; urgency=low
510 
511  * debian/shlibs.local: s/atlas3gf-base/libatlas3gf-base/.
512  * Don't run zsvdtim on s390.
513  * Link using gfortran instead of gcc.
514  * Don't build with -funroll-all-loops on toy archs (arm, armel, m68k).
515  * debian/rules: Make sure to run the timing tests with the trun wrapper.
516 
517  -- Matthias Klose <doko@debian.org> Mon, 04 Feb 2008 19:09:41 +0100
518 
519 lapack (3.1.1-0.2) experimental; urgency=low
520 
521  * debian/control: s/atlas-base-dev/libatlas-base-dev/.
522 
523  -- Matthias Klose <doko@debian.org> Sun, 03 Feb 2008 01:15:25 +0100
524 
525 lapack (3.1.1-0.1) experimental; urgency=low
526 
527  * Non-maintainer upload.
528  * New upstream release.
529  * debian/rules:
530  + Use INT_ETIME in make.inc.
531  * debian/patches, debian/upstream:
532  + Remove all patches.
533 
534  -- Kumar Appaiah <akumar@ee.iitm.ac.in> Mon, 28 Jan 2008 22:40:25 +0530
535 
536 lapack (3.0.20000531a-1.1) unstable; urgency=low
537 
538  * Explicitely build using gfortran-4.3.
539  * Do not prefer libatlas3gf-base in the lapack shlibs file.
540 
541  -- Matthias Klose <doko@debian.org> Sat, 19 Jan 2008 19:47:32 +0100
542 
543 lapack (3.0.20000531a-1) experimental; urgency=low
544 
545  * Acknowledge NMU
546  * gfortran transition
547 
548  -- Camm Maguire <camm@enhanced.com> Thu, 25 Oct 2007 11:15:23 -0400
549 
550 lapack3 (3.0.20000531a-6.1) unstable; urgency=low
551 
552  * Non-maintainer upload.
553  * cdebconf transition: allow the dependency on debconf to be satisfied with
554  an alternate of debconf-2.0 (Closes: #331883).
555 
556  -- Amaya Rodrigo Sastre <amaya@debian.org> Mon, 20 Aug 2007 19:13:42 +0200
557 
558 lapack3 (3.0.20000531a-6) unstable; urgency=high
559 
560  * Fix lapack3-dev depends typo: libblas3.so -> libblas-3.so
561  * All packages save shared lib package conflict/replace with analog in
562  lapack.
563  * Remove explicit depends on libblas.so.3 now that libs are explicitly
564  linked against these.
565 
566  -- Camm Maguire <camm@enhanced.com> Wed, 23 Mar 2005 14:57:23 +0000
567 
568 lapack3 (3.0.20000531a-5) unstable; urgency=high
569 
570  * Revise again maxwrk/minwrk fir to upstream {s,d}gesdd.f patch, Closes: #276534.
571  * Try linking liblapack against libblas and libg2c. Closes: #261354
572  * Put zgess.f patch back into debian/patches, and out of main package diff
573 
574  -- Camm Maguire <camm@enhanced.com> Fri, 15 Oct 2004 16:58:12 +0000
575 
576 lapack3 (3.0.20000531a-4) unstable; urgency=low
577 
578  * Add slave alternative link to static lib in -dev package
579  * Bug fix: "lapack3-doc: spurious robots.txt file", thanks to Jochen
580  Voss (Closes: #248559). Removed robots.txt from lapack3-doc
581  * Fixed bad section number in manpages for lintian
582  * added testing/tmp to clean target
583 
584  -- Camm Maguire <camm@enhanced.com> Tue, 1 Jun 2004 16:48:25 +0000
585 
586 lapack3 (3.0.20000531a-3) unstable; urgency=low
587 
588  * lapack-doc -> lapack3-doc in doc-base files, Closes: #233069
589 
590  -- Camm Maguire <camm@enhanced.com> Mon, 16 Feb 2004 18:33:40 +0000
591 
592 lapack3 (3.0.20000531a-2) unstable; urgency=low
593 
594  * Fix lintian errors in lapack3-test (manpages had wrong .so links)
595  * Rename templates for lapack3 package naming scheme
596 
597  -- Camm Maguire <camm@enhanced.com> Wed, 21 Jan 2004 19:42:31 +0000
598 
599 lapack3 (3.0.20000531a-1) unstable; urgency=low
600 
601  * Binary incompatible changes in the blas library, against which this
602  library is linked, require an increase in the soname, and a change
603  in package name to allow for support for the old API in both source
604  and binary form to remain in the archives.
605 
606  -- Camm Maguire <camm@enhanced.com> Tue, 23 Dec 2003 15:08:41 +0000
607 
608 lapack (3.0.20000531a-25) unstable; urgency=low
609 
610  * Fix rules to not look for g77-3.2 on ia64 and alpha
611 
612  -- Camm Maguire <camm@enhanced.com> Thu, 31 Jul 2003 21:53:42 +0000
613 
614 lapack (3.0.20000531a-24) unstable; urgency=low
615 
616  * Newer standards
617  * Recompile with latest toolchain to reduce error count, Closes:
618  #202321
619  * default g77 all arches
620  * lintian edits to lapack.3, csrot.3 and zdrot.3 manpages
621  * lintian edits to copyright file
622 
623  -- Camm Maguire <camm@enhanced.com> Wed, 30 Jul 2003 21:46:17 +0000
624 
625 lapack (3.0.20000531a-23) unstable; urgency=low
626 
627  * Fix permissions for building with sudo, Closes: #177105
628 
629  -- Camm Maguire <camm@enhanced.com> Mon, 17 Feb 2003 12:37:45 -0500
630 
631 lapack (3.0.20000531a-22) unstable; urgency=low
632 
633  * prevent completely empty patches
634 
635  -- Camm Maguire <camm@enhanced.com> Thu, 5 Dec 2002 20:11:27 -0500
636 
637 lapack (3.0.20000531a-21) unstable; urgency=low
638 
639  * Patch to fix lwork in dgesdd and sgesdd
640  * Upstream timing and testing updates
641  * fixes to {s,d,g,z} man pages
642  * updated release notes from upstream
643 
644  -- Camm Maguire <camm@enhanced.com> Wed, 4 Dec 2002 16:46:13 -0500
645 
646 lapack (3.0.20000531a-20) unstable; urgency=low
647 
648  * Fix incorrect compiler specification for alpha and ia64
649 
650  -- Camm Maguire <camm@enhanced.com> Tue, 29 Oct 2002 11:20:03 -0500
651 
652 lapack (3.0.20000531a-19) unstable; urgency=low
653 
654  * Added ${g77} to depends for lapack-dev, Closes: #149834
655  * Fixed typo in templates
656 
657  -- Camm Maguire <camm@enhanced.com> Mon, 28 Oct 2002 20:00:20 -0500
658 
659 lapack (3.0.20000531a-18) unstable; urgency=high
660 
661  * Minor change to trun to redirect standard err to log file and to
662  avoid eval wrapper, as killing this is not reliable
663  * Increased timeout on tester output checks
664  * lapack-dev in section devel
665 
666  -- Camm Maguire <camm@enhanced.com> Mon, 8 Apr 2002 15:35:55 -0400
667 
668 lapack (3.0.20000531a-17) unstable; urgency=high
669 
670  * Removed space befoe lone newline in templates, Closes: #141527,
671  Closes: #141529, Closes: #141533
672  * chmod +x debian/rawk
673  * Allow for missing /proc/cpuinfo
674  * Record compiler version in ?_results
675 
676  -- Camm Maguire <camm@enhanced.com> Sat, 6 Apr 2002 23:53:11 -0500
677 
678 lapack (3.0.20000531a-16) unstable; urgency=high
679 
680  * Removed quotes from alpha FOPTS
681  * Made trun timeouts work relative to last output, instead of total
682  job run time, for slow machines
683  * debconf templates warning about library errors
684  * lapack debconf dependency
685 
686  -- Camm Maguire <camm@enhanced.com> Wed, 3 Apr 2002 20:45:46 -0500
687 
688 lapack (3.0.20000531a-15) unstable; urgency=high
689 
690  * Removed alpha workaround -- no longer necessary
691  * Run timings/tests under script capturing exit status and reporting
692  it to enable build on buggy architectures (arm hppa) for now, (since
693  I can't seem to get anyone to remove them from the archive, and they
694  are holding up lapack everywhere else)
695  * Remove -funroll-all-loops for arm
696  * arm just compiles, but is useless -- runs no testers
697  * changed variable structure in make.inc
698  * liblapack2.so alternative
699  * Arch specific patch mechanism
700  * Fixed blas dependencies, Closes: #140661
701  * Patch for hppa to avoid tests of error exists pending fix to the
702  dynamic loader
703 
704  -- Camm Maguire <camm@enhanced.com> Sun, 31 Mar 2002 22:05:42 -0500
705 
706 lapack (3.0.20000531a-14) unstable; urgency=low
707 
708  * Work arounds for alpha compiler problems
709 
710  -- Camm Maguire <camm@enhanced.com> Wed, 20 Mar 2002 17:11:02 -0500
711 
712 lapack (3.0.20000531a-13) unstable; urgency=low
713 
714  * g77-3.0 ->g77 for s390
715 
716  -- Camm Maguire <camm@enhanced.com> Sun, 17 Mar 2002 14:00:24 -0500
717 
718 lapack (3.0.20000531a-12) unstable; urgency=low
719 
720  * g77-3.0 -O0 for S390
721 
722  -- Camm Maguire <camm@enhanced.com> Sun, 17 Mar 2002 06:15:56 -0500
723 
724 lapack (3.0.20000531a-11) unstable; urgency=low
725 
726  * Depend on blas2-dev -> blas-dev | blas2-dev, Closes: #138413
727 
728  -- Camm Maguire <camm@enhanced.com> Fri, 15 Mar 2002 16:29:52 -0500
729 
730 lapack (3.0.20000531a-10) unstable; urgency=low
731 
732  * Removed m68k specific Build-depends
733 
734  -- Camm Maguire <camm@enhanced.com> Sun, 10 Mar 2002 07:18:39 -0500
735 
736 lapack (3.0.20000531a-9) unstable; urgency=low
737 
738  * Removed m68k specific compile options, Closes: #137346
739 
740  -- Camm Maguire <camm@enhanced.com> Fri, 8 Mar 2002 13:12:20 -0500
741 
742 lapack (3.0.20000531a-8) unstable; urgency=low
743 
744  * Copy libblas to working directory, elimnate LD_PRELOAD in rules
745 
746  -- Camm Maguire <camm@enhanced.com> Fri, 1 Mar 2002 23:09:23 -0500
747 
748 lapack (3.0.20000531a-7) unstable; urgency=low
749 
750  * Another attempt at fixing permission denied problems on certain
751  autobuilders
752 
753  -- Camm Maguire <camm@enhanced.com> Sat, 23 Feb 2002 14:07:44 -0500
754 
755 lapack (3.0.20000531a-6) unstable; urgency=low
756 
757  * Reworked descriptions, Closes: #135041
758  * chmod go+rw on touched stampt files to clear up permission problems
759  on mips,mipsel, and alpha
760  * Added filenames to timing_results and testing_results
761  * Added semi-real time display of testing/timing results for clearer
762  autobuilder output and job detection
763 
764  -- Camm Maguire <camm@enhanced.com> Thu, 21 Feb 2002 13:26:55 -0500
765 
766 lapack (3.0.20000531a-5) unstable; urgency=low
767 
768  * Fixed arch detection in rules
769  * Added PICOPTS and FOPTS to NOOPT in make.inc
770 
771  -- Camm Maguire <camm@enhanced.com> Mon, 18 Feb 2002 20:44:23 -0500
772 
773 lapack (3.0.20000531a-4) unstable; urgency=low
774 
775  * Prepend instead of cloberring LD_LIBRARY_PATH
776 
777  -- Camm Maguire <camm@enhanced.com> Sun, 17 Feb 2002 22:15:59 -0500
778 
779 lapack (3.0.20000531a-3) unstable; urgency=low
780 
781  * Removed empty patch files
782 
783  -- Camm Maguire <camm@enhanced.com> Sun, 17 Feb 2002 13:06:53 -0500
784 
785 lapack (3.0.20000531a-2) unstable; urgency=low
786 
787  * Edited lapack.3 manpage, Closes: #99385
788  * Remove zbcon.3 manpage, Closes: #99386
789  * Copyright elaboration, Closes: #101683
790 
791  -- Camm Maguire <camm@enhanced.com> Sun, 17 Feb 2002 00:15:36 -0500
792 
793 lapack (3.0.20000531a-1) unstable; urgency=low
794 
795  * Remove html.bak files from lug source
796 
797  -- Camm Maguire <camm@enhanced.com> Sat, 16 Feb 2002 10:55:21 -0500
798 
799 lapack (3.0.20000531-2) unstable; urgency=low
800 
801  * ORed construction in shlibs and shlibs.local: liblapack 2
802  atlas2-base | lapack | lapack2
803 
804  -- Camm Maguire <camm@enhanced.com> Fri, 15 Feb 2002 23:44:30 -0500
805 
806 lapack (3.0.20000531-1) unstable; urgency=low
807 
808  * New upstream release
809  * New maintainer
810  * New release Closes: #111374
811  * New maintainer Closes: #101341
812  * New maintainer Closes: #59302
813  * New maintainer Closes: #115397
814  * Added Lapack User's Guide, Release Notes, and FAQ to documentation
815  * Incorporated manpages into source, obviating lapack-doc source
816  package
817  * web2png on Lapack User's Guide
818 
819  -- Camm Maguire <camm@enhanced.com> Wed, 13 Feb 2002 22:49:09 -0500
820 
821 lapack (3.0-5.4) unstable; urgency=low
822 
823  * NMU
824  * Build with g77-3.0 on ia64. g77 version 2.96 segfaults.
825  Closes: #114341.
826 
827  -- John Daily <jdaily@progeny.com> Wed, 10 Oct 2001 11:21:03 -0500
828 
829 lapack (3.0-5.3) frozen unstable; urgency=low
830 
831  * NMU, with maintainer permission
832  * Put virtual package lapack2 in dependency field of shlibs
833 
834  -- Camm Maguire <camm@enhanced.com> Fri, 20 Jul 2001 16:44:34 -0400
835 
836 lapack (3.0-5.2) frozen unstable; urgency=low
837 
838  * NMU, with permission from maintainer
839  * Added support for lapack2 virtual package
840  * Build-depends
841  * Applied m68k patch using fort77 and -ffloat-store, Closes: #101341
842  * Saved .o files for shared and static builds in temporary directories
843  debian/shared and debian/static, respectively, to allow packages
844  needing access to these object (e.g. atlas) to access them by
845  executing 'debian/rules build', Closes: #59302
846 
847  -- Camm Maguire <camm@enhanced.com> Wed, 18 Jul 2001 13:34:01 -0400
848 
849 lapack (3.0-5.1) frozen unstable; urgency=low
850 
851  * Source NMU to fix alpha build situation (requires -mieee and can now
852  be built without f2c) with maintainer permission.
853 
854  -- Christopher C. Chimelis <chris@classnet.med.miami.edu> Wed, 1 Mar 2000 09:39:52 -0500
855 
856 lapack (3.0-5) frozen unstable; urgency=low
857 
858  * New Maintainer (should have been done a few uploads ago)
859  * use f2c to compile on alpha to avoid bug in gcc. Closes: bug#55253, #48661
860  * Now uses DEB_HOST_GNU_CPU to set the arch
861 
862  -- James A. Treacy <treacy@debian.org> Tue, 18 Jan 2000 13:22:12 -0500
863 
864 lapack (3.0-4) unstable; urgency=low
865 
866  * recompiled with latest blas package. Closes: #52256
867 
868  -- James A. Treacy <treacy@debian.org> Wed, 5 Jan 2000 13:52:56 -0500
869 
870 lapack (3.0-3) unstable; urgency=low
871 
872  * lapack-dev depends on blas-dev. Closes: #48462, #48307
873  * major version number for lib reverted to 2 since interface hasn't
874  changed. Closes: #48081
875 
876  -- James A. Treacy <treacy@debian.org> Thu, 28 Oct 1999 11:28:08 -0400
877 
878 lapack (3.0-2) unstable; urgency=low
879 
880  * Conflicts with previous versions. Fixes Bug #48078
881 
882  -- James A. Treacy <treacy@debian.org> Sat, 23 Oct 1999 03:08:47 -0400
883 
884 lapack (3.0-1) unstable; urgency=low
885 
886  * New Maintainer
887  * New upstream version
888  * blas is now a separate package (with its own source)
889 
890  -- James A. Treacy <treacy@debian.org> Mon, 18 Oct 1999 12:03:03 -0400
891 
892 lapack (2.0.1-2.1) frozen unstable; urgency=low
893 
894  * Non maintainer upload.
895  * Fixed lapack man page to be parseable by whatis (Fixes #12073).
896 
897  -- Matthias Klose <doko@debian.org> Fri, 15 May 1998 13:54:30 +0200
898 
899 lapack (2.0.1-2) frozen unstable; urgency=low
900 
901  * Non maintainer release
902  * Recompiled for libc6 (Fixes #21487). Used g77-2.90.29 (egcs-1.0.3a).
903  * Fixed some open bugs (Fixes #13701, #16538, #16661, #17120).
904  * Already fixed: #8986: #8993.
905  * Updated standards version.
906  * Converted to use debhelper
907 
908  -- Matthias Klose <doko@debian.org> Tue, 12 May 1998 14:21:40 +0200
909 
910 lapack (2.0.1-1) unstable; urgency=low
911 
912  * Initial Release.
913 
914  -- Sue Campbell <sacampbe@mercator.math.uwaterloo.ca> Tue, 7 Jan 1997 15:08:06 -0500
915 
916